
a {
    color: #333146;
    text-decoration: none;
}

.carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {
    right:30%;
    margin-right: -10px;
}
.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {
    left:30%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 25px;
    background: black;
    padding: 10px;
    width: 50px;
    height: 50px;
    line-height: 30px;
}
/*======= media queries in css =======*/

/*////////////// XTRA SMALL DEVICES( mobile phones ) //////////////*/
@media (min-width: 300px) and (max-width: 479px){
    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
        font-size: 20px;
        background: black;
        padding: 10px;
        width: 30px;
        height: 30px;
        line-height: 10px;
    }
    .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {
        right:30%;
        margin-right: -10px;
    }
    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {
        left:30%;
        margin-left: -10px;
    }
}

/*////////////// TAB OR LARGE MOBILE PHONE //////////////*/
@media (min-width: 768px) and (max-width: 991px){
    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
        font-size: 20px;
        background: black;
        padding: 10px;
        width: 30px;
        height: 30px;
        line-height: 10px;
    }
    .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {
        right:30%;
        margin-right: -10px;
    }
    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {
        left:30%;
        margin-left: -10px;
    }
}

/*////////////// MEDIUM DEVICES LAPTOPS //////////////*/
@media (min-width: 992px) and (max-width: 1199px){
    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
        font-size: 20px;
        background: black;
        padding: 10px;
        width:40px;
        height:40px;
        line-height: 10px;
    }
    .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {
        right:30%;
        margin-right: -10px;
    }
    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {
        left:30%;
        margin-left: -10px;
    }
}


/*=======[ Think About Us ]========*/
.about_us_thinking {
    background: #f7f8fc;
    position: relative; }
.about_us_thinking:before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 120px;
    width: 60%;
    right: 0;
    top: 0;
    z-index: 1; }
.about_us_thinking .banner_learn {
    padding-right: 8%; }
.about_us_thinking .banner_learn img {
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 660px; }
.about_us_thinking .title {
    padding: 139px 8% 80px 4%;
    text-align: left; }
.about_us_thinking .title h2 {
    color: #333146;
    font-size: 50px;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 50px; }
.about_us_thinking .title .step_services {
    margin-bottom: 40px;
    padding-right: 20%; }
.about_us_thinking .title .step_services:last-child {
    margin-bottom: 0; }
.about_us_thinking .title .step_services h3 {
    color: #333146;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px; }
.about_us_thinking .title .step_services h3 span {
    color: #ff5a2c;
    padding-right: 10px; }


/*=======[ Index Courses Area Style ]========*/
.popular_courses {
    padding: 130px 0 80px; }
.popular_courses .single-courses {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 50px; }
.popular_courses .single-courses:hover {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.popular_courses .single-courses:hover .courses_banner_wrapper .courses_banner img {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg); }
.popular_courses .single-courses:hover .courses-content h3 a {
    color: #ff5a2c;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.popular_courses .single-courses .courses_banner_wrapper {
    position: relative; }
.popular_courses .single-courses .courses_banner_wrapper .courses_banner {
    overflow: hidden; }
.popular_courses .single-courses .courses_banner_wrapper .courses_banner img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.06) rotate(0deg);
    transform: scale(1.06) rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.popular_courses .single-courses .courses_banner_wrapper .purchase_price {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100; }
.popular_courses .single-courses .courses_banner_wrapper .purchase_price a {
    background: #23315d;
    font-weight: 600;
    border-radius: 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    font-size: 18px;
    padding: 5px 25px;
    text-decoration: none; }
.popular_courses .single-courses .courses_info_wrapper {
    padding: 30px; }
.popular_courses .single-courses .courses_info_wrapper .courses_title h3 {
    margin: 0;
    line-height: 26px; }
.popular_courses .single-courses .courses_info_wrapper .courses_title h3 a {
    color: #323232;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif; }
.popular_courses .single-courses .courses_info_wrapper .courses_title h3 a:hover {
    color: #ff5a2c; }
.popular_courses .single-courses .courses_info_wrapper .courses_title .teachers_name {
    padding: 15px 0 10px;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 400; }
.popular_courses .single-courses .courses_info_wrapper .courses_title .teachers_name a {
    color: #23315d;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.popular_courses .single-courses .courses_info_wrapper .courses_title .teachers_name a:hover {
    color: #ff5a2c; }
.popular_courses .single-courses .courses_info_wrapper .courses_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0; }
.popular_courses .single-courses .courses_info_wrapper .courses_info ul {
    margin-bottom: 0; }
.popular_courses .single-courses .courses_info_wrapper .courses_info ul li {
    color: #6a7a83;
    font-size: 14px;
    margin-bottom: 6px;
    font-family: "Rubik", sans-serif; }
.popular_courses .single-courses .courses_info_wrapper .courses_info ul li i {
    padding-right: 10px; }
.popular_courses .single-courses .courses_info_wrapper .courses_info .cart_btn {
    background: #ff5a2c;
    font-weight: 500;
    border-radius: 0;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.popular_courses .single-courses .courses_info_wrapper .courses_info .cart_btn:hover {
    background: #333146; }



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

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


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


#fh5co-testimonial {
    position: relative;
    background: #333146;
}
#fh5co-testimonial .fh5co-heading h2 {
    color: white;
}
#fh5co-testimonial .box-testimony {
    margin-bottom: 2em;
    float: left;
}
#fh5co-testimonial .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonial .box-testimony a:hover, #fh5co-testimonial .box-testimony a:focus, #fh5co-testimonial .box-testimony a:active {
    color: white;
    text-decoration: none;
}
#fh5co-testimonial .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 40px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
#fh5co-testimonial .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 15px solid black;
    border-top-color: #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
#fh5co-testimonial .box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 0;
    display: table;
    color: #fff;
    width: 56px;
    height: 56px;
    margin-top: -30px;
    background: #333146;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#fh5co-testimonial .box-testimony blockquote .quote > span {
    display: table-cell;
    vertical-align: middle;
}
#fh5co-testimonial .box-testimony blockquote p {
    letter-spacing: 1px;
}
#fh5co-testimonial .box-testimony .author {
    line-height: 20px;
    color: white;
    font-size: 20px;
    margin-left: 20px;
}
#fh5co-testimonial .box-testimony .author .subtext {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}



.contact_page .intro_wrapper {
    background: url("../images/banner/inner_banner_3.jpg") no-repeat center center !important; }

.contact_info_wrapper {
    padding: 120px 0; }
.contact_info_wrapper .title {
    font-size: 40px;
    font-weight: 700;
    color: #333146;
    margin-bottom: 30px; }
.contact_info_wrapper .contact_info {
    position: relative;
    z-index: 1; }
.contact_info_wrapper .contact_info p {
    padding-right: 50px; }
.contact_info_wrapper .contact_info .details_title {
    margin-bottom: 60px; }
.contact_info_wrapper .contact_info .details_title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #333146; }
.contact_info_wrapper .contact_info .event_location_info {
    padding: 30px 0px; }
.contact_info_wrapper .contact_info .event_location_info ul {
    padding-left: 90px; }
.contact_info_wrapper .contact_info .event_location_info ul li {
    margin-bottom: 25px; }
.contact_info_wrapper .contact_info .event_location_info ul li:last-child {
    margin-bottom: 0; }
.contact_info_wrapper .contact_info .event_location_info ul li .info_title {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #ff5a2c;
    margin-bottom: 5px;
    position: relative; }
.contact_info_wrapper .contact_info .event_location_info ul li .info_title:before {
    position: absolute;
    content: "";
    background: #ff5a2c;
    height: 3px;
    width: 50px;
    left: -90px;
    top: 12px; }
.contact_info_wrapper .contact_info .event_location_info ul li ul {
    padding-left: 0px; }
.contact_info_wrapper .contact_info .event_location_info ul li ul li {
    margin-bottom: 0px;
    line-height: 26px;
    color: #6a7a83;
    font-size: 14px;
    font-family: "Rubik", sans-serif; }
.contact_info_wrapper .contact_info .event_location_info img.contact__info_shpae {
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: -1;
    opacity: 0.3; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group {
    margin-bottom: 20px;
    padding: 0 0 0 20px; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea {
    background: transparent;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    height: 46px;
    padding: 0px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #333146;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Rubik", sans-serif; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input:focus, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea:focus {
    border: 1px solid #333146;
    outline: none;
    color: #333146; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input ::-webkit-input-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: "Rubik", sans-serif; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input ::-moz-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea ::-moz-placeholder {
    /* Firefox 19+ */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: "Rubik", sans-serif; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input :-ms-input-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea :-ms-input-placeholder {
    /* IE 10+ */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: "Rubik", sans-serif; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input :-moz-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea :-moz-placeholder {
    /* Firefox 18- */
    color: #6a7a83;
    font-size: 12px;
    font-weight: 400;
    font-family: "Rubik", sans-serif; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea {
    height: 170px;
    padding-top: 15px; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .submit-btn button {
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    background: #23315d;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none;
    color: #ffffff;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Rubik", sans-serif; }
.contact_info_wrapper .contact_form_wrapper .leave_comment .submit-btn button:hover {
    background: #ff5a2c; }


/* Blog Page   --------------------------------------------------------- */

.blog-post {
    display: inline-block;
    width: 100%;
}
.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.blog-post .post-media iframe {
    width: 100%;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}
.sidebar-widget .post-meta del{
    color:#999;
}
.post-meta span > a > i {
    color: #daa106;
}
.blog-post .post-meta span, .comment-list .post-meta span {
    margin-right: 3px;
}
.blog-post .post-header h4, .blog-post .post-header h4, .blog-post .post-header h3 {
    margin-top: 10px;
    margin-bottom: 12px;
}
.blog-post .post-header h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.blog-post .post-entry {
    margin-bottom: 30px;
}
.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
    margin-bottom: 20px;
}
.blog-post .post-entry ul {
    color: #202020;
}
.lead-point li {
    list-style: none;
    margin-bottom: 10px;
    color: #daa106;
    font-weight: 600;
}
.lead-point li i {
    margin-right: 10px;
}
.blog-post .post-tag {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}
.blog-post .post-tag span {
    margin-right: 10px;
}
.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post-meta .post-more-link a {
    padding: 8px 18px;
    display: block;
    text-align: center;
    min-width: 0;
    height: auto;
    line-height: inherit ;
}
.blog-post .post-more-link {
    position: relative;
    z-index: 2;
}
.blog-post .post-more-link a i {
    font-size: 18px;
    margin: 0;
    background: none;
}
.blog-post .icons-hover-black {
    position: absolute;
    bottom: 39px;
    padding: 10px 0;
    visibility: hidden;
}
.post-section .post-more-link {
    margin-top: 17px;
}
.post-section .blog-post .icons-hover-black {
    bottom: auto;
    top: 39px;
}
.blog-section .icons-hover-black {
    bottom: auto;
    top: 39px;
}
.blog-post .post-more-link:hover .icons-hover-black {
    visibility: visible;
}
.blog-post .post-more-link:hover .btn-color-line {
    background: #daa106;
    color: #fff;
}
.blog-post .icons-hover-black a {
    opacity: 0;
    transition: all 0.25s ease 0s;
}
.blog-post .post-more-link:hover .icons-hover-black a {
    opacity: 1;
    transition: all 0.25s ease 0s;
}
.facebook-icon {
    background: #3b5998;
}
.twitter-icon {
    background: #00a0d1;
}
.linkedin-icon {
    background: #00a0d1;
}
.googleplus-icon {
    background: #db4a39;
}
.blog-post .icons-hover-black a {
    padding: 8px 12px;
    color: #fff;
}
.blog-post .icons-hover-black a:hover {
    opacity: 0.8;
}
.blog-post .post-more-link .icons-hover-black i {
    line-height: 28px;
}
.blog-post blockquote {
    border-left: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0px;
    font-weight: 300;
}
.blog-post blockquote:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 7px;
    font-size: 12px;
}
.blog-post blockquote:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 12px;
}
.blog-post-hr hr {
    margin-bottom: 45px;
}
.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}
.post-author img {
    width: 120px;
}
.post-author .post-author-details {
    padding-left: 20px;
}
@media (max-width:767px) {
    .post-author .post-author-details {
        padding-left: 0;
        padding-top: 25px;
    }
}
.blog-post .fa-tag {
    padding-right: 10px;
    color: #daa106;
}
.post-author h6 {
    margin-top: 0px;
    margin-bottom: 0;
}
.post-author-blog {
    overflow: hidden;
}
.post-author ul.social {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
.post-author ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.post-comment {
}
.post-comment .comment-numb {
    font-weight: 300;
}
.post-comment .comment-list {
    margin-left: 0px;
    padding-right: 0px;
    list-style: none;
    padding: 0px;
}
.post-comment .comment-list h6 {
    margin-top: 0px;
    margin-bottom: 3px;
}
.post-comment .comment-list li:first-child {
    padding-top: 0px;
}
.post-comment .comment-list li {
    padding-top: 15px;
}
.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 0px none;
}
.post-comment .comment-list li, .post-comment .comment-list .comment-reply {
    position: relative;
    padding-left: 100px;
}
.post-comment .comment-list .comment-detail {
    border-bottom: 1px dotted #eee;
    padding-bottom: 24px;
}
.post-comment .comment-list .comment-reply {
    padding-top: 30px;
}
.post-comment .comment-list .comment-reply-btn i {
    padding-right: 3px;
}
.post-comment .comment-avatar {
    left: 0;
    margin-right: 15px;
    position: absolute;
    width: 85px;
}
.post-comment .comment-avatar img {
    width: 100%;
}
.post-comment-star .star-rat {
    display: inline-block;
}
.post-comment-star label {
    margin-right: 6px;
}
.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #daa106;
    color: #fff;
}
.post-media {
    position: relative;
}
.post-media .event-calender, .first-event .event-calender {
    width: 54px;
    height: 67px;
    font-size: 23px;
    padding-top: 11px;
    z-index: 9;
    text-align: center;
}
.post-media .event-calender span, .first-event .event-calender span {
    font-size: 12px;
}
.blog-post .blog-date span, .post-media .event-calender span {
    color: #fff;
}
.post-media img {
    display: block;
}
.event-calender span {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
}