 @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 @import url('https://fonts.googleapis.com/css?family=Great+Vibes');
 
 
body {
	color: #777777;
	font-size: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
	color: #343434;
}
section.padding {
    padding: 70px 0;
}


.sticky-sidebar {
    position: sticky;
    top: 10px;
}






.our-team {
    background: #21282e none repeat scroll 0 0;
    border-radius: 3px;
    min-height: 475px;
    padding: 40px;
    position: relative;
}

.our-team img{
    border: 8px solid #fff;
    border-radius: 235px;
    height: auto;
    margin-bottom: 25px;
    width: 140px;
}
.our-team .team-prof h3{
    margin: 0;
}
.our-team .team-prof h3 a {
    color: #fe6500;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}
.our-team .team-prof h3 a:hover{
    color:#a4a7aa;
}
.our-team .team-prof span{
    color:#a4a7aa;
    display:block;
    margin-bottom:10px;
    text-transform: uppercase;
    font-size:12px;
}
.our-team .team-prof .description{
    color:#8a8a8a;
    margin-bottom:23px;
    font-size:13px;
    line-height: 20px;
}
.our-team .social-links{
    bottom: 38px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
}
.our-team .social-links li{
    display:inline-block;
}
.our-team .social-links li a{
   border: 2px solid;
    border-radius: 25px;
    display: block;
    height: 30px;
    line-height: 26px;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    width: 30px;
}
.our-team .social-links li a:hover{
    color: #6b7a87;
}
.our-team .social-links li .fa-facebook{
    color:#5567a9;
}
.our-team .social-links li .fa-instagram{
    color:#106CAF;
}
.our-team .social-links li .fa-google-plus{
    color:#cb2027;
}
.our-team .social-links li .fa-dribbble{
    color:#f26798;
}
.our-team  .social-links li .fa-pinterest-p{
    color:#cb2027;
}
@media only screen  and (max-width: 990px){
    .our-team{
        margin-bottom:20px;
    }
}




.current-batches-bottom .img-fluid {
    border: 2px solid #ccc;
    border-radius: 2px;
    height: 90px;
    object-fit: cover;
    padding: 7px;
    width: 100%;
}




.osahan-slider .carousel-item
 {
	 height: 532px;
 }
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}










.btn {
    border-radius: 3px;
}







.section-title-border {
    position: relative;
}
.section-title-border::after {
   background: rgba(0, 0, 0, 0) linear-gradient(45deg, #fe6500, #ffcb80) repeat scroll 0 0;
    border-radius: 22px;
    bottom: -23px;
    content: "";
    display: grid;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 61px;
}








.bg-c-blue {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #4099ff, #4ED7EF) repeat scroll 0 0;
}
.bg-c-green {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #28a745, #59e0c5) repeat scroll 0 0;
}
.bg-c-yellow {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #fe6500, #ffcb80) repeat scroll 0 0;
}
.bg-c-pink {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #dc3545, #ff869a) repeat scroll 0 0;
}









.dropdown-menu {
    padding: 12px 13px;
}
.dropdown-menu .dropdown-item {
    border-radius: 2px;
    font-size: 14px;
    padding: 7px 11px;
}
.dropdown-menu .dropdown-item:hover {
    box-shadow: 0 0 2px #cccccc;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe6601+0,fe0271+100 */
background: #fe6601; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fe6601 0%, #fe0271 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #fe6601 0%,#fe0271 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #fe6601 0%,#fe0271 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#fe0271',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
    
}









.top-header {
    padding: 7px 0;
	background: #ffffff none repeat scroll 0 0;
}
.top-header p {
    margin: 0;
}
.mobile-list {
    margin: 0 0 0 9px;
}

.social {
    margin: 0 0 0 10px;
    text-align: right;
}

.social a .fa {
    border-radius: 2px;
    color: #ffffff;
    font-size: 11px;
    height: 21px;
    line-height: 10px;
    padding: 6px;
    width: 21px;
}
.social > a {
    text-decoration: none;
}

.social .fa-facebook {
    background: #385594 none repeat scroll 0 0;
}
.social .fa-twitter {
    background: #59a1d4 none repeat scroll 0 0;
}
.social .fa-linkedin {
    background: #2879ba none repeat scroll 0 0;
}
.social .fa-google {
    background: #cb3b33 none repeat scroll 0 0;
}
.social .fa-youtube {
    background: #bb0000 none repeat scroll 0 0;
}
.social .fa-rss {
    background: #e19448 none repeat scroll 0 0;
}




.osahan-nav {
	background: #21282e none repeat scroll 0 0 !important;
	padding: 17px 0;
}
.osahan-nav .dropdown-menu {
    border-radius: 0 0 3px 3px;
    border-top: 3px solid #fe6500;
    margin-top: 17px;
}
.navbar-brand {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    padding: 19px 20px 20px;
    position: absolute;
    top: 0;
    z-index: 99;
}
.navbar {
    position: relative;
	
}
.navbar-brand img {
    width: 90px;
}

.osahan-nav .nav-link {
	padding: 8px 9px !important;
    color: #ffffff !important;
}









.banner-bottom-slider h5 {
    color: #fff;
    margin-bottom: 18px;
}
.banner-bottom-slider h5 a {
    background: #fe6500 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    text-decoration: none;
    text-decoration: none;
}
.latest-articles-item img {
    border: 4px solid #fff;
    border-radius: 45px;
    float: left;
    height: 70px;
    margin: 0 11px 0 0;
    width: 70px;
}
.latest-articles-item a {
    color: #fff;
    text-decoration: none;
}
.latest-articles-item {
    margin-bottom: 7px;
    overflow: hidden;
}
.latest-articles-item p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 0;
}


.job-offers {
    
}
.job-offers-item img {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe6601+0,fe0271+100 */
background: #fe6601; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fe6601 0%, #fe0271 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #fe6601 0%,#fe0271 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #fe6601 0%,#fe0271 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#fe0271',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 45px;
    float: left;
    height: 60px;
    margin: 0 9px 0 0;
    padding: 2px;
    width: 60px;
	object-fit: cover;
}
.job-offers-item h6 {
   color: #fe6500;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 0;
}
.job-offers-item {
	margin: 0 0 7px;
	overflow: hidden;
}
.latest-articles {
    background: #1b232c none repeat scroll 0 0;
    border-radius: 2px;
    padding: 20px 20px 10px 20px;
}

.job-offers-item p {
    color: #fff;
    margin: 0;
}

.osahan-slider {
    position: relative;
}







.overlap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe6601+0,fe0271+100 */
background: #fe6601; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fe6601 0%, #fe0271 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #fe6601 0%,#fe0271 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #fe6601 0%,#fe0271 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#fe0271',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
}

.osahan-slider .carousel-caption {
    margin: auto;
    max-width: 635px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    top: 160px;
}
.osahan-slider .carousel-caption h3 {
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
}









.call-to-action {
    padding: 30px 0 !important;
}











.four-box-item {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 25px #F1F1F1;
    min-height: 310px;
}
.four-box-item-icon .fa{

 border-radius: 45px;
    color: #ffffff;
    height: 90px;
    line-height: 92px;
    width: 90px;
	
}

















.about-block {
    box-shadow: 0 0 25px #f1f1f1;
}







.testimonialslider .carousel-inner {
       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe6601+0,fe0271+100 */
background: #fe6601; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fe6601 0%, #fe0271 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #fe6601 0%,#fe0271 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #fe6601 0%,#fe0271 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#fe0271',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 5px;
    box-shadow: 0 0 25px #f1f1f1;
}
.testimonialslider .carousel-inner img {
	border: 8px solid #ffffff;
	border-radius: 83px;
	box-shadow: 0 0 25px #fe6601;
	float: left;
	margin: 0 22px 0 0;
	width: 159px;
}
.testimonialslider .carousel-inner .testimonialslideritem {
    overflow: hidden;
    padding: 30px;
}

.testimonialslideritem p {
    font-size: 16px;
    font-style: italic;
	color: #ffffff;
}
.testimonialslideritem h6 {
    font-family: 'Great Vibes', cursive;
	font-size: 28px;
	color: #ffffff;
}
.testimonialslideritem small {
    color:#ccc;
}
.carousel-indicators-osahan {
    justify-content: left;
    margin-left: 59px;
    text-align: left;
}





















.reviews-item p {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 25px #f1f1f1;
    padding: 25px;
	position: relative;
}
.reviews-item p::after {
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid #dadada;
	bottom: -10px;
	content: "";
	left: 10px;
	position: absolute;
}
.reviews-item-user img {
    border: 3px solid #ffffff;
    border-radius: 32px;
    box-shadow: 0 0 6px #cccccc;
    float: left;
    margin: 0 12px 0 0;
    width: 44px;
}
.reviews-item-user h6 {
    color: #000000;
	font-family: "Great Vibes",cursive;
    margin: 0;
}
.reviews-item-user small {
    color: #878787;
}
.reviews-item {
    margin-bottom: 25px;
	position: relative;
}







.web-services-block .card-body h5 a {
    color: #17a2b8;
    text-decoration: none;
}



.bg-g {
    background: #f8f8f8;
}
.courses-list-sidebar-cat .courses-list-item img {
    float: left;
    width: 36px;
    height: 36px;
    object-fit:cover;
    border-radius: 42px;
    position: absolute;
    left: 7px;
}

.courses-list-sidebar-cat {
    text-align: center;
    margin-bottom: 25px;
}

.courses-list-sidebar-cat .courses-list-item {
    text-align: left;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    border-radius: 32px;
    padding: 7px 14px 7px 47px;
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 7px 4px;
    background: #fff;
}

.courses-list-sidebar-cat .courses-list-item h6 {
    margin: 0px;
    padding: 10px 0px;
}


.courses-list-item img {
    border-radius: 0;
    float: left;
    margin: 0 13px 0 0;
    width: 90px;

}
.courses-list-item {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 25px #f1f1f1;
    margin-bottom: 15px;
    overflow: hidden;
}
.courses-list-item h6 {
    font-size: 13px;
    font-weight: 600;
    padding: 16px 0 0;
}
.courses-list-item p {
    color: #000000;
    font-size: 13px;
    margin: 0;
}
.services-item {
    border: medium none;
    box-shadow: 0 0 25px #f1f1f1;
    position: relative;
    overflow: hidden;
}
.services-item .badge {
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 16px;
    position: absolute;
    right: 20px;
    top: 201px;
}
.services-item ul {
    margin: 0;
    padding: 0;
}
.services-item ul li {
    color: #aaaaaa;
    display: inline-block;
    font-size: 13px;
    list-style: outside none none;
    width: 32%;
}
.services-item h4 a {
    text-decoration: none;
}

.services-item .fa-star {
    color: #fcc522;
}
.services-item .fa-star-o {
    color: #bab8b8;
}
.services-item ul li .fa {
    margin: 0 5px 0 0;
}
















.help-block {
    margin: 0;
}
.help-block ul {
    margin: 0;
    padding: 0;
}
.help-block ul li {
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
    list-style: outside none none;
}

















.inner-header {
    background: #ffcc00 none repeat scroll 0 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe6601+0,fe0271+100 */
background: #fe6601; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fe6601 0%, #fe0271 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #fe6601 0%,#fe0271 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #fe6601 0%,#fe0271 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#fe0271',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
    padding: 19px 0;
}
.inner-header .breadcrumb {
    margin-bottom: 1.5rem;
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: flow-root;
    padding: 0;
    text-align: center;
}
.inner-header .breadcrumb-item {
    color: #ffffff;
    display: inline;
    float: none;
}
.inner-header .breadcrumb-item.active {
    color: #ffffff;
}
.inner-header .breadcrumb-item a {
    color: #ffffff;
    font-weight: bold;
}





















.course-meta > div {
    border-right: 1px solid #eeeeee;
    color: #cccccc;
    display: inline-block;
    line-height: 20px;
    margin-right: 20px;
    padding-right: 20px;
}
.course-meta > div.course-author img {
    border-radius: 50%;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 40px;
}
.course-meta > div.course-author .author-contain {
    display: inline-block;
}
.course-meta label {
    color: #cccccc;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.course-meta .value {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.course-meta > div.course-author .value a {
    color: #7a7a7a;
}

.add-review .review-stars-rated, .course-review .review-stars-rated, .rating-box .review-stars-rated {
    height: 16px;
    line-height: 16px;
    width: 87px;
}
.review-stars-rated {
    display: inline-block;
    position: relative;
}
.add-review .review-stars-rated .review-stars > li, .course-review .review-stars-rated .review-stars > li, .rating-box .review-stars-rated .review-stars > li {
    display: inline-block;
    float: none;
    height: 16px;
    width: 13px;
}
.course-review .review-stars-rated .review-stars > li span, .rating-box .review-stars-rated .review-stars > li span {
    color: #ffb606;
}
.services-detail-page-left ul {
    padding: 0;
}
#tab-course-review .course-rating .detailed-rating .stars > div.bar .full_bar > div {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

.services-detail-page-left .single-block-main {
    position: relative;
}
.course-price {
    border-radius: 50px 0 0 50px;
    font-size: 27px;
    font-weight: 100;
    padding: 10px 20px 10px 30px;
    position: absolute;
    right: 0;
    top: 30px;
}
.services-detail-page-left .single-block-main .card-img-top {
    border-radius: 3px;
    margin: 20px 0;
}



.osahan-detail-section-btn .btn {
    min-height: 97px;
    padding: 12px 14px 21px 70px;
    position: relative;
    text-align: left;
}
.osahan-detail-section-btn {
    margin-bottom: 7px;
}
.osahan-detail-section-btn .btn .fa {
    float: left;
    font-size: 24px;
    height: 40px;
    left: 19px;
    line-height: 35px;
    margin: 0 10px 0 0;
    position: absolute;
    text-align: center;
    top: 29px;
    width: 40px;
}
.osahan-detail-section-btn .btn small {
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: sub;
}



.widget {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 5px #cccccc;
    padding: 26px;
	margin-bottom: 7px;
}
.osahan-course-info ul {
    margin: 0;
    padding: 0;
}
.osahan-course-info ul li {
    border-bottom: 1px solid #eeeeee;
    font-size: 13px;
    line-height: 25px;
    list-style: outside none none;
    padding: 15px 0;
}
.osahan-course-info ul li .fa {
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
}
.osahan-course-info ul li span {
    display: inline-block;
}
.osahan-course-info ul li .value {
    float: right;
    font-weight: 700;
    min-width: 60px;
    text-align: right;
}
.osahan-course-info .osahan-enroll-course-button {
    margin: 40px auto auto;
    text-align: center;
    width: 100%;
}

.section-content .course-lesson, .section-content .course-quiz {
    border-top: 1px solid #eeeeee;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 11px 13px 11px 9px;
}
.section-content .course-lesson span.course-format-icon, .section-content .course-quiz span.course-format-icon {
    margin-right: 5px;
}
.section-content .course-lesson span, .section-content .course-quiz span {
    color: #999999;
    display: inline-block;
    line-height: 30px;
}
.section-content .course-lesson span.course-format-icon .fa, .section-content .course-quiz span.course-format-icon .fa {
    font-size: 15px;
}
.section-content .course-lesson span.index, .section-content .course-quiz span.index {
    font-size: 13px;
    font-weight: 400;
    min-width: 80px;
}
.section-content .course-lesson span, .section-content .course-quiz span {
    color: #999999;
    display: inline-block;
    line-height: 30px;
}
.section-content .course-lesson .lesson-title, .section-content .course-lesson .quiz-title, .section-content .course-quiz .lesson-title, .section-content .course-quiz .quiz-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 15px;
}

.osahan-about-author:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.osahan-about-author {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-bottom: 30px;
    padding: 0;
}
.osahan-about-author {
    border: 1px solid #eeeeee;
    overflow: hidden;
    padding: 30px 30px 40px;
}
.osahan-about-author .author-avatar {
    float: left;
    margin-bottom: 22px;
    margin-right: 30px;
    max-width: 100%;
    overflow: hidden;
}
.osahan-about-author .author-avatar img {
    border-radius: 50%;
}
.osahan-about-author .author-bio {
    float: right;
    width: calc(100% - 140px);
}
.osahan-about-author .author-bio .name {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 12px 0 2px;
    text-transform: capitalize;
}
.osahan-about-author .author-bio .job {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.osahan-about-author .author-bio .osahan-author-social {
    margin: 15px 0 0;
}
.osahan-author-social li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 5px;
}
.osahan-author-social li a.facebook {
    border-color: #3b5998;
    color: #3b5998;
}
.osahan-author-social li a.facebook:hover {
    background: #3b5998 none repeat scroll 0 0;
    color: #ffffff;
}
.osahan-author-social li a.twitter {
    border-color: #00aced;
    color: #00aced;
}
.osahan-author-social li a.twitter:hover {
    background: #00aced none repeat scroll 0 0;
    color: #ffffff;
}
.osahan-author-social li a.google-plus {
    border-color: #dd4b39;
    color: #dd4b39;
}
.osahan-author-social li a.google-plus:hover {
    background: #dd4b39 none repeat scroll 0 0;
    color: #ffffff;
}
.osahan-author-social li a.youtube {
    border-color: #bb0000;
    color: #00bbbb;
}
.osahan-author-social li a.youtube:hover {
    background: #bb0000 none repeat scroll 0 0;
    color: #ffffff;
}
.osahan-author-social li a.linkedin {
    border-color: #007bb5;
    color: #007bb5;
}
.osahan-author-social li a.linkedin:hover {
    background: #007bb5 none repeat scroll 0 0;
    color: #ffffff;
}
.osahan-author-social li a {
    border: 1px solid #305891;
    border-radius: 50%;
    color: #305891;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    width: 32px;
}
.osahan-author-social li a .fa {
    vertical-align: middle;
}
.osahan-about-author .author-description {
    clear: both;
    font-size: 15px;
    margin: 18px 0 24px;
}





#tab-course-review .course-rating > h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 14px;
    text-transform: uppercase;
}
#tab-course-review .course-rating .rating-title {
    line-height: 25px;
    margin-bottom: 13px;
}
#tab-course-review .course-rating .rating-box {
    border: 1px solid #eeeeee;
}
#tab-course-review .course-rating .average-rating {
    display: inline-block;
    float: left;
    margin-right: 30px;
    width: 200px;
}
#tab-course-review .course-rating .average-rating .rating-box {
    padding-bottom: 43px;
    text-align: center;
}
#tab-course-review .course-rating .average-rating .rating-box .average-value {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    margin: 27px 0 11px;
}
#tab-course-review .course-rating .average-rating .rating-box .review-star {
    line-height: 16px;
}
#tab-course-review .course-rating .average-rating .rating-box .review-amount {
    line-height: 25px;
}
#tab-course-review .course-rating .detailed-rating {
    display: inline-block;
    max-width: 100%;
    width: 345px;
}
#tab-course-review .course-rating .detailed-rating .rating-box {
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}
#tab-course-review .course-rating .detailed-rating .stars {
    clear: both;
    padding: 0 30px 3px;
}
#tab-course-review .course-rating .detailed-rating .stars:last-child {
    padding-bottom: 0;
}
#tab-course-review .course-rating .detailed-rating .stars > div {
    display: inline-block;
    line-height: 30px;
}
#tab-course-review .course-rating .detailed-rating .stars > div.key {
    font-weight: 700;
}
#tab-course-review .course-rating .detailed-rating .stars > div.bar {
    margin: 0 7px;
    width: 200px;
}
#tab-course-review .course-rating .detailed-rating .stars > div.bar .full_bar {
    background: #eeeeee none repeat scroll 0 0;
    height: 12px;
    position: relative;
}
#tab-course-review .course-rating .detailed-rating .stars > div.value {
    color: #999999;
}
#tab-course-review .course-review {
    margin-top: 51px;
}
#tab-course-review .course-review .content-review > ul {
    margin: 0;
}
#tab-course-review .course-review .content-review > ul > li {
    border-top: 1px solid #eeeeee;
    display: block;
    list-style: outside none none;
    overflow: hidden;
    padding: 50px 0;
}
#tab-course-review .course-review .content-review > ul > li:last-child {
    padding-bottom: 0;
}
#tab-course-review .course-review .content-review > ul .review-author {
    float: left;
    margin-right: 30px;
    overflow: hidden;
    width: 70px;
}
#tab-course-review .course-review .content-review > ul .review-author img {
    border-radius: 50%;
}
#tab-course-review .course-review .content-review > ul .review-time {
    color: #cccccc;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 15px;
}
#tab-course-review .course-review .content-review > ul .review-text {
    float: right;
    width: calc(100% - 100px);
}
#tab-course-review .course-review .content-review > ul .review-text .author-name {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 15px 0 0;
    text-transform: capitalize;
}
#tab-course-review .course-review .content-review > ul .review-text .review-star {
    display: inline-block;
    line-height: 20px;
}
#tab-course-review .course-review .content-review > ul .review-text .review-title {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 25px;
    margin: 9px 0 15px;
}
#tab-course-review .review-load-more {
    text-align: center;
}
#tab-course-review .review-load-more #course-review-load-more {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-top: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
#tab-course-review .review-load-more #course-review-load-more.loading .fa {
    animation: 1s linear 0s normal none infinite running fa-spin;
}
#tab-course-review .review-load-more #course-review-load-more.loading .fa::before {
    content: "";
}
#tab-course-review .add-review {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 60px -30px -60px;
    padding: 0 30px 65px;
}
#tab-course-review .add-review .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    padding: 55px 0 3px;
    text-transform: uppercase;
}
#tab-course-review .add-review .description {
    color: #999999;
    margin-bottom: 12px;
}
#tab-course-review .add-review .review-stars-rated {
    clear: both;
    display: block;
    margin-bottom: 5px;
}
#tab-course-review .add-review .review-stars {
    cursor: pointer;
}
#tab-course-review .add-review form label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
}
#tab-course-review .add-review form label span {
    vertical-align: top;
}
#tab-course-review .add-review form input[type="text"] {
    border: 1px solid #e3e6e6;
    clear: both;
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    width: 50%;
}
#tab-course-review .add-review form textarea {
    border: 1px solid #e3e6e6;
    clear: both;
    display: block;
    min-height: 100px;
    padding: 10px;
    width: 100%;
}
#tab-course-review .add-review form button[type="submit"] {
    border: 0 none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    line-height: 30px;
    margin-top: 20px;
    padding: 5px 25px;
    text-transform: uppercase;
}




















































.footer-block {
    background: #21282e none repeat scroll 0 0;
}
.footer-block h3 strong {
    color: #fe6500;
}
.isologo {
    bottom: 0;
    position: absolute;
    right: 0;
}
.footer-block .container {
    position: relative;
}

.footer-block li {
    list-style: outside none none;
}
.footer-block ul {
    margin: 0;
    padding: 0;
}

.con_footer li {
   overflow: hidden;
    padding: 9px 0;
}
.con_footer {
    margin: 0;
    padding: 0;
}
.con_footer li i {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 32px;
    color: #21282e;
    float: left;
    font-size: 17px;
    height: 25px;
    line-height: 25px;
    margin: 0 14px 0 0;
    text-align: center;
    width: 25px;
}


.footer-menun li {
    line-height: 28px;
}
.footer-menun li a {
    color: #c6d0d1;
}
.footer-menun li i {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    color: #21282e;
    font-size: 15px;
    height: 14px;
    line-height: 13px;
    margin: 0 9px 3px 0;
    padding: 0 0 0 5px;
    width: 14px;
}


.made-by-osahan {
    font-size: 12px;
    margin: 7px 0 0;
}
.made-by-osahan .fa {
    color: #ff4848;
    margin: 0 3px;
}



.table td, .table th {
    vertical-align: middle;
}







@media screen and (max-width: 768px) {
	.d-none {
		display: block !important;
	}
	.banner-bottom-slider h5 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 28px;
}
	.osahan-slider .carousel-caption {
		text-align: center  !important;
		top: 80px  !important;
	}
	.top-header p {
    	text-align: center;
	}
	.top-header p .social {
		display: none;
	}
	.navbar-brand img {
		width: 70px;
	}
	.navbar-brand {
		margin: 0 0 0 10px;
		padding: 10px 12px 12px;
    }
	section.padding {
    padding: 40px 0;
}
.navbar-toggler {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 12px;
    text-align: right;
    top: 11px;
}
.osahan-nav {
    padding: 32px 0;
}
.osahan-nav .nav-link {
    text-align: center;
}

.mobile-list {
    display: inline-block;
    margin: 1px 4px;
}

.call-to-action .text-right, .call-to-action h3 {
    text-align: center  !important;
}
.call-to-action .text-right .btn {
    font-size: 17px;
    margin-top: 13px;
    padding: 6px 13px;
}
.modal {
    padding-right: 0px !important;
}
.inner-header h1 {
    font-size: 33px !important;
}
.services-item .badge {
	top: 17px;
}
.table td, .table th {
    font-size: 13px !important;
    padding: 4px !important;
}
.course-meta > div {
    border-right: 1px solid #eeeeee;
    color: #cccccc;
    display: inline-block;
    line-height: 20px;
    margin-right: 8px;
    padding-right: 10px;
}
.forum-link {
    display: none !important;
}
.services-detail-page-left .course-review {
    border-right: medium none;
}
.course-price {
    font-size: 22px;
    padding: 5px 10px 6px 20px;
}


}
