/*********************************
6. Home
*********************************/

.home {
    width: 100%;
    height: 130px;
    background: #f2f4f5;
    border-bottom: solid 1px #edeff0;
}

.breadcrumbs_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 4px;
    padding-left: 3px;
}

.breadcrumbs ul li {
    display: inline-block;
    position: relative;
}

.breadcrumbs ul li:not(:last-child)::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 7px;
    margin-right: 4px;
    color: #384158;
}

.breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.breadcrumbs ul li a:hover {
    color: #14bdee;
}

.section_title {
    color: #FF6347;
    font-size: 1.5rem;
    font-family: "Times";
    font-style: italic;
}

.section_subtitle p {
    color: #28a745;
    font-weight: 700;
    font-size: 1.0rem;
    margin: 0px 30px 0px 30px;
}

/*********************************
7. Courses
*********************************/

/*.courses {*/
/*width: 100%;*/
/*padding-top: 20px;*/
/*padding-bottom: 20px;*/
/*}*/

.courses {
    padding-top: 15px;
    padding-bottom: 5px;
}
.feature_search {
    width: 100%;
    padding: 1px;
    border-radius: 5px;
    background-color: #3baa50;
}
.feater_search_container{
    box-shadow: none;
}
.courses_search_container {
    padding-left: 20px;
    padding-right: 20px;
    background: #f2f4f5;
}

.courses_search_form {
    width: 100%;
    height: 92px;
}

.courses_search_input {
    width: 40%;
    height: 46px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    background: #FFFFFF;
    padding-left: 20px;
}

.courses_search_input:focus {
    outline: solid 1px #14bdee;
}

.courses_search_form > input {
    margin-right: 19px;
}
.feature_search_input {
    width: 100%;
    border: none;
    outline: none;
    height: calc(1.5em + .75rem + 2px);
    padding-left: 20px;
    border-right: solid 1px #051c9b;
    border-radius: 0;
    font-size: 15px !important;
    padding: 10px 0px 10px 10px;
    margin-right: -15px;
}
.courses_search_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}
::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #051c9b !important;
}
.feature_search .form-control {
    color: #051c9b;
}
.courses_search_button {
    width: 25%;
    height: 46px;
    background: green;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

.courses_search_button:hover {
    background-color: #00a23f;
    font-size: large;
}

.courses_row {
    margin-top: 10px;
    padding-bottom: 0;
}
.course_col{
    padding-bottom: 25px;
}

.course {
    box-shadow: 0px 1px 10px rgba(29, 200, 47, 0.4);
}

.course_body {
    padding-left: 15px;
    padding-right: 15px;
}

.course_footer {
    padding-left: 15px;
    padding-right: 15px;
}

.course_text p {
    font-weight: normal;
}

.courses_show_text {
    display: inline-block;
}

.courses_show_content {
    display: inline-block;
    width: 144px;
    border: solid 1px #ecedee;
}

.courses_show_content span {
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    color: #384158;
}

.courses_show_text {
    font-size: 16px;
    font-weight: 400;
    color: #384158;
    margin-right: 16px;
}

.courses_show_select {
    position: relative;
    float: right;
    width: 50px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 16px;
    color: #384158;
    border: none;
    outline: none;
}

.courses_show_select option {
    padding-left: 20px;
    text-align: right;
}

.btn-register{
    right: 0;
    bottom: 0;
    top: auto;
}
/*********************************
8. Sidebar
*********************************/

.sidebar {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    box-shadow: 1px 2px 5px #888888;

}

.sidebar:last-child {
    margin-bottom: 0;

}

.sidebar_section:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar_section-facebook {
    height: 440px;
    width: 100%;
    overflow: hidden;
}

.sidebar_section_title {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #384158;
    line-height: 0.75;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #feeebd;
}
.sidebar_categories{
    padding: 5px;
}
.sidebar_categories ul li {
    position: relative;
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.sidebar_categories ul li:not(:last-of-type) {
    border-bottom: solid 1px #e5e5e5;
}

.sidebar_categories ul li a {
    /*display: block;*/
    position: relative;
    font-size: 1.1rem;
    color: #00a23f;
    font-weight: 700;
    line-height: 51px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.sidebar_categories ul li a::before {
    display: inline-block;
    position: relative;
    font-family: 'FontAwesome';
    /*content: '\f101';*/
    margin-right: 4px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.sidebar_categories ul li:hover a,
.sidebar_categories ul li:hover a::before {
    color: #14bdee;
}

.sidebar_latest {
    margin-top: 20px;
}

.latest {
    cursor: pointer;
}

.latest:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar_section_facebook {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: 700;
    color: #384158;
    line-height: 0.75;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #feeebd;
}

.latest_image {
    padding-top: 5px;
    /*overflow: hidden;*/
}

.latest_image img {
    width: 120px;
    height: 90px;
    border-radius: 3px;
}

.latest_content {
    padding-left: 10px;
    margin-top: -4px;
}

.latest_title {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
    color: #383749;
    line-height: 1.625;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.latest_title:hover {
    color: #14bdee;
}

.latest_des > p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #2e3133;
    line-height: 1.4;
    text-align: justify;
}

.latest_price {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 700;
    color: #fb8822;
    /*line-height: 0.75;*/
    margin-top: 10px;
}

.sidebar_gallery {
    margin-top: 20px;
}

.gallery_item {
    position: relative;
    width: calc((100% - 36px) / 3);
    margin-bottom: 18px;
    cursor: pointer;
}

.gallery_item img {
    width: 100%;
    height: 50px;
}

.gallery_item_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 189, 238, 0.7);
    opacity: 0;
    pointer-events: none;
    font-size: 33px;
    font-weight: 300;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.gallery_item:hover .gallery_item_overlay {
    opacity: 1;
}

.colorbox {
    outline: none;
}

.sidebar_tags {
    margin-top: 20px;
}

.tags_list li {
    display: inline-block;
    padding-left: 19px;
    padding-right: 18px;
    background: #f2f4f5;
    border-radius: 3px;
    margin-bottom: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tags_list li:not(:last-child) {
    margin-right: 5px;
}

.tags_list li:hover {
    background: #14bdee;
}

.tags_list li:hover a {
    color: #FFFFFF;
}

.tags_list li a {
    display: block;
    font-size: 12px;
    color: #76777a;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.sidebar_banner {
    width: 100%;
    height: 213px;
}

.sidebar_banner_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sidebar_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #14bdee;
    opacity: 0.7;
}

.banner_title {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 0.75;
}

.banner_button {
    width: 200px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner_button a {
    display: block;
    color: #14bdee;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-left: -0.1em;
    text-transform: uppercase;
    line-height: 46px;
    margin-top: 21px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner_button:hover {
    background: #14bdee;
}

.banner_button:hover a {
    color: #FFFFFF;
}

.pagination_row{
    margin-bottom: 15px;
    margin-top: -15px;
}
.pagination_list li {
    display: inline-block;
    padding: 2px 7px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(203, 206, 199, 0.49);
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.pagination_list li:not(:last-child) {
    margin-right: 1px;
}

.pagination_list li:hover,
.pagination_list li.active {
    background: #14bdee;
}

.pagination_list li a {
    display: block;
    position: relative;
    font-size: 1.0rem;
    font-weight: 400;
    color: #757686;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.pagination_list li:hover a,
.pagination_list li.active a {
    color: #FFFFFF;
}

