/*
    Template Name: Edustdy – Education Html Template
    Template URI: https://raistheme.com
    Description: Edustdy – Education Html Template
    Author: RaisTheme
    Author URI: https://raistheme.com/
    Version: 1.1
*/

/* CSS Index 
-----------------------------------

    01.Theme default
    02.Header
    03.Slider
    04.Features
    05.About
    06.Counter
    07.About 2
    08.Program
    09.Why Choose Us
    10.Courses
    11.Testimonial
    12.Team
    13.Event
    14.Blog
    15.Footer
    16.Courses Form
    17.About 3
    18.Features
    19.Courses 2
    20.testimonial 2
    21.About 4
    22.EVENT 2
    23.Pricing
    24.Category
    25.Register
    26.Testimonial author
    27.EVENT 3
    28.About 4
    29.Skill
    30.Why Chooses
    31.Testimonial
    32.Countdown 2 
    33.Page Banner
    34.Blog List Page
    35.Sidebar
    36.Blog Details
    37.Courses Details Banner
    38.Courses Details
    39.Contact

*/

/*===========================
     01.Theme default css 
===========================*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    overflow-X: hidden;
    -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: 'Poppins', sans-serif;
    font-weight: 700;
    color: #252628;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
    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: 700;
    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: 0;
    padding: 0 40px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #252628;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #daa520;
}

.main-btn:hover {
    background-color: #fe4646;
    color: #fff;
}

.main-btn-2 {
    background-color: #fe4646;
    color: #fff;
}

.main-btn-2:hover {
    background-color: #daa520;
    color: #252628;
}

.main-btn-3 {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 40px;
    font-size: 16px;
    height: 50px;
    border-radius: 50px;
    color: #252628;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 2px solid #daa520;
    line-height: 46px;
    background-color: transparent;
}

.main-btn-3:hover {
    background-color: #daa520;
    color: #252628;
}

/*===== All Section Title Style =====*/

.section_title {
}

.section_title .main_title {
    font-size: 48px;
    color: #002639;
    font-weight: 600;
}

.section_title p {
    margin-top: 25px;
}

.section_title.section_title_2 .main_title, .section_title.section_title_2 p {
    color: #fff;
}

/*===== All Slick Slide Outline Style =====*/

.slick-slide {
    outline: 0;
}

/*===== All Preloader Style =====*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#preloader .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #daa520;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*===== All Form Style =====*/

.single_form {
    margin-top: 30px;
}

.single_form textarea, .single_form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    font-size: 16px;
    color: #2b2a35;
    border: 1px solid rgba(43, 42, 53, 0.3);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_form textarea {
    resize: none;
    padding-top: 15px;
    height: 120px;
}

.single_form textarea:focus, .single_form input:focus {
    border-color: #daa520;
}

/*===== All Pagination Style =====*/

.pagination {
    margin-top: 60px;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #dbdbdb;
    font-size: 18px;
    color: #333333;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pagination li a:hover, .pagination li a.active {
    background-color: #f9c540;
    color: #fff;
    border-color: #f9c540;
}

/*===========================
     02.Header css 
===========================*/

.header_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header_top {
    background-color: #1b2945;
    padding-bottom: 15px;
}

.header_top_info {
    margin-top: 15px;
}

.header_top_info ul li {
    display: inline-block;
}

.header_top_info ul li + li {
    margin-left: 30px;
}

.header_top_info ul li a {
    color: #fff;
    font-size: 14px;
}

.header_top_info ul li img {
    width: 16px;
    margin-right: 8px;
}

.header_top_login {
    margin-top: 15px;
}

.header_top_login ul li {
    display: inline-block;
}

.header_top_login ul li + li {
    margin-left: 15px;
}

.header_top_login ul li a {
    font-size: 14px;
    color: #fff;
}

.header_top_login ul li a.main-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    background-color: #daa520;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    color: #252628;
    font-weight: 600;
}

.header_top_login ul li a.main-btn i {
    margin-right: 5px;
}

.header_top_login ul li a.main-btn:hover {
    background-color: #de322e;
    color: #fff;
}

/*===== Headr Menu =====*/

.header_menu {
    background-color: #1b2945;
}

.navbar {
    padding: 0;
    position: relative;
}

.navbar-brand {
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

.navbar-nav {
}

.navbar-nav li {
    margin: 0 10px;
    position: relative;
}

.navbar-nav li a {
    padding: 30px 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-nav li a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #daa520;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-nav li a i {
    font-size: 12px;
    margin-left: 5px;
}

.navbar-nav li > a.active::before, .navbar-nav li:hover > a::before {
    width: 100%;
}

.navbar-nav li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99;
    padding: 8px 0;
    box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.1);
}

.navbar-nav li .sub-menu li {
    margin: 0;
}

.navbar-nav li .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #252628;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 500;
    font-size: 14px;
}

.navbar-nav li .sub-menu li a i {
    float: right;
    line-height: 2;
}

.navbar-nav li .sub-menu li > a.active, .navbar-nav li .sub-menu li:hover > a {
    color: #daa520;
    padding-left: 20px;
}

.navbar-nav li .sub-menu li a::before {
    display: none;
}

.navbar-nav li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar-nav li .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
}

.navbar-nav li .sub-menu li .sub-menu li {
}

.navbar-nav li .sub-menu li .sub-menu li a {
}

.navbar-nav li a .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

.sub-nav-toggler {
    display: none;
}

.navbar_meta {
    padding-right: 10px;
    padding-left: 20px;
}

.navbar_meta ul li .main-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    width: 130px;
}

.navbar_meta ul li {
    display: inline-block;
}

.navbar_meta ul li + li {
    margin-left: 15px;
}

.navbar_meta ul li a {
    width: 16px;
    position: relative;
}

.navbar_meta ul li a span {
    padding: 0px 5px;
    border-radius: 50%;
    font-size: 13px;
    color: #252628;
    background-color: #daa520;
    position: absolute;
    top: -6px;
    right: -9px;
}

.search_bar {
    width: 300px;
    padding: 15px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    display: none;
}

.search_bar input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid rgba(37, 38, 40, 0.25);
    color: #252628;
}

.search_bar button {
    background: none;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 40px;
    border: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
}

/*===== Headr Menu 2 =====*/

.header_menu_2 {
    border-bottom: 0;
}

.header_menu_2 .navbar-nav li a::before {
    display: none;
}

.header_menu_2 .navbar-nav li > a.active, .header_menu_2 .navbar-nav li:hover > a {
    color: #fe4646;
}

.header_menu_2 .navbar-nav li .sub-menu li > a.active, .header_menu_2 .navbar-nav li .sub-menu li:hover > a {
    color: #fe4646;
}

/*===== Headr Menu 3 =====*/

.header_area_2 {
}

.header_area_2 .header_top {
    background-color: transparent;
}

.header_area_2::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 118px;
    background-color: #1b2945;
    z-index: -1;
}

.header_area_2::after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    right: calc((100% - -390px) / 2);
    height: 118px;
    background-color: #daa520;
    z-index: -1;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.header_top_wrapper_2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_menu {
}

.main_menu li {
    margin-left: 30px;
    position: relative;
    display: inline-block;
}

.main_menu li:first-child {
    margin-left: 0;
}

.main_menu li a {
    padding: 15px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main_menu li a i {
    font-size: 12px;
    margin-left: 5px;
}

.main_menu li > a.active, .main_menu li:hover > a {
    color: #daa520;
}

.main_menu li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99;
    padding: 8px 0;
    box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.1);
}

.main_menu li .sub-menu li {
    margin: 0;
    display: block;
}

.main_menu li .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #252628;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    font-weight: 500;
}

.main_menu li .sub-menu li a i {
    float: right;
    line-height: 2;
}

.main_menu li .sub-menu li > a.active, .main_menu li .sub-menu li:hover > a {
    color: #daa520;
    padding-left: 20px;
}

.main_menu li .sub-menu li a::before {
    display: none;
}

.main_menu li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main_menu li .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
}

.header_bottom_wrapper {
    background-color: #fff;
    padding: 20px;
}

.header_search {
}

.header_search input {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #252628;
    border: 0;
}

.header_search button {
    padding: 0;
    width: 45px;
    height: 45px;
    background-color: #daa520;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #252628;
    font-size: 16px;
}

.header_bottom_login ul li {
    display: inline-block;
}

.header_bottom_login ul li + li {
    margin-left: 15px;
}

.header_bottom_login ul li a {
    font-size: 14px;
    color: rgba(0, 38, 57, 0.7);
}

.header_bottom_login ul li a.main-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    background-color: #daa520;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    color: #252628;
    font-weight: 600;
}

.header_bottom_login ul li a.main-btn i {
    margin-right: 5px;
}

.header_bottom_login ul li a.main-btn:hover {
    background-color: #de322e;
    color: #fff;
}

.header_bottom_login ul li .cart {
    width: 16px;
    position: relative;
}

.header_bottom_login ul li .cart span {
    padding: 0px 5px;
    border-radius: 50%;
    font-size: 13px;
    color: #252628;
    background-color: #daa520;
    position: absolute;
    top: -6px;
    right: -9px;
}

.header_mobile {
    border-bottom: 0;
}

.header_mobile_bg {
    background-color: #fff;
    padding: 15px 20px !important;
}

.header_mobile .navbar-toggler .toggler-icon {
    background-color: #002639;
}

/*===== Headr Menu 4 =====*/

.header_menu_3 {
    border-bottom: 0;
}

.header_menu_3 .navbar-nav li a::before {
    display: none;
}

.header_menu_3 .navbar-nav li > a.active, .header_menu_3 .navbar-nav li:hover > a {
    color: #daa520;
}

.header_menu_3 .navbar-nav li .sub-menu li > a.active, .header_menu_3 .navbar-nav li .sub-menu li:hover > a {
    color: #daa520;
}

/*===========================
    03.Slider css 
===========================*/

.slider_area {
    text-align: -webkit-center;
}

.single_slider {
    height: 800px;
    position: relative;
    z-index: 5;
}

.single_slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.75);
    z-index: -1;
}

.single_slider_partner {
    height: 680px;
    width: 350px;
    position: relative;
    z-index: 5;
}

.single_slider_partner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.slider_content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 30vh
}

.slider_partner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 30vh
}

@media (max-width: 990px) {
    .slider_partner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 20vh
    }
}

@media (max-width: 767px) {
    .slider_partner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 14vh
    }
}

.slider_content .sub_title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.slider_content .main_title {
    font-size: 64px;
    font-weight: 600;
    color: #fff;
}

.slider_content .sub_title span {
    color: #daa520;
}

.slider_content p {
    color: #fff;
    margin-top: 25px;
}

.slider_content .main-btn {
    margin-top: 45px;
}

.slider-active {
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.slider-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    background-color: #daa520;
    z-index: 9;
    font-size: 28px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.slider-active .slick-arrow i:hover {
    background-color: #daa520;
    color: #fff;
}

.slider-active .slick-arrow.next {
    left: auto;
    right: 0;
}

.slider-active:hover .slick-arrow {
    left: 2%;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .slick-arrow.next {
    left: auto;
    right: 2%;
}

/*===== Slider 2 =====*/

.slider_area_2 {
    height: 900px;
}

.slider_area_2::before {
    display: none;
}

.slider_content_2 {
}

.slider_content_2 .main_title {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.slider_content_2 .main-btn {
    margin-top: 45px;
}

.slider_content_2 .main-btn img {
    width: 18px;
    margin-right: 5px;
}

/*===== Slider 3 =====*/

.slider_area_3 {
    position: relative;
    padding-top: 160px;
    padding-bottom: 250px;
}

.slider_area_3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 31, 74, 0.5);
}

.slider_content_3 {
    padding-top: 240px;
}

.slider_content_3 .main_title {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

.slider_content_3 .main_title span {
    color: #daa520;
}

.slider_box_wrapper {
    padding-top: 30px;
}

.slider_box_wrapper .single_column {
}

.slider_box_wrapper .single_box {
    position: relative;
    max-width: 165px;
    height: 165px;
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.slider_box_wrapper .single_box:hover {
    margin-top: 20px;
}

.slider_box_wrapper .single_box img {
}

.slider_box_wrapper .single_box p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}

.slider_box_wrapper .single_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_box_wrapper .single_column:nth-child(6n+1) .single_box {
    background-color: #48cfaf;
}

.slider_box_wrapper .single_column:nth-child(6n+2) .single_box {
    background-color: #daa520;
}

.slider_box_wrapper .single_column:nth-child(6n+3) .single_box {
    background-color: #de322e;
}

.slider_box_wrapper .single_column:nth-child(6n+4) .single_box {
    background-color: #3d84c8;
}

.slider_box_wrapper .single_column:nth-child(6n+5) .single_box {
    background-color: #be20c5;
}

.slider_box_wrapper .single_column:nth-child(6n+6) .single_box {
    background-color: #01c15b;
}

/*===== Slider 4 =====*/

.slider_area_4 {
    padding-top: 190px;
    position: relative;
    z-index: 5;
}

.slider_shape {
    position: absolute;
}

.slider_shape.shape_1 {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #be20c5;
    top: 27%;
    left: 80px;
    animation: scale-up 3s infinite;
}

.slider_shape.shape_2 {
    right: 165px;
    bottom: 122px;
    animation: rotate 5s infinite;
}

@keyframes scale-up {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.header_shape_4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header_shape_4 .round_shape {
    max-width: 555px;
    width: 100%;
    height: 555px;
    background-color: #daa520;
    animation: sliderShape 5s linear infinite;
}

@keyframes sliderShape {
    0%, 100% {
        border-radius: 50% 50% 50% 50% / 50% 35% 65% 50%;
    }
    34% {
        border-radius: 50% 50% 35% 65% / 50% 50% 50% 50%;
    }
    50% {
        border-radius: 50% 50% 50% 50% / 65% 50% 50% 35%;
    }
    67% {
        border-radius: 35% 65% 50% 50% / 50% 50% 50% 50%;
    }
}

.slider_content_4 {
    padding-top: 120px;
}

.slider_content_4 .sub_title {
    width: 85px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #48cfaf;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.slider_content_4 .sub_title::before {
    position: absolute;
    content: '';
    bottom: -25px;
    left: 60%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 25px solid #48cfaf;
    border-right: 30px solid transparent;
    border-bottom-left-radius: 5px;
}

.slider_content_4 .main_title {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 45px;
}

.slider_content_4 p {
    margin-top: 15px;
    color: #fff;
}

.slider_content_4 .main-btn {
    margin-top: 35px;
}

/*===========================
     04.Features css
===========================*/

.features_area {
}

.features_wrapper {
    position: relative;
    z-index: 5;
    margin-top: -122px;
}

.single_features {
    padding: 40px 30px;
    z-index: 5;
    position: relative;
    overflow: hidden;
}

.single_features::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    opacity: 0.1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_features:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_features .features_icon {
}

.single_features .features_content {
    margin-top: 25px;
}

.single_features .features_content .features_title a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.single_features .features_content p {
    margin-top: 15px;
    color: #fff;
}

.features_wrapper .row .features_col:nth-child(3n+1) .single_features {
    background-color: #da2d2b;
}

.features_wrapper .row .features_col:nth-child(3n+1) .single_features::before {
    background-image: url(../asse/images/newspaper-regular.png);
}

.features_wrapper .row .features_col:nth-child(3n+2) .single_features {
    background-color: #daa520;
}

.features_wrapper .row .features_col:nth-child(3n+2) .single_features::before {
    background-image: url(../asse/images/circle-info-solid.png);
}

.features_wrapper .row .features_col:nth-child(3n+3) .single_features {
    background-color: #48cfaf;
}

.features_wrapper .row .features_col:nth-child(3n+3) .single_features::before {
    background-image: url(../asse/images/list-solid.png);
}

/*===========================
     05.About css
===========================*/

.about_area {
    position: relative;
}

.about_area .shap_1 {
    position: absolute;
    top: 60px;
    left: 10%;
}

.about_area .shap_2 {
    position: absolute;
    bottom: 0;
    left: 5%;
}

.about_area .shap_3 {
    position: absolute;
    bottom: 0;
    left: 40%;
}

.about_area .shap_4 {
    position: absolute;
    top: 120px;
    right: 5%;
}

.about_content {
    padding-right: 95px;
}

.about_content .about_title {
    font-size: 48px;
    color: #002639;
    font-weight: 600;
}

.about_content .text {
    font-size: 18px;
    margin-top: 25px;
}

.about_content p {
    margin-top: 25px;
}

.about_content .main-btn {
    margin-top: 35px;
    border: 2px solid #daa520;
    line-height: 46px;
    background-color: transparent;
}

.about_content .main-btn:hover {
    background-color: #daa520;
    color: #252628;
}

.about_image {
    position: relative;
    padding: 0 95px;
}

.about_image img {
    border-radius: 0px;
}

.about_image .about_image-1 {
    width: 100%;
}

.about_image .about_image-2 {
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 225px;
    -webkit-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.2);
}

.about_image .about_image-3 {
    max-width: 160px;
    position: absolute;
    bottom: 60px;
    right: 0;
    -webkit-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.2);
}

/*===========================
     06.Counter css
===========================*/

.counter_area {
}

.single_counter {
    position: relative;
}

.single_counter .counter_icon {
    width: 100px;
    height: 100px;
    display: table;
    border: 1px dashed;
    border-radius: 5px;
}

.single_counter .counter_icon .icon_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single_counter .counter_icon .icon_wrapper img {
    width: 55px;
}

.single_counter .counter_content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 85px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

.single_counter .counter_content .cont {
    font-size: 30px;
    font-weight: 700;
    color: #203151;
}

.single_counter .counter_content p {
}

.counter_wrapper .counter_col:nth-child(4n+1) .single_counter .counter_icon {
    border-color: #40d0af;
}

.counter_wrapper .counter_col:nth-child(4n+2) .single_counter .counter_icon {
    border-color: #daa520;
}

.counter_wrapper .counter_col:nth-child(4n+3) .single_counter .counter_icon {
    border-color: #de322e;
}

.counter_wrapper .counter_col:nth-child(4n+4) .single_counter .counter_icon {
    border-color: #3d84c8;
}

/*===========================
     07.About 2 css
===========================*/

.about_area_2 {
}

.about_video {
    width: 60%;
    height: inherit;
    display: table;
    position: relative;
}

.about_video::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.5);
}

.video {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.video_play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    z-index: 5;
    color: #daa520;
    font-size: 20px;
}

.video_play:hover {
    color: #daa520;
}

.video_play::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: video-ripple 1500ms ease-out infinite;
    animation: video-ripple 1500ms ease-out infinite;
    left: 0;
    top: 0;
    z-index: -1;
}

@keyframes video-ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes video-ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.about_content_2 {
    width: 40%;
}

.single_about_2 {
}

.single_about_2 .about_2_content {
    display: table;
    height: 100%;
    width: 50%;
    height: 350px;
    padding: 40px;
}

.single_about_2 .about_2_content .about_2_content_wrapper {
    max-width: 390px;
    display: table-cell;
    vertical-align: middle;
}

.single_about_2 .about_2_content .title a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.single_about_2 .about_2_content p {
    color: #fff;
    margin-top: 15px;
}

.single_about_2 .about_2_content .main-btn {
    border: 2px solid #fff;
    height: 35px;
    line-height: 31px;
    background-color: transparent;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
}

.single_about_2 .about_2_content .main-btn:hover {
    background-color: #fff;
    color: #252628;
}

.about_content_2 .single_about_2:nth-child(2n+1) {
    background-color: #daa520;
}

.about_content_2 .single_about_2:nth-child(2n+2) {
    background-color: #48cfaf;
}

.courses_form_content .single_about_2:nth-child(2n+1) {
    background-color: #be20c5;
}

.courses_form_content .single_about_2:nth-child(2n+2) {
    background-color: #daa520;
}

.about_2_image {
    width: 50%;
    height: 350px;
    position: relative;
}

.about_2_image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.5);
}

/*===========================
    08.Program css
===========================*/

.program_area {
    position: relative;
}

.program_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
    background: rgba(27, 41, 69, 0.9);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single_program {
    background-color: #fff;
}

.program_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.single_program .program_icon {
    width: 50%;
    height: 190px;
    display: table;
}

.single_program .program_icon .icon_wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single_program .program_icon .icon_wrapper a {
    color: white;
}

.single_program .program_icon img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_program .program_content {
    width: 50%;
    height: 190px;
    display: table;
}

.single_program:hover .program_icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_program .program_content .content_wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single_program .program_content .title a {
    font-size: 24px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_program .program_content .title a:hover {
    color: #daa520;
}

.single_program .program_content .content_wrapper .title a span {
    font-size: 0.8em;
}

@keyframes video-ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.program_wrapper .program_col .no-gutters > .col, .no-gutters > [class*=col-] {
    padding: 0px
}

.program_wrapper .program_col .single_program .program_icon {
    background: rgba(76, 175, 80, 0.3)
}

/*===========================
    09.Why Choose Us css
===========================*/

.why_choose_area {
    position: relative;
}

.why_choose_image {
    position: absolute;
    top: 10px;
    max-width: 50%;
    right: -35px;
    display: table;
    z-index: -1;
}

.why_choose_image .image {
    display: table-cell;
    vertical-align: bottom;
}

.why_choose_content {
}

.single_choose {
}

.single_choose .choose_icon {
}

.single_choose .choose_content {
    margin-top: 15px;
}

.single_choose .choose_content .title a {
    color: #002639;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_choose .choose_content p {
    margin-top: 15px;
}

.why_choose_content .row .choose_col:nth-child(4n+1) .single_choose .choose_content .title a:hover {
    color: #48cfaf;
}

.why_choose_content .row .choose_col:nth-child(4n+2) .single_choose .choose_content .title a:hover {
    color: #de322e;
}

.why_choose_content .row .choose_col:nth-child(4n+3) .single_choose .choose_content .title a:hover {
    color: #3d84c8;
}

.why_choose_content .row .choose_col:nth-child(4n+4) .single_choose .choose_content .title a:hover {
    color: #daa520;
}

/*===========================
    10.Courses css
===========================*/

.courses_area {
    position: relative;
}

.courses_bg {
    background-color: #f3f8fc;
}

.courses_area .shape-1 {
    position: absolute;
    top: 15%;
    left: 15%;
}

.courses_area .shape-2 {
    position: absolute;
    bottom: 70px;
    left: 8%;
}

.courses_area .shape-3 {
    position: absolute;
    bottom: 70px;
    left: 45%;
}

.courses_area .shape-4 {
    position: absolute;
    top: 38%;
    right: 8%;
}

.courses_area .shape-5 {
    position: absolute;
    top: 30px;
    right: 30%;
}

.single_courses {
}

.single_courses .courses_image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single_courses .courses_image img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_courses:hover .courses_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_courses .courses_content {
    background-color: #fff;
    padding: 0 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.single_courses.courses_gray .courses_content {
    background-color: #f3f8fc;
}

.single_courses .courses_content .tag {
    margin-top: -11px;
    position: relative;
    z-index: 5;
}

.single_courses .courses_content .tag li {
    display: inline-block;
}

.single_courses .courses_content .tag li + li {
    margin-left: 8px;
}

.single_courses .courses_content .tag li a {
    font-size: 13px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #3d84c8;
}

.single_courses .courses_content .tag li:nth-child(2n+1) a {
    background-color: #3d84c8;
}

.single_courses .courses_content .tag li:nth-child(2n+2) a {
    background-color: #48cfaf;
}

.single_courses .courses_content .courses_author {
    margin-top: 20px;
}

.single_courses .courses_content .courses_author .author_image img {
    border-radius: 50%;
}

.single_courses .courses_content .courses_author .author_name {
    padding-left: 15px;
}

.single_courses .courses_content .courses_author .author_name a {
    font-size: 14px;
    color: #484848;
}

.single_courses .courses_content .title a {
    color: #484848;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 13px;
}

.single_courses .courses_content .title a:hover {
    color: #daa520;
}

.single_courses .courses_content .meta {
    border-top: 1px solid rgba(72, 72, 72, 0.1);
    padding-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.single_courses .courses_content .meta ul {
    margin-top: 10px;
}

.single_courses .courses_content .meta ul li {
    display: inline-block;
}

.single_courses .courses_content .meta ul li + li {
    margin-left: 8px;
}

.single_courses .courses_content .meta ul li a {
    font-size: 14px;
    color: #484848;
}

.single_courses .courses_content .meta ul li a i {
    color: #daa520;
}

.single_courses .courses_content .meta span {
    background-color: #daa520;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 10px;
}

/*===========================
    11.Testimonial css
===========================*/

.testimonial_area {
    position: relative;
}

.testimonial_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 41, 69);
}

.testimonial_title {
}

.testimonial_title .title {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

.testimonial_items {
    padding-top: 100px;
}

.testimonial_items .slick-list {
    background-color: rgba(255, 255, 255, 0.20);
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.testimonial_items .slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.testimonial_items .slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

.testimonial_items .slick-dots li button {
    padding: 0;
    border: 0;
    opacity: 0.4;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-indent: -9999px
}

.testimonial_items .slick-dots li:nth-of-type(1) button {
    background-image: url(../imagens/vols/TiagoAlves1.jpg);
}

.testimonial_items .slick-dots li:nth-of-type(2) button {
    background-image: url(../imagens/vols/ManuelGoncalves.jpg);
}

.testimonial_items .slick-dots li:nth-of-type(3) button {
    background-image: url(../imagens/vols/HenriqueSantos1.jpg);
}

.testimonial_items .slick-dots li:nth-of-type(4) button {
    background-image: url(../imagens/vols/BeatrizLuis1.jpg);
}

.testimonial_items .slick-dots li.slick-active button {
    opacity: 1;
}

.single_testimonial {
    padding: 25px 40px;
}

.single_testimonial p {
    font-size: 18px;
    color: #fff;
}

.single_testimonial .name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

.single_testimonial span {
    color: #fff;
}

/*===========================
    12.Team css
===========================*/

.team_area {
}

.single_team {
    position: relative;
}

.single_team .team_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

@media (max-width: 767px) {
    .single_team .team_arrow {
        display: none;
    }
}

.single_team .team_image {
    width: 50%;
    overflow: hidden;
}

.single_team .team_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_team:hover .team_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_team .team_content {
    display: table;
    width: 50%;
    text-align: center;
    height: 100%;
}

.single_team .team_content .team_content_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single_team .team_content .title a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_team .team_content .title a:hover {
    opacity: 0.7;
}

.single_team .team_content span {
    font-size: 14px;
    color: #fff;
}

.single_team .team_content .social {
    margin-top: 10px;
}

.single_team .team_content .social li {
    display: inline-block;
    margin: 0 5px;
}

.single_team .team_content .social li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_team .team_content .social li:nth-of-type(1) a:hover {
    color: #3b5999;
}

.single_team .team_content .social li:nth-of-type(2) a:hover {
    color: #55acee;
}

.single_team .team_content .social li:nth-of-type(3) a:hover {
    color: #0077B5;
}

.single_team .team_content .social li:nth-of-type(4) a:hover {
    color: #e4405f;
}

.team_col_1 .single_team:nth-child(4n+1) {
    background-color: #48cfaf;
}

.team_col_1 .single_team:nth-child(4n+2) {
    background-color: #daa520;
}

.team_col_2 .single_team:nth-child(4n+1) {
    background-color: #3d84c8;
}

.team_col_2 .single_team:nth-child(4n+2) {
    background-color: #de322e;
}

/*===========================
    13.Event css
===========================*/

.events_area {
    overflow: hidden;
}

.events_left {
    width: 40%;
}

.events_left .single_events {
    background-color: #daa520;
}

.events_left .single_events .events_content {
    width: 50%;
    height: 400px;
    display: table;
    padding: 30px;
    position: relative;
    z-index: 5;
}

.events_left .single_events .events_content_2 {
    width: 100%;
}

.events_left .single_events .events_content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.7);
    z-index: -1;
}

.events_left .single_events .events_content .events_wrapper {
    display: table-cell;
    vertical-align: middle;
    max-width: 320px;
    margin: 0 auto;
}

.events_left .single_events .events_content .events_meta li {
    display: inline-block;
    margin-top: 10px;
}

.events_left .single_events .events_content .events_meta li .color-1 {
    background-color: #3d84c8;
}

.events_left .single_events .events_content .events_meta li .color-2 {
    background-color: #48cfaf;
}

.events_left .single_events .events_content .events_meta li a {
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
}

.events_left .single_events .events_content .events_title a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.events_left .single_events .events_content .events_title a:hover {
    color: #daa520;
}

.events_left .single_events .events_content_title {
    width: 50%;
    height: 400px;
    display: table;
}

.events_left .single_events .events_content_title .title {
    font-size: 48px;
    color: #fff;
    padding: 0 50px;
}

.events_left .single_events .events_content_title .events_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.events_right {
    width: 60%;
    position: relative;
    z-index: 5;
}

.events_right::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.7);
    z-index: -1;
}

.events_right .events_content_3 {
    height: 800px;
    width: 100%;
    display: table;
}

.events_right .events_content_3 .events_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.events_right .events_content_3 .events_meta li {
    display: inline-block;
    margin-top: 10px;
}

.events_right .events_content_3 .events_meta li .color-1 {
    background-color: #3d84c8;
}

.events_right .events_content_3 .events_meta li .color-2 {
    background-color: #48cfaf;
}

.events_right .events_content_3 .events_meta li a {
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
}

.events_right .events_content_3 .events_title a {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.events_right .events_content_3 .events_title a:hover {
    color: #daa520;
}

/*===========================
    14.Blog css
===========================*/

.blog_area {
}

.single_blog {
}

.single_blog .blog_image {
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}

.single_blog .blog_image img {
    width: 60%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_blog:hover .blog_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_blog .blog_content {
    width: 90%;
    margin: -70px auto 0;
    position: relative;
}

.single_blog .blog_content .date {
    width: 60px;
    height: 60px;
    background-color: #f7c340;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    line-height: 12px;
}

.single_blog .blog_content .date span {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.single_blog .blog_content .blog_content_wrapper {
    padding: 25px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    background-color: #fff;
}

.single_blog .blog_content .blog_content_wrapper .blog_meta {
}

.single_blog .blog_content .blog_content_wrapper .blog_meta li {
    display: inline-block;
    position: relative;
}

.single_blog .blog_content .blog_content_wrapper .blog_meta li + li {
    margin-left: 20px;
}

.single_blog .blog_content .blog_content_wrapper .blog_meta li + li::before {
    position: absolute;
    content: '/';
    top: 2px;
    left: -13px;
    font-size: 14px;
    color: #b3b2b2;
}

.single_blog .blog_content .blog_content_wrapper .blog_meta li a {
    font-size: 14px;
    color: #b3b2b2;
}

.single_blog .blog_content .blog_content_wrapper .blog_title {
}

.single_blog .blog_content .blog_content_wrapper .blog_title a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 15px;
}

.single_blog .blog_content .blog_content_wrapper .blog_title a:hover {
    color: #f7c340;
}

/*===========================
    15.Footer css
===========================*/

.footer_area {
    position: relative;
    z-index: 5;
}

.footer_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.95);
    z-index: -1;
}

.footer_about p {
    color: #f2f2f2;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .footer_about a img {
        max-width: 30%;
    }
}

.footer_widget .footer_about .footer_social {
    margin-top: 30px;
}

.footer_widget .footer_about .footer_social li {
    display: inline-block;
}

.footer_widget .footer_about .footer_social li + li {
    margin-left: 10px;
}

.footer_widget .footer_about .footer_social li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #bababa;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer_widget .footer_about .footer_social li:nth-of-type(1) a {
    background-color: #e4405f;
    border-color: #e4405f;
}

.footer_widget .footer_about .footer_social li:nth-of-type(2) a {
    background-color: #000000;
    border-color: #000000;
}

.footer_widget .footer_about .footer_social li:nth-of-type(3) a {
    background-color: #0077B5;
    border-color: #0077B5;
}

.footer_widget .footer_about .footer_social li:nth-of-type(4) a {
    background-color: #f91c05;
    border-color: #f91c05;
}

.footer_widget .footer_about .footer_social li:nth-of-type(5) a {
    background-color: #4e69b0;
    border-color: #4e69b0;
}

.footer_title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 28px;
}

.footer_widget_wrapper {
}

.footer_link {
    width: 50%;
    padding: 0 40px;
}

.footer_link .link {
    width: 50%;
    padding-top: 10px;
}

.footer_link .link li {
}

.footer_link .link li a {
    font-size: 16px;
    color: #f2f2f2;
    margin-top: 15px;
    transition: all 0.3s linear;
}

.footer_link .link li a:hover {
    color: #f8cb59;
}

.footer_contact {
}

.footer_contact .contact {
    padding-top: 10px;
}

.footer_contact .contact li {
    font-size: 14px;
    color: #f2f2f2;
}

.footer_contact .contact li a {
    color: #f2f2f2;
    transition: all 0.3s linear;
}

.footer_contact .contact li a:hover {
    color: #f8cb59;
}

.footer_contact {
    width: 50%;
    padding: 0 40px;
}

.footer_copyright {
    background-color: rgba(16, 28, 50, 0.4);
    padding-top: 10px;
    padding-bottom: 25px;
}

.copyright {
    padding-top: 15px;
}

.copyright p {
    font-size: 16px;
    color: #bababa;
}

/*===== BACK TO TOP =====*/

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #daa520;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}

.back-to-top:hover {
    color: #fff;
}

/*===========================
    16.Courses Form css
===========================*/

.courses_form_area {
}

.courses_form_wrapper {
    margin-top: -200px;
    position: relative;
    z-index: 5;
}

.courses_form {
    background-color: #fe4646;
    display: table;
    height: 700px;
    width: 100%;
    padding: 50px;
}

.courses_form .form_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.courses_form .form_title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.courses_form .single_form {
    margin-top: 30px;
}

.courses_form .single_form .nice-select {
    float: none;
    width: 100%;
    height: 60px;
    background-color: #e43f3f;
    border-radius: 5px;
    border: 0;
}

.courses_form .single_form .nice-select::after {
    border-color: #fff;
    width: 8px;
    height: 8px;
    right: 25px;
}

.courses_form .single_form .nice-select .current {
    color: #fff;
    font-size: 16px;
    line-height: 60px;
}

.courses_form .single_form .nice-select .list {
    background-color: #e43f3f;
    width: 100%;
    color: #fff;
}

.courses_form .single_form .nice-select .list .option {
    background-color: #e43f3f;
}

.courses_form .single_form .nice-select .list .option:hover, .courses_form .single_form .nice-select .list .option.selected {
    background-color: #c93e3e;
}

.courses_form .single_form input {
    width: 100%;
    height: 60px;
    background-color: #e43f3f;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    border: 0;
    border-radius: 5px;
}

.courses_form .single_form input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.courses_form .single_form input:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.courses_form .single_form input::placeholder {
    opacity: 1;
    color: #fff;
}

.courses_form .single_form .main-btn {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    height: 50px;
    line-height: 46px;
    width: 100%;
}

.courses_form .single_form .main-btn:hover {
    background-color: #fff;
    color: #252628;
}

/*===========================
    17.About 3 css
===========================*/

.about_area_3 {
}

.about_certified {
}

.about_certified .title {
    font-size: 28px;
    font-weight: 700;
    color: #002639;
}

.about_certified p {
    margin-top: 25px;
}

.about_certified span {
    color: #fe4646;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.about_certified span img {
    width: 20px;
    margin-right: 5px;
}

.about_welcome {
    position: relative;
}

.about_welcome .welcome_circle {
    width: 460px;
    height: 460px;
    display: table;
    background-color: #fe4646;
    border-radius: 50%;
    text-align: center;
    padding: 50px;
}

.about_welcome .welcome_circle .circle_title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    line-height: 72px;
}

.welcome_info {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.welcome_info .info_wrapper {
    padding: 15px 0;
    margin-left: 80px;
}

.welcome_info .info_icon {
}

.welcome_info .info_content {
    padding-left: 20px;
}

.welcome_info .info_content .info_title {
    font-size: 18px;
    font-weight: 600;
    color: #002639;
}

.welcome_info .info_content p {
    margin-top: 5px;
}

.welcome_info .info_time {
    background-color: #fff4f4;
    margin-bottom: 20px;
}

.welcome_info .info_location {
    background-color: #f4fcfa;
    margin-top: 20px;
}

/*===========================
    18.Features css
===========================*/

.features_area_2 {
    position: relative;
}

.features_area_2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    height: 100%;
    opacity: 0.1;
    background-image: url(../images/dots.png);
    background-position: top center;
    background-size: cover;
}

.single_features_2 {
}

.single_features_2 img {
}

.single_features_2 .title a {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_features_2 .title a:hover {
    color: #fe4646;
}

.single_features_2 p {
    margin-top: 10px;
}

/*===========================
    19.Courses 2 css
===========================*/

.courses_area_2 {
}

.courses_wrapper {
}

.single_courses_2 {
    width: 25%;
}

.single_courses_2 .courses_image_2 {
    overflow: hidden;
}

.single_courses_2 .courses_image_2 img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_courses_2:hover .courses_image_2 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_courses_2 .courses_content_2 {
    max-width: 350px;
    text-align: center;
    width: 100%;
    height: 300px;
    display: table;
    margin: 0 auto;
    padding: 15px;
}

.single_courses_2 .courses_content_2 .courses_content_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single_courses_2 .courses_content_2 .courses_title a {
    font-size: 18px;
    font-weight: 600;
    color: #002639;
    transition: all 0.3s linear;
}

.single_courses_2 .courses_content_2 .courses_title a:hover {
    color: #daa520;
}

.single_courses_2 .courses_content_2 p {
    margin-top: 15px;
}

.single_courses_2 .courses_content_2 .courses_time {
    font-size: 14px;
    font-weight: 600;
    color: #fe4646;
    display: block;
    margin-top: 15px;
}

.single_courses_2 .courses_content_2 .sub_title {
    font-size: 13px;
    color: #484848;
    margin-top: 5px;
    display: block;
}

/*===========================
   20.testimonial 2 css
===========================*/

.testimonial_area_2 {
    position: relative;
    z-index: 5;
}

.testimonial_image_items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.single_testimonial_image img {
    height: 100%;
}

.single_testimonial_2 {
    padding: 25px 40px;
}

.single_testimonial_2 p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.single_testimonial_2 .name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

.single_testimonial_2 span {
    color: #fff;
}

.testimonial_items_2 .slick-list {
    background-color: #fe4646;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.testimonial_items_2 .slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.testimonial_items_2 .slick-dots li {
    display: inline-block;
    margin-right: 8px;
}

.testimonial_items_2 .slick-dots li button {
    padding: 0;
    border: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 0;
    padding: 0;
}

.testimonial_items_2 .slick-dots li.slick-active button {
    background-color: #fe4646;
}

/*===========================
    21.About 4 css
===========================*/

.about_image_4 {
    padding: 40px 95px;
    position: relative;
    z-index: 5;
}

.about_image_4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 70%;
    background-color: #daa520;
    z-index: -1;
}

.about_image_4

&
img {
    width: 100%;
}

.about_content_4 {
}

.about_content_4 .main-btn {
    margin-top: 35px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 30px;
}

/*===========================
    22.EVENT 2 css
===========================*/

.event_area_2 {
}

.event_counter {
    padding-right: 95px;
}

.event_counter_wrapper {
}

.single_counter {
}

.single_counter .count {
    font-size: 30px;
    color: #203151;
    font-weight: 600;
    line-height: 35px;
}

.single_counter p {
}

.event_content {
}

.event_content .title {
    font-size: 30px;
    color: #203151;
    font-weight: 600;
}

.event_content ul {
}

.event_content ul li {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

.event_content ul li:last-child {
    border-bottom: 0;
}

.single_events_2 {
}

.single_events_2 .events_image_2 img {
    width: 165px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single_events_2 .events_content_2 {
    padding-left: 25px;
    position: relative;
    padding-right: 85px;
}

.single_events_2 .events_content_2 .meta {
    font-size: 15px;
    color: #484848;
}

.single_events_2 .events_content_2 .meta i {
    margin-right: 8px;
}

.single_events_2 .events_content_2 .event_title a {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #203151;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_events_2 .events_content_2 .event_title a:hover {
    color: #fe4646;
}

.single_events_2 .events_content_2 .date {
    width: 60px;
    height: 60px;
    background-color: #fe4646;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 16px;
}

.single_events_2 .events_content_2 .date span {
    font-size: 24px;
    line-height: 25px;
}

/*===========================
    23.Pricing css
===========================*/

.pricing_area {
    position: relative;
    z-index: 5;
}

.pricing_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(15, 15, 41, 0.3);
}

.single_pricing {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}

.single_pricing .title {
    font-size: 24px;
    font-weight: 600;
    color: #fe4646;
}

.single_pricing .price {
    font-size: 72px;
    color: #002639;
    font-weight: 600;
    line-height: 80px;
    margin-top: 25px;
}

.single_pricing p {
    margin-top: 35px;
}

.single_pricing .main-btn {
    margin-top: 35px;
}

.single_pricing.active {
    background-color: #fe4646;
}

.single_pricing.active .title, .single_pricing.active .price, .single_pricing.active p {
    color: #fff;
}

.single_pricing.active .main-btn {
    background-color: #fff;
    color: #002639;
}

.single_pricing.active .main-btn:hover {
    background-color: #daa520;
}

/*===========================
    24.Category css
===========================*/

.category_area {
    background-color: #f3f8fc;
    position: relative;
}

.category_area .shape-1 {
    position: absolute;
    bottom: 30px;
    left: 10%;
}

.category_area .shape-2 {
    position: absolute;
    top: 30px;
    right: 23%;
}

.category_area .shape-3 {
    position: absolute;
    bottom: 0;
    right: 5%;
}

.single_category {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: table;
    height: 175px;
    text-align: center;
    z-index: 5;
}

.single_category::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.4);
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_category:hover::before {
    background-color: rgba(27, 41, 69, 0.7);
}

.single_category .category_wrapper {
    display: table-cell;
    vertical-align: middle
}

.single_category .category_title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.single_category p {
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}

.single_category a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*===========================
    25.Register css
===========================*/

.register_area {
    position: relative;
    margin-top: 112px;
}

.register_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 41, 69, 0.8);
}

.register_countdown_content {
    padding-top: 125px;
    padding-bottom: 130px;
}

.register_countdown_content .title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
}

.register_countdown {
}

.single_countdown {
    width: 100px;
    height: 100px;
    border: 2px solid;
    text-align: center;
    display: table;
    border-radius: 5px;
    margin-top: 30px;
}

.single_countdown + .single_countdown {
    margin-left: 20px;
}

.single_countdown .countdown_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single_countdown .count {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.single_countdown p {
    color: #fff;
    font-size: 15px;
}

.register_countdown .single_countdown:nth-child(4n+1) {
    border-color: #daaf42;
}

.register_countdown .single_countdown:nth-child(4n+2) {
    border-color: #3876b4;
}

.register_countdown .single_countdown:nth-child(4n+3) {
    border-color: #bd2c2f;
}

.register_countdown .single_countdown:nth-child(4n+4) {
    border-color: #41b69f;
}

.countdown_2 {
}

.countdown_2 .single_countdown {
}

.countdown_2 .single_countdown:nth-child(4n+1) {
    background-color: #daaf42;
}

.countdown_2 .single_countdown:nth-child(4n+2) {
    background-color: #3876b4;
}

.countdown_2 .single_countdown:nth-child(4n+3) {
    background-color: #bd2c2f;
}

.countdown_2 .single_countdown:nth-child(4n+4) {
    background-color: #41b69f;
}

.register_form {
    border-radius: 5px;
    overflow: hidden;
    margin-top: -112px;
    position: relative;
    -webkit-box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.14);
}

.register_form_title {
    background-color: #48cfaf;
    padding: 38px 0;
}

.register_form_title .title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.register_form_wrapper {
    background-color: #fff;
    padding: 20px 50px 40px;
}

.register_form_wrapper .single_form {
    margin-top: 20px;
}

.register_form_wrapper .single_form input, .register_form_wrapper .single_form textarea {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    border: 0;
}

.register_form_wrapper .single_form textarea {
    padding-top: 10px;
    height: 90px;
    resize: none;
}

.register_form_wrapper .single_form .main-btn {
    width: 100%;
}

/*===========================
    26.Testimonial author css
===========================*/

.single_testimonial_author {
    position: relative;
}

.single_testimonial_author::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.6);
    opacity: 1;
    transition: all 0.3s linear;
}

.single_testimonial_author img {
    width: 100%;
}

.testimonial_author_active {
}

.testimonial_author_active .slick-center .single_testimonial_author::before {
    opacity: 0;
}

.single_testimonial_content {
    background-color: #daa520;
    padding: 25px 30px;
    text-align: center;
    position: relative;
    margin-top: 15px;
    border-radius: 25px;
}

.single_testimonial_content::before {
    position: absolute;
    content: '';
    top: -3px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #daa520;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

.single_testimonial_content p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    font-style: italic;
}

.single_testimonial_content .author_name {
    font-weight: 16;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

.single_testimonial_content .sub_title {
    font-size: 15px;
    color: #fff;
}

.testimonial_content_active {
    margin-top: -200px;
}

/*===========================
    27.EVENT 3 css
===========================*/

.event_area_3 {
    position: relative;
    z-index: 5;
}

.event_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}

.event_bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 41, 69, 0.8);
}

.single_event_3 {
    position: relative;
    overflow: hidden;
    margin: 21px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_event_3 .event_image {
    position: relative;
}

.single_event_3 .event_image::before {
    position: absolute;
    content: '';
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_event_3 .event_image img {
    width: 100%;
    border-radius: 5px;
}

.single_event_3 .event_content {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    max-width: 360px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_event_3 .event_content .event_date .date {
    width: 60px;
    height: 60px;
    background-color: #daa520;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 9px 0;
    line-height: 15px;
}

.single_event_3 .event_content .event_date .date span {
    font-size: 24px;
    line-height: 25px;
}

.single_event_3 .event_content .event_meta {
    padding-left: 20px;
}

.single_event_3 .event_content .event_meta .location {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.single_event_3 .event_content .event_meta .event_title a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.slick-center .single_event_3 {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.slick-center .single_event_3 .event_image::before {
    opacity: 1;
}

.slick-center .single_event_3 .event_content {
    opacity: 1;
    visibility: visible;
}

/*===========================
    28.About 4 css
===========================*/

.about_area_4 {
}

.about_image_5 {
    position: relative;
    padding-right: 95px;
}

.about_image_5 .image {
    width: 100%;
    border-radius: 5px;
}

.about_items {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single_items {
    max-width: 165px;
    height: 165px;
    display: table;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    transition: all 0.3s linear;
}

.single_items:hover {
    margin-top: -10px;
}

.single_items + .single_items {
    margin-left: 30px;
}

.single_items .items_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single_items img {
    width: 60px;
}

.single_items .items_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.about_items .single_items:nth-child(2n+1) {
    background-color: #da2d2b;
}

.about_items .single_items:nth-child(2n+2) {
    background-color: #daa520;
}

.about_content_5 {
}

.about_content_5 .signechar {
    margin-top: 25px;
}

.about_info {
}

.single_about_info {
    padding: 0 40px;
}

.single_about_info + .single_about_info {
    border-left: 1px solid #ebebeb;
}

.single_about_info img {
    width: 30px;
}

.single_about_info p {
    font-size: 16px;
    font-weight: 400;
    color: #002639;
    margin-top: 15px;
}

/*===========================
    29.Skill css
===========================*/

.skill_area {
    background-color: #f3f8fc;
}

.skill_wrapper {
    position: relative;
    z-index: 5;
    padding-top: 130px;
    padding-bottom: 130px;
}

.skill_wrapper .skill_image {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.skill_wrapper .skill_image .image {
    position: relative;
    max-width: 580px;
}

.skill_wrapper .skill_image .image .s_image {
}

.skill_wrapper .skill_image .image .s_shape {
    position: absolute;
    top: 0;
    left: 0;
}

.skill_counter {
}

.single_skill_counter {
    width: 50%;
}

.single_skill_counter .skill_counter_icon img {
    width: 55px;
}

.single_skill_counter .skill_counter_content {
    padding-left: 15px;
}

.single_skill_counter .skill_counter_content .count {
    font-size: 24px;
    font-weight: 600;
    color: #203151;
}

.single_skill_counter .skill_counter_content p {
    margin-top: 5px;
}

.skill_progress {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #6ad7be;
    border-radius: 10px;
    padding: 30px 50px 50px;
}

.skill_item {
}

.skill_item .skill_header {
}

.skill_item .skill_header .skill_title {
    font-size: 16px;
    font-weight: 600;
    color: #002639;
}

.skill_item .skill_bar {
    margin-top: 13px;
}

.skill_item .skill_bar .bar_inner {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(0, 38, 57, 0.2);
    position: relative;
}

.skill_item .skill_bar .bar_inner .progress_line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #daa520;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    width: 0;
}

.skill_item .skill_bar .bar_inner .progress_line span {
    position: absolute;
    top: -30px;
    right: -32px;
    font-size: 13px;
    background-color: #daa520;
    color: #fff;
    padding: 0 4px;
}

.skill_item .skill_bar .bar_inner .progress_line span::before {
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid #daa520;
    border-right: 6px solid transparent;
}

/*===========================
    30.Why Chooses css
===========================*/

.why_choose_area_2 {
    background-position: left center;
    position: relative;
}

.why_choose_wrapper {
    position: relative;
    z-index: 5;
}

.why_choose_wrapper .why_choose_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
}

.single_choose_2 {
}

.single_choose_2 .choose_icon {
}

.single_choose_2 .choose_content {
    margin-top: 15px;
}

.single_choose_2 .choose_content .title a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.why_choose_content_2 .row .choose_col:nth-of-type(1) .single_choose_2 .choose_content .title a:hover {
    color: #48cfaf;
}

.why_choose_content_2 .row .choose_col:nth-of-type(2) .single_choose_2 .choose_content .title a:hover {
    color: #de322e;
}

.why_choose_content_2 .row .choose_col:nth-of-type(3) .single_choose_2 .choose_content .title a:hover {
    color: #3d84c8;
}

.why_choose_content_2 .row .choose_col:nth-of-type(4) .single_choose_2 .choose_content .title a:hover {
    color: #daa520;
}

.single_choose_2 .choose_content p {
    margin-top: 15px;
    color: #fff;
}

.chooses_contact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    background-color: #daa520;
    z-index: 9;
}

.chooses_contact .chooses_contact_wrapper {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.chooses_contact .contact_title {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
}

.chooses_contact .main-btn {
    margin-top: 25px;
    height: 40px;
    padding: 0 25px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    line-height: 36px;
}

.chooses_contact .main-btn:hover {
    color: #daa520;
    background-color: #fff;
}

/*===========================
    31.Testimonial css
===========================*/

.testimonial_area_3 {
}

.testimonial_title_wrapper_2 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

.testimonial_title_wrapper_2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 41, 69, 0.6);
}

.testimonial_title_shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.testimonial_title_shape img {
    width: 100%;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.testimonial {
    margin-top: 55px;
}

.testimonial_content_wrapper {
}

.testimonial_content_active_3 {
}

.single_testimonial_3 {
}

.single_testimonial_3 p {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    line-height: 36px;
}

.single_testimonial_3 .author_name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.single_testimonial_3 span {
    font-size: 13px;
    margin-top: 5px;
}

.testimonial_author_active_3 {
    width: 270px;
    margin: 0 auto;
    padding-top: 60px;
}

.single_author {
    cursor: pointer;
}

.single_author {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
}

.single_author::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.7);
    transition: all 0.3s linear;
}

.single_author img {
    border-radius: 50%;
    display: inline-block;
}

.testimonial_author_active_3 .slick-center.single_author::before {
    opacity: 0;
}

/*===========================
    32.Countdown 2 css
===========================*/

.countdown_wrapper_2 {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}

.countdown_wrapper_2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/countdown_bg.png);
}

.register_countdown_2 {
    position: relative;
    text-align: center;
}

.register_countdown_2 .register_countdown_content {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.register_countdown_2 .down {
}

.register_form_2 {
    margin-top: 50px;
}

/*===========================
    33.Page Banner css
===========================*/

.page_banner {
    position: relative;
    padding-top: 235px;
    padding-bottom: 95px;
    z-index: 5;
    background-position: top center;
}

.page_banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.75);
    z-index: -1;
}

.banner_content {
}

.banner_content .title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.banner_content .breadcrumb {
    padding: 0;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    margin-top: 15px;
}

.banner_content .breadcrumb li {
    position: relative;
    cursor: pointer;
}

.banner_content .breadcrumb li + li {
    margin-left: 20px;
}

.banner_content .breadcrumb li + li::before {
    position: absolute;
    content: '•';
    top: 2px;
    left: -12px;
    color: #fff;
    font-size: 14px;
}

.banner_content .breadcrumb li a {
    font-size: 16px;
    color: #fff;
}

.banner_content .breadcrumb li a.active {
    font-weight: 700;
    color: #daa520;
}

/*===========================
    34.Blog List Page css
===========================*/

.blog_list_page {
}

.single_blog_list .blog_list_image {
    overflow: hidden;
    border-radius: 5px;
}

.single_blog_list .blog_list_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_blog_list:hover .blog_list_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_blog_list .blog_list_content {
    width: 90%;
    margin: -130px auto 0;
    position: relative;
}

.single_blog_list .blog_list_content .date {
    width: 60px;
    height: 60px;
    background-color: #f7c340;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 7px 0;
    line-height: 10px;
}

.single_blog_list .blog_list_content .date span {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.single_blog_list .blog_list_content .blog_content_wrapper {
    padding: 25px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    margin-top: 10px;
    background-color: #fff;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta {
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta li {
    display: inline-block;
    position: relative;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta li + li {
    margin-left: 20px;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta li + li::before {
    position: absolute;
    content: '/';
    top: 2px;
    left: -13px;
    font-size: 14px;
    color: #b3b2b2;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta li a {
    font-size: 14px;
    color: #b3b2b2;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_title {
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_title a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 15px;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_title a:hover {
    color: #f7c340;
}

.single_blog_list .blog_list_content .blog_content_wrapper p {
    margin-top: 15px;
}

/*===========================
    35.Sidebar css
===========================*/

.sidebar {
}

.sidebar_search {
    position: relative;
}

.sidebar_search input {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    background-color: #ebebeb;
    color: #797e82;
    border: 0;
}

.sidebar_search button {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background-color: #daa520;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar_title {
    font-size: 18px;
    font-weight: 600;
    color: #002639;
}

.sidebar_tag, .sidebar_list, .sidebar_post {
    border: 1px solid #ebebeb;
    padding: 30px 35px 35px;
}

.single_sidebar_post {
}

.single_sidebar_post .post_image img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single_sidebar_post .post_content {
    padding-left: 15px;
}

.single_sidebar_post .post_content .title a {
    font-size: 14px;
    font-weight: 700;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_sidebar_post .post_content .title a:hover {
    color: #daa520;
}

.single_sidebar_post .post_content .date {
    margin-top: 5px;
    font-size: 14px;
}

.archives_list {
    margin-top: 20px;
}

.archives_list li {
    margin-top: 10px;
}

.archives_list li a {
    display: block;
    color: #484848;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.archives_list li a i {
    color: #daa520;
    margin-right: 8px;
}

.archives_list li a span {
    float: right;
}

.archives_tag {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}

.archives_tag li {
    margin: 0 4px;
    display: inline-block;
    margin-top: 10px;
}

.archives_tag li a {
    font-size: 14px;
    padding: 0 13px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ebebeb;
    color: #484848;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.archives_tag li a:hover {
    color: #fff;
    background-color: #daa520;
    border-color: #daa520;
}

/*===========================
    36.Blog Details css
===========================*/

.blog_details_page {
}

.blog_details .details_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog_details .details_content {
    width: 90%;
    margin: -130px auto 0;
    position: relative;
}

.blog_details .details_content .date {
    width: 60px;
    height: 60px;
    background-color: #f7c340;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    line-height: 13px;
}

.blog_details .details_content .date span {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.blog_details .details_content .blog_content_wrapper {
    padding: 25px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    margin-top: 10px;
    background-color: #fff;
}

.blog_details .details_content .blog_content_wrapper .blog_meta {
}

.blog_details .details_content .blog_content_wrapper .blog_meta li {
    display: inline-block;
    position: relative;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li + li {
    margin-left: 20px;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li + li::before {
    position: absolute;
    content: '/';
    top: 2px;
    left: -13px;
    font-size: 14px;
    color: #b3b2b2;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li a {
    font-size: 14px;
    color: #b3b2b2;
}

.blog_details .details_content .blog_content_wrapper .blog_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 15px;
}

.blog_details p {
    margin-top: 25px;
}

.blog_details .blockquote {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    padding: 35px 40px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
    z-index: 5;
}

.blog_details .blockquote i {
    font-size: 72px;
    line-height: 75px;
    position: absolute;
    right: 40px;
    top: -10px;
    color: #daa520;
    z-index: -1;
}

.blog_details .blockquote p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
}

.blog_details_share {
    margin-top: 35px;
    padding-bottom: 45px;
}

.blog_details_share span {
    font-size: 18px;
    font-weight: 600;
    color: #002639;
}

.blog_details_share .social li {
    display: inline-block;
    margin-left: 10px;
}

.blog_details_share .social li a {
    font-size: 18px;
    color: #9d9d9d;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_details_share .social li a:hover {
    color: #daa520;
}

.blog_details_comment {
    border-top: 1px solid #ebebeb;
    padding-top: 45px;
}

.blog_details_comment .blog_comment_items {
    padding-top: 15px;
}

.blog_details_comment .blog_details_comment_title {
    font-size: 24px;
    font-weight: 600;
}

.blog_details_comment .blog_comment_items ul li .single_comment {
    margin-top: 30px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_author img {
    width: 80px;
    border-radius: 50%;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content {
    margin-left: 20px;
    padding: 30px;
    border: 1px solid #ebebeb;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .author_name {
    font-size: 18px;
    font-weight: 400;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content p {
    font-size: 16px;
    margin-top: 15px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li {
    display: inline-block;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a {
    font-size: 14px;
    color: #616161;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a i {
    margin-right: 5px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a:hover {
    color: #daa520;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li + li {
    margin-left: 20px;
    margin-top: 10px;
}

.blog_details_comment .blog_comment_items .reply_comment {
    padding-left: 90px;
}

/*===========================
  37.Courses Details Banner css
===========================*/

.courses_details_banner {
    position: relative;
    padding-top: 180px;
    padding-bottom: 65px;
    z-index: 5;
    background-position: top center;
}

.courses_details_banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.95);
    z-index: -1;
}

.details_banner_content {
}

.details_banner_content .title {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.details_media_wrapper {
}

.details_media {
    width: 50%;
}

.details_media .media_image {
}

.details_media .media_image .author {
    width: 50px;
    border-radius: 50%;
}

.details_media .media_image .bookmark {
    width: 20px;
}

.details_media .media_image i {
    font-size: 40px;
    color: #daa520;
}

.details_media .media_content {
    padding-left: 15px;
}

.details_media .media_content p {
    font-size: 14px;
    color: #fff;
}

.details_media .media_content .title a, .details_media .media_content .title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.details_media .media_content .rating {
}

.details_media .media_content .rating li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.details_media .media_content .rating li i {
}

.details_media .media_content .rating li span {
    margin-left: 5px;
}

/*===========================
   38.Courses Details css
===========================*/

.courses_details_area {
}

.courses_details_content {
}

.courses_details_title {
    font-size: 24px;
    color: #002639;
    font-weight: 600;
}

.single_courses_details {
}

.single_courses_details p {
    margin-top: 15px;
}

.single_courses_details ul {
    padding-top: 10px;
}

.single_courses_details ul li {
    margin-top: 15px;
    font-size: 16px;
    color: #484848;
}

.single_courses_details ul li i {
    color: #daa520;
    margin-right: 5px;
}

.courses_top_bar {
    background-color: #f3f8fc;
    padding: 0 20px 15px;
    margin: 8px;
}

.courses_top_bar .courses_title {
    padding-top: 15px;
}

.courses_top_bar .courses_meta .meta {
    padding-top: 15px;
}

.courses_top_bar .courses_meta .meta li {
    display: inline-block;
}

.courses_top_bar .courses_meta .meta li + li {
    margin-left: 15px;
}

.courses_top_bar .courses_meta .meta li i {
    color: #daa520;
}

.courses_curriculum {
    border: 1px solid #ebebeb;
}

.courses_curriculum .accordion {
    padding: 0;
    border: 0;
}

.courses_curriculum .accordion .card {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.courses_curriculum .accordion .card .card-header {
    padding: 15px 30px;
    border-radius: 0;
    background: none;
    border: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.courses_curriculum .accordion .card:first-child .card-header {
    border-top: 0;
}

.courses_curriculum .accordion .card .card-header a {
    font-size: 16px;
    font-weight: 600;
    color: #002639;
    position: relative;
    padding-left: 25px;
}

.courses_curriculum .accordion .card .card-header a::before {
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
    font-size: 16px;
    color: #daa520;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.courses_curriculum .accordion .card .card-header a.collapsed::before {
    content: "\f067";
}

.courses_curriculum .accordion .card .card-body {
    padding: 25px 30px 20px;
}

.courses_curriculum .accordion .card .card-body .curriculum_content {
}

.courses_curriculum .accordion .card .card-body .curriculum_content .title {
    font-size: 16px;
    font-weight: 600;
    color: #002639;
}

.courses_curriculum .accordion .card .card-body .curriculum_content p {
    margin-top: 15px;
}

.courses_curriculum .curriculum_list {
    margin-top: 20px;
}

.courses_curriculum .curriculum_list span {
    font-size: 16px;
    color: #002639;
    font-weight: 400;
}

.courses_curriculum .curriculum_list span i {
    color: #daa520;
    margin-right: 5px;
}

.courses_curriculum .curriculum_list ul {
    padding-left: 25px;
    padding-top: 10px;
}

.courses_curriculum .curriculum_list ul li {
    border-bottom: 1px solid #ebebeb;
}

.courses_curriculum .curriculum_list ul li:last-child {
    border-bottom: 0;
}

.courses_curriculum .curriculum_list ul li a {
    font-size: 16px;
    color: #484848;
    font-weight: 400;
    display: block;
    padding: 8px 0;
}

.courses_curriculum .curriculum_list ul li a i {
    color: #40d0af;
    margin-right: 5px;
}

.courses_about {
    border: 1px solid #ebebeb;
}

.courses_about_wrapper {
    padding: 30px;
    padding-top: 0;
}

.single_teachers {
    margin-top: 25px;
    width: 50%;
}

.single_teachers .author_image img {
    width: 80px;
    border-radius: 50%;
}

.single_teachers .author_content {
    padding-left: 15px;
}

.single_teachers .author_content .author_name {
    font-size: 18px;
    font-weight: 600;
}

.single_teachers .author_content p {
    margin-top: 3px;
}

.single_teachers .author_content .social {
    margin-top: 10px;
}

.single_teachers .author_content .social li {
    display: inline-block;
}

.single_teachers .author_content .social li + li {
    margin-left: 8px;
}

.single_teachers .author_content .social li a {
    font-size: 16px;
    color: rgba(72, 72, 72, 0.50);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_teachers .author_content .social li a:hover {
    color: #daa520;
}

.courses_reviews {
    border: 1px solid #ebebeb;
}

.courses_reviews_wrapper {
    padding: 30px 0;
}

.average_rating {
    width: 250px;
    border-right: 1px solid #ebebeb;
    padding: 30px 0;
}

.average_rating .rating_value {
    font-size: 48px;
    color: #fccb54;
    line-height: 50px;
}

.average_rating .review_star {
}

.average_rating .review_star li {
    display: inline-block;
    margin: 0 3px;
}

.average_rating .review_star li span {
    color: #fccb54;
    font-size: 18px;
}

.average_rating p {
    margin-top: 5px;
}

.detailed_rating {
    width: 66%;
}

.detailed_rating .single_star {
    margin-top: 8px;
}

.detailed_rating .single_star:first-child {
    margin-top: 0;
}

.detailed_rating .single_star .key {
    display: inline-block;
    font-size: 16px;
    color: #484848;
    padding-right: 15px;
}

.detailed_rating .single_star .bar {
    width: 50%;
    background-color: #ebebeb;
    height: 10px;
    display: inline-block;
}

.detailed_rating .single_star .bar .full_bar {
    background-color: #fccb54;
    height: 100%;
}

.detailed_rating .single_star .value {
    display: inline-block;
    font-size: 16px;
    color: #484848;
    padding-left: 15px;
    width: 20px;
}

.courses_reviews_comment {
    padding: 0 30px 30px;
}

.courses_reviews_comment .comment_author img {
    width: 80px;
    border-radius: 50%;
}

.courses_reviews_comment .comment_content {
    padding-left: 15px;
}

.courses_reviews_comment .comment_content .author_name {
    font-size: 18px;
    font-weight: 600;
}

.courses_reviews_comment .comment_content .star {
    margin-top: 4px;
}

.courses_reviews_comment .comment_content .star li {
    display: inline-block;
    font-size: 16px;
}

.courses_reviews_comment .comment_content .star li + li {
    margin-left: 5px;
}

.courses_reviews_comment .comment_content .star li span {
    color: #8de2ce;
}

.courses_reviews_comment .comment_content .star li i {
    color: #fccb54;
}

.courses_reviews_comment .comment_content p {
    margin-top: 12px;
}

.courses_details_sidebar {
    margin-top: -410px;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.courses_details_sidebar .courses_sidebar_image {
    position: relative;
}

.courses_details_sidebar .courses_sidebar_image img {
    width: 100%;
}

.courses_details_sidebar .courses_sidebar_image .price {
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #de322e;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: -45px;
}

.courses_details_sidebar .courses_sidebar_image .price .price_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.courses_details_sidebar .courses_sidebar_image .price .price_wrapper p {
    font-size: 14px;
    color: #fff;
}

.courses_details_sidebar .courses_sidebar_image .price .price_wrapper span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 18px;
}

.courses_details_sidebar .courses_sidebar_image .courses_btn {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.courses_details_sidebar .courses_sidebar_image .courses_btn .main-btn {
    width: 100%;
}

.courses_details_sidebar .courses_sidebar_title {
    background-color: #40d0af;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.courses_details_sidebar .courses_sidebar_title::before {
    width: 20px;
    height: 20px;
    background-color: #40d0af;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.courses_details_sidebar .courses_sidebar_title .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.courses_details_sidebar .courses_sidebar_list {
    background-color: #f3f8fc;
    padding: 30px;
}

.courses_details_sidebar .courses_sidebar_list .list {
}

.courses_details_sidebar .courses_sidebar_list .list li {
    font-size: 16px;
    color: #002639;
    border-bottom: 1px solid rgba(72, 72, 72, 0.10);
    padding: 15px 0;
}

.courses_details_sidebar .courses_sidebar_list .list li:last-child {
    border-bottom: 0;
}

.courses_details_sidebar .courses_sidebar_list .list li i {
    color: #daa520;
    width: 23px;
}

.courses_details_sidebar .courses_sidebar_list .list li span {
    float: right;
}

.courses_details_sidebar .courses_sidebar_list {
}

.courses_details_sidebar .courses_sidebar_list .social {
    text-align: center;
    margin-top: 20px;
}

.courses_details_sidebar .courses_sidebar_list .social li {
    display: inline-block;
    margin: 0 5px;
}

.courses_details_sidebar .courses_sidebar_list .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.courses_details_sidebar .courses_sidebar_list .social li:nth-of-type(1) a {
    background-color: #3b5999;
}

.courses_details_sidebar .courses_sidebar_list .social li:nth-of-type(2) a {
    background-color: #55acee;
}

.courses_details_sidebar .courses_sidebar_list .social li:nth-of-type(3) a {
    background-color: #0077B5;
}

.courses_details_sidebar .courses_sidebar_list .social li:nth-of-type(4) a {
    background-color: #e4405f;
}

/*===========================
    39.Contact css
===========================*/

.contact_area {
}

.contact_info .single_info .info_icon i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid rgba(43, 42, 53, 0.2);
    color: #2b2a35;
    text-align: center;
}

.contact_info .single_info .info_content {
    padding-left: 20px;
}

.contact_map .gmap_canvas iframe {
    width: 100%;
    height: 290px;
}

.courses_details_sidebar_fixed .courses_sidebar_list {
    background-color: #f3f8fc;
    padding: 30px;
}

.courses_details_sidebar_fixed .courses_sidebar_list .list {
}

.courses_details_sidebar_fixed .courses_sidebar_list .list li {
    font-size: 16px;
    color: #002639;
    border-bottom: 1px solid rgba(72, 72, 72, 0.10);
    padding: 15px 0;
}

.courses_details_sidebar_fixed .courses_sidebar_list .list li:last-child {
    border-bottom: 0;
}

.courses_details_sidebar_fixed .courses_sidebar_list .list li i {
    color: #daa520;
    width: 23px;
}

.courses_details_sidebar_fixed .courses_sidebar_list .list li span {
    float: right;
}

.courses_details_sidebar_fixed .courses_sidebar_list {
}

.courses_details_sidebar_fixed .courses_sidebar_list .social {
    text-align: center;
}

.courses_details_sidebar_fixed .courses_sidebar_list .social li {
    display: inline-block;
    margin: 0 5px;
}

.courses_details_sidebar_fixed .courses_sidebar_list .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.courses_details_sidebar_fixed .courses_sidebar_list .social li:nth-of-type(1) a {
    background-color: #e4405f;
}

.courses_details_sidebar_fixed .courses_sidebar_list .social li:nth-of-type(2) a {
    background-color: #0b0b0b;
}

.courses_details_sidebar_fixed .courses_sidebar_list .social li:nth-of-type(3) a {
    background-color: #0077B5;
}

.courses_details_sidebar_fixed .courses_sidebar_list .social li:nth-of-type(4) a {
    background-color: #3b5999;
}

.courses_details_sidebar_fixed .courses_sidebar_title {
    background-color: #40d0af;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.courses_details_sidebar_fixed .courses_sidebar_title::before {
    width: 20px;
    height: 20px;
    background-color: #40d0af;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.courses_details_sidebar_fixed .courses_sidebar_title .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.video {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

#video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.about_video::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.5);
    z-index: 1;
}

.goldLink {
    color: #daa520
}

.goldLink:hover {
    color: #daa520
}

.col-lg-3.col-sm-6 .redirect {
    display: contents;
}

@media (max-width: 767px) {
    .courses_details_banner {
        position: relative;
        padding-top: 180px;
        padding-bottom: 15px;
        z-index: 5;
        background-position: top center;
    }
}

.logoImage {
    content: url('/assets/asse/images/logo.png');
    max-width: 140px;
}

@media (max-width: 767px) {
    .logoImage {
        content: url('/assets/images/logo-min.png');
        max-width: 70px;
    }

    .banner-h {
        padding-bottom: 150px;
    }
}
