.features_wrapper {
    position: relative;
    z-index: 5;
    margin-top: -122px;
}
.single_features {
    padding: 20px 30px;
    z-index: 5;
    position: relative;
    overflow: hidden;
}
.features_wrapper .row .features_col:nth-child(3n+1) .single_features {
    background-color: #da2d2b;
}
.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;
}
.features_wrapper .row .features_col:nth-child(3n+1) .single_features::before {
    /*background-image: url(../images/features-1.png);*/
}
.single_features .features_content {
    margin-top: 10px;
}

.single_features .features_content .features_title a,
.single_features .features_content .features_title  {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.single_features .features_content p {
    margin-top: 0px;
    color: #fff;
        font-weight: bold;
    margin-bottom: 0px;
    font-size: 12px;
    
}
.features_wrapper .row .features_col:nth-child(3n+2) .single_features {
    background-color: #ffbc0a;
}
.features_wrapper .row .features_col:nth-child(3n+2) .single_features::before {
    /*background-image: url(../images/features-2.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(../images/features-3.png);*/
}
.single_features:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
section.features_area {
    padding: 0 0 60px 0;
}
.btn_right {
    display: table;
    margin-left: auto;
    margin-right: 100px;
}
h2.custom_border {
    position: relative;
    margin-bottom: 45px;
}
h2.custom_border:after {
    position: absolute;
    content: "";
    background: url(../images/icon/arrow_line.png) center center no-repeat;
    width: 100%;
    height: 14px;
    background-size: contain;
    left: 0;
    bottom: -25px;
}
.custom_read_padding {
    padding: 9px 15px;
}
.mt-30 {
    margin-top: 30px;
}
.single_choose .choose_content {
    margin-top: 15px;
}
.single_choose .choose_content .title a {
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.choose_content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 0px;
}
.why_choose_area {
    position: relative;
}
.why_choose_image {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0px;
    display: table;
    z-index: -1;
}
.why_choose_image .image {
    display: table-cell;
    vertical-align: bottom;
}
/* .why_choose_area{
	background: url(../images/icon/choose_bg.png) center right no-repeat;
	background-size: cover;
} */
.single_counter .counter_icon {
    width: 100px;
    height: 100px;
    display: table;
    border: 1px dashed;
    border-radius: 5px;
}
.counter_wrapper .counter_col:nth-child(4n+1) .single_counter .counter_icon {
    border-color: #40d0af;
}
.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: 95px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}
.single_counter .counter_content .cont {
    font-size: 28px;
    font-weight: 700;
    color: #203151;
	line-height: normal;
}
.counter_content p {
    margin-bottom: 0;
	font-size: 16px;
}
.counter_wrapper .counter_col:nth-child(4n+2) .single_counter .counter_icon {
    border-color: #fcc741;
}
.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;
}
.btn_center {
    display: table;
    text-align: center;
    margin: 35px auto 10px;
}
a.text_addrs {
    color: #979595;
}
.text-left.btn_space a {
    margin: 5px;
}
.change_div {
    z-index: 2;
    border-radius: 200px 0 0 200px;
    margin-left: -50px;
	padding: 8% 15%;
}
.custom_monial .testimonial_style1 .testimonial_box, .custom_monial .course_author {
    padding: 20px;
    margin: 5px 0;
}
.courses_details_banner {
    position: relative;
    z-index: 5;
    background-position: top center;
	background: url(../images/about_bg.jpg) center right no-repeat;
	background-size: cover;
}
.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 .title {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.media_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
    margin: 0px;
}
.courses_details_title {
    font-size: 24px;
    color: #002639;
    font-weight: 600;
}
.single_courses_details p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
}
.courses_details_sidebar .courses_sidebar_image .price .price_wrapper {
    display: table-cell;
    vertical-align: middle;
}
.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 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: 13px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.courses_details_sidebar .courses_sidebar_image .courses_btn .main-btn {
    width: 100%;
}
.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: #fcc741;
}
.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 ul, .courses_details_sidebar .courses_sidebar_list .list ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.courses_details_sidebar .courses_sidebar_list .list li {
    font-size: 14px;
    color: #002639;
    border-bottom: 1px solid rgba(72, 72, 72, 0.10);
    padding: 15px 0;
	list-style: none;
}
.courses_details_sidebar .courses_sidebar_list .list li i {
    color: #fcc741;
    width: 23px;
}
.courses_details_sidebar .courses_sidebar_list .list li span {
    float: right;
}
.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%;
	    display: block;
}
.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;
}
