  span {
            background-color: #ffffff00 !important;
        }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next {
            padding: .7rem 1.5rem !important;
            display: inline-block;
            transition: all 0.6s ease-in-out;
            color: #ffffff;
            background-color: #6f63b5;
            opacity: .9;
        }


        .nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
            background-color: #a8a7b1;
        }

        .wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: block;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }

        body>p {
            font-family: "Satellite", "Roboto", sans-serif;
            font-size: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 20px 40px;
            text-align: justify;
        }

        .calendar {
            width: 800px;
            height: 800px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            font-family: "Satellite", "Roboto", sans-serif;
            border: 1px solid rgba(21, 21, 21, 0.12);
            -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21);
            -ms-user-select: none;
            user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
        }

        .calendar.small {
            width: 400px;
            height: 412px;
        }

        .calendar.medium {
            width: 600px;
            height: 600px;
        }

        .calendar.large {
            width: 800px;
            height: 800px;
        }

        .year {
            background-color: rgb(111, 99, 181);
            color: rgb(255, 255, 255);
            width: calc(103% - 10px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 5px;
            font-size: 14px;
        }

        .year>span {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-transform: uppercase;
        }

        .year>div {
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }

        .month {
            background-color: rgb(35, 11, 179);
            color: rgb(255, 255, 255);
            width: width: calc(103% - 10px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 20px 5px;
            font-size: 40px;
            box-shadow: 0px 2px 6px rgba(21, 21, 21, 0.21);
        }

        .month>span {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-transform: uppercase;
        }

        .month>div {
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }

        .labels {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .labels>span {
            background-color: rgb(111, 99, 181);
            color: rgb(255, 255, 255);
            width: -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-size: 12px;
            text-transform: uppercase;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px;
        }

        .days {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-left: 22px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            box-shadow: 0px 2px 6px -2px rgba(21, 21, 21, 0.21);
        }

        .row {
            width: 100%;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .day {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            border-bottom: 1px solid rgba(21, 21, 21, .12);
            border-right: 1px solid rgba(21, 21, 21, .12);
            cursor: pointer;
            -webkit-transition: box-shadow 200ms ease-in-out;
            transition: box-shadow 200ms ease-in-out;
        }

        .day:last-child {
            border-right: none;
        }

        .day:hover {
            background-color: rgba(21, 21, 21, 0.012);
            box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
        }

        .day-radios {
            display: none;
        }

        .day-radios:checked+.day {
            background-color: rgba(21, 21, 21, 0.012);
            box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
        }

        .day>span {
            width: auto;
            font-size: 14px;
            color: rgba(21, 21, 21, 0.84);
        }

        .day.diluted {
            background-color: rgba(21, 21, 21, 0.021);
            box-shadow: inset 0px 0px 1px rgba(21, 21, 21, 0.12);
        }

        .day.diluted>span {
            width: auto;
            font-size: 10px;
            color: rgba(21, 21, 21, 0.73);
        }

        .events {
            width: 800px;
            height: 800px;
            font-family: "Satellite", "Roboto", sans-serif;
            box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21);
            border: 1px solid rgba(21, 21, 21, 0.12);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-user-select: none;
            user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
        }

        .events.small {
            width: 400px;
            height: 400px;
        }

        .events.medium {
            width: 600px;
            height: 600px;
        }

        .events.large {
            width: 800px;
            height: 800px;
        }

        .date {
            background-color: rgb(111, 99, 181);
            color: rgb(255, 255, 255);
            width: width: calc(100% - 10px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            background-color: ' + this.calendar.colors[1] + ';
            color: ' + this.calendar.colors[3] + ';
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 5px;
            font-size: 14px;
        }

        .date>span {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-transform: uppercase;
        }

        .date>div {
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }

        .rows {
            width: 100%;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            overflow: hidden !important;
        }

        .list {
            width: 100%;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            overflow-y: auto !important;
            padding: 0;
            margin: 0;
            color: rgba(21, 21, 21, 0.94);
        }

        .list>li {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            border-bottom: 1px solid rgba(21, 21, 21, 0.12);
        }

        .list>li:hover {
            box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
        }

        .list>li>div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            padding: 10px;
            border-right: 1px solid rgba(21, 21, 21, 0.12);
        }

        .time {
            font-size: 14px;
        }

        .m {
            font-size: 14px;
            text-transform: uppercase;
            padding-left: 5px;
        }

        .list>li>p {
            -webkit-box-flex: 4;
            -ms-flex: 4;
            flex: 4;
            margin: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            font-size: 18px;
            word-wrap: break-word;
            word-break: break-word;
        }







        @media (max-width: 1024px)and (min-width: 768px) {



            .ex-thumbnail-zoom {
                cursor: crosshair;
                position: relative;
                top: 0;
                left: 0;
                width: 100%;
                height: 425px;



            }
        }

        @media (max-width: 740px) {

            .calendar.small {
                width: 210px;
                height: 377px;
                margin-top: -41px;
            }

            .events.small {
                width: 210px;
                height: 246px;
            }

            .labels {
                width: 100%;

            }

            .labels>span {
                font-size: 4.4px;
            }

            .year {

                width: calc(106% - 12px);
            }
        }

        @media (max-width: 480px) {

            .calendar.small {
                width: 336px;
                height: 377px;
                margin-top: -41px;
            }

            .events.small {
                width: 336px;
                height: 246px;
            }

            .labels {
                width: 100%;

            }

            .year {
                width: calc(104% - 12px);
            }
        }

        @media (max-width: 320px) {
            .calendar.small {
                width: 283px;
                height: 377px;
                margin-top: -41px;
            }

            .events.small {
                width: 283px;
                height: 246px;
            }

            .labels {
                width: 84%;

            }

            .labels>span {
                font-size: 10px;
            }

        }

        @media (min-width: 1024px) {
            .calendar.small {
                width: 275px;
                height: 377px;
                margin-top: -41px;
            }

            .events.small {
                width: 275px;
                height: 246px;
            }

            .labels {
                width: 84%;

            }

            .year {
                width: 100%;
            }

            .labels>span {
                font-size: 9.4px;
            }
        }

        @media (min-width: 1366px) {
            .calendar.small {
                width: 372px;
                height: 377px;
                margin-top: -41px;
            }

            .events.small {
                width: 372px;
                height: 246px;
            }

            .labels {
                width: 100%;

            }
        }

        @media (max-width: 900px) and (min-width: 768px) {
            .calendar.small {
                width: 220px;
                height: 377px;
                margin-top: -41px;
            }

            .events.small {
                width: 220px;
                height: 246px;
            }

            .labels {
                width: 86%;

            }

            .labels>span {
                font-size: 5.5px;
            }

            .year {

                width: calc(106% - 13px);
            }
        }


        @media (max-width: 600px) {
            .property-single nav-arrow-b {
                width: 50%;
            }
        }

    </style>
    <style type="text/css">
        .blog_item {
            margin-bottom: 40px;
        }

        .blog_info {
            padding-top: 30px;
        }

        .blog_info .post_tag {
            padding-bottom: 20px;
        }

        .blog_info .post_tag a {
            font: 300 14px/21px "Crimson Text", serif;
            color: #222222;
        }

        .blog_info .post_tag a:hover {
            color: #777777;
        }

        .blog_info .post_tag a.active {
            color: #00aee0;
        }

        .blog_info .blog_meta li a {
            font: 300 14px/20px "Crimson Text", serif;
            color: #777777;
            vertical-align: middle;
            padding-bottom: 12px;
            display: inline-block;
        }

        .blog_info .blog_meta li a i {
            color: #222222;
            font-size: 16px;
            font-weight: 600;
            padding-left: 15px;
            line-height: 20px;
            vertical-align: middle;
        }

        .blog_info .blog_meta li a:hover {
            color: #00aee0;
        }

        .blog_post img {
            max-width: 100%;
        }

        .blog_details {
            padding-top: 20px;
        }

        .blog_details h2 {
            font-size: 24px;
            line-height: 36px;
            color: #222222;
            font-weight: 600;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .blog_details p {
            margin-bottom: 26px;
        }

        .view_btn {
            font-size: 14px;
            line-height: 36px;
            display: inline-block;
            color: #222222;
            font-weight: 500;
            padding: 0px 30px;
            background: #fff;
        }

        .blog_right_sidebar {
            border: 1px solid #eeeeee;
            background: #fafaff;
            padding: 0px;
        }

        .blog_right_sidebar .widget_title {
            font-size: 18px;
            line-height: 25px;
            text-align: center;
            color: #fff;
            padding: 8px 0px;
            margin-bottom: 30px;
        }

        .blog_right_sidebar .search_widget .input-group .form-control {
            font-size: 14px;
            line-height: 29px;
            border: 0px;
            width: 100%;
            font-weight: 300;
            color: #fff;
            padding-left: 20px;
            border-radius: 45px;
            z-index: 0;
        }

        .blog_right_sidebar .search_widget .input-group .form-control.placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control:focus {
            box-shadow: none;
        }

        .blog_right_sidebar .search_widget .input-group .btn-default {
            position: absolute;
            right: 20px;
            background: transparent;
            border: 0px;
            box-shadow: none;
            font-size: 14px;
            color: #fff;
            padding: 0px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }

        .blog_right_sidebar .author_widget {
            text-align: center;
        }

        .blog_right_sidebar .author_widget h4 {
            font-size: 18px;
            line-height: 20px;
            color: #222222;
            margin-bottom: 5px;
            margin-top: 30px;
        }

        .blog_right_sidebar .author_widget p {
            margin-bottom: 0px;
        }

        .blog_right_sidebar .author_widget .social_icon {
            padding: 7px 0px 15px;
        }

        .blog_right_sidebar .author_widget .social_icon a {
            font-size: 14px;
            color: #222222;
            transition: all 0.2s linear;
        }

        .blog_right_sidebar .author_widget .social_icon a+a {
            margin-left: 20px;
        }

        .blog_right_sidebar .author_widget .social_icon a:hover {
            color: #00aee0;
        }

        .blog_right_sidebar .popular_post_widget .post_item .media-body {
            justify-content: center;
            align-self: center;
            padding-left: 20px;
        }

        .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
            font-size: 14px;
            line-height: 20px;
            color: #222222;
            margin-bottom: 4px;
            transition: all 0.3s linear;
        }

        .blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
            color: #00aee0;
        }

        .blog_right_sidebar .popular_post_widget .post_item .media-body p {
            font-size: 12px;
            line-height: 21px;
            margin-bottom: 0px;
        }

        .blog_right_sidebar .popular_post_widget .post_item+.post_item {
            margin-top: 20px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li {
            border-bottom: 2px dotted #eee;
            transition: all 0.3s ease 0s;
            padding-bottom: 12px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li a {
            font-size: 14px;
            line-height: 20px;
            color: #777;
        }

        .blog_right_sidebar .post_category_widget .cat-list li a p {
            margin-bottom: 0px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li+li {
            padding-top: 15px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li:hover {
            border-color: #00aee0;
        }

        .blog_right_sidebar .post_category_widget .cat-list li:hover a {
            color: #00aee0;
        }

        .blog_right_sidebar .newsletter_widget {
            text-align: center;
        }

        .blog_right_sidebar .newsletter_widget .form-group {
            margin-bottom: 8px;
        }

        .blog_right_sidebar .newsletter_widget .input-group-prepend {
            margin-right: -1px;
        }

        .blog_right_sidebar .newsletter_widget .input-group-text {
            background: #fff;
            border-radius: 0px;
            vertical-align: top;
            font-size: 12px;
            line-height: 36px;
            padding: 0px 0px 0px 15px;
            border: 1px solid #eeeeee;
            border-right: 0px;
        }

        .blog_right_sidebar .newsletter_widget .form-control {
            font-size: 12px;
            line-height: 24px;
            color: #cccccc;
            border: 1px solid #eeeeee;
            border-left: 0px;
            border-radius: 0px;
        }

        .blog_right_sidebar .newsletter_widget .form-control.placeholder {
            color: #cccccc;
        }

        .blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
            color: #cccccc;
        }

        .blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
            color: #cccccc;
        }

        .blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
            color: #cccccc;
        }

        .blog_right_sidebar .newsletter_widget .form-control:focus {
            outline: none;
            box-shadow: none;
        }

        .blog_right_sidebar .newsletter_widget .bbtns {
            color: #fff;
            font-size: 12px;
            line-height: 38px;
            display: inline-block;
            font-weight: 500;
            padding: 0px 24px 0px 24px;
            border-radius: 0;
        }

        .blog_right_sidebar .newsletter_widget .text-bottom {
            font-size: 12px;
        }

        .blog_right_sidebar .tag_cloud_widget ul li {
            display: inline-block;
        }

        .blog_right_sidebar .tag_cloud_widget ul li a {
            display: inline-block;
            border: 1px solid #eee;
            background: #fff;
            padding: 0px 13px;
            margin-bottom: 8px;
            transition: all 0.3s ease 0s;
            color: #222222;
            font-size: 12px;
        }

        .blog_right_sidebar .tag_cloud_widget ul li a:hover {
            color: #fff;
        }

        .blog_right_sidebar .br {
            width: 100%;
            height: 1px;
            background: #eeeeee;
            margin: 30px 0px;
        }

        .blog-pagination {
            padding-top: 25px;
            padding-bottom: 95px;
        }

        .blog-pagination .page-link {
            border-radius: 0;
        }

        .blog-pagination .page-item {
            border: none;
        }

        .page-link {
            background: transparent;
            font-weight: 400;
        }

        .blog-pagination .page-item.active .page-link {
            border-color: transparent;
            color: #fff;
        }

        .blog-pagination .page-link {
            position: relative;
            display: block;
            padding: 0.5rem 0.75rem;
            margin-left: -1px;
            line-height: 1.25;
            color: #8a8a8a;
            border: none;
        }

        .blog-pagination .page-link .lnr {
            font-weight: 600;
        }

        .blog-pagination .page-item:last-child .page-link,
        .blog-pagination .page-item:first-child .page-link {
            border-radius: 0;
        }

        .blog-pagination .page-link:hover {
            color: #fff;
            text-decoration: none;
            border-color: #eee;
        }

        /*============ Start Blog Single Styles  =============*/
        .single-post-area .social-links {
            padding-top: 10px;
        }

        .single-post-area .social-links li {
            display: inline-block;
            margin-bottom: 10px;
        }

        .single-post-area .social-links li a {
            color: #cccccc;
            padding: 7px;
            font-size: 14px;
            transition: all 0.2s linear;
        }

        .single-post-area .social-links li a:hover {
            color: #222222;
        }

        .single-post-area .blog_details {
            padding-top: 26px;
        }

        .single-post-area .blog_details p {
            margin-bottom: 10px;
        }

        .single-post-area .quotes {
            margin-top: 20px;
            margin-bottom: 30px;
            padding: 24px 35px 24px 30px;
            background-color: white;
            box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
            line-height: 24px;
            color: #777;
            font-style: italic;
        }

        .single-post-area .arrow {
            position: absolute;
        }

        .single-post-area .arrow .lnr {
            font-size: 20px;
            font-weight: 600;
        }

        .single-post-area .thumb .overlay-bg {
            background: rgba(0, 0, 0, 0.8);
        }

        .single-post-area .navigation-area {
            border-top: 1px solid #eee;
            padding-top: 30px;
            margin-top: 60px;
        }

        .single-post-area .navigation-area p {
            margin-bottom: 0px;
        }

        .single-post-area .navigation-area h4 {
            font-size: 18px;
            line-height: 25px;
            color: #222222;
        }

        .single-post-area .navigation-area .nav-left {
            text-align: left;
        }

        .single-post-area .navigation-area .nav-left .thumb {
            margin-right: 20px;
            background: #000;
        }

        .single-post-area .navigation-area .nav-left .thumb img {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-left .lnr {
            margin-left: 20px;
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-left:hover .lnr {
            opacity: 1;
        }

        .single-post-area .navigation-area .nav-left:hover .thumb img {
            opacity: .5;
        }

        @media (max-width: 767px) {
            .single-post-area .navigation-area .nav-left {
                margin-bottom: 30px;
            }
        }

        .single-post-area .navigation-area .nav-right {
            text-align: right;
        }

        .single-post-area .navigation-area .nav-right .thumb {
            margin-left: 20px;
            background: #000;
        }

        .single-post-area .navigation-area .nav-right .thumb img {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-right .lnr {
            margin-right: 20px;
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-right:hover .lnr {
            opacity: 1;
        }

        .single-post-area .navigation-area .nav-right:hover .thumb img {
            opacity: .5;
        }

        @media (max-width: 991px) {
            .single-post-area .sidebar-widgets {
                padding-bottom: 0px;
            }
        }

        .comments-area {
            background: #fafaff;
            border: 1px solid #eee;
            padding: 50px 30px;
            margin-top: 50px;
        }

        @media (max-width: 414px) {
            .comments-area {
                padding: 50px 8px;
            }
        }

        .comments-area h4 {
            text-align: center;
            margin-bottom: 50px;
            color: #222222;
            font-size: 18px;
        }

        .comments-area h5 {
            font-size: 16px;
            margin-bottom: 0px;
        }

        .comments-area a {
            color: #222222;
        }

        .comments-area .comment-list {
            padding-bottom: 48px;
        }

        .comments-area .comment-list:last-child {
            padding-bottom: 0px;
        }

        .comments-area .comment-list.left-padding {
            padding-left: 25px;
        }

        @media (max-width: 413px) {
            .comments-area .comment-list .single-comment h5 {
                font-size: 12px;
            }

            .comments-area .comment-list .single-comment .date {
                font-size: 11px;
            }

            .comments-area .comment-list .single-comment .comment {
                font-size: 10px;
            }
        }

        .comments-area .thumb {
            margin-right: 20px;
        }

        .comments-area .date {
            font-size: 13px;
            color: #777777;
            margin-bottom: 13px;
        }

        .comments-area .comment {
            color: #777777;
            margin-bottom: 0px;
        }

        .comments-area .btn-reply {
            background-color: #fff;
            color: #222222;
            border: 1px solid #eee;
            padding: 2px 18px;
            font-size: 12px;
            display: block;
            font-weight: 600;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .comments-area .btn-reply:hover {
            color: #fff;
        }

        .comment-form {
            background: #fafaff;
            text-align: center;
            border: 1px solid #eee;
            padding: 47px 30px 43px;
            margin-top: 50px;
            margin-bottom: 40px;
        }

        .comment-form h4 {
            text-align: center;
            margin-bottom: 50px;
            font-size: 18px;
            line-height: 22px;
            color: #222222;
        }

        .comment-form .name {
            padding-left: 0px;
        }

        @media (max-width: 767px) {
            .comment-form .name {
                padding-right: 0px;
                margin-bottom: 1rem;
            }
        }

        .comment-form .email {
            padding-right: 0px;
        }

        @media (max-width: 991px) {
            .comment-form .email {
                padding-left: 0px;
            }
        }

        .comment-form .form-control {
            padding: 8px 20px;
            background: #fff;
            border: none;
            border-radius: 0px;
            width: 100%;
            font-size: 14px;
            color: #777777;
            border: 1px solid transparent;
        }

        .comment-form .form-control:focus {
            box-shadow: none;
            border: 1px solid #eee;
        }

        .comment-form textarea.form-control {
            height: 140px;
            resize: none;
        }

        .comment-form ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-size: 15px;
            color: #777;
        }

        .comment-form ::-moz-placeholder {
            /* Firefox 19+ */
            font-size: 15px;
            color: #777;
        }

        .comment-form :-ms-input-placeholder {
            /* IE 10+ */
            font-size: 15px;
            color: #777;
        }

        .comment-form :-moz-placeholder {
            /* Firefox 18- */
            font-size: 15px;
            color: #777;
        }
















        .container1 h1 {
            font-size: 48px;
            text-transform: uppercase;
        }

        .container1 ul {
            margin: 0;
            padding: 0;
        }

        .container1 ul li {
            list-style: none;
            box-sizing: border-box;
        }

        .container1 ul li a {
            display: block;
            padding: 7px;
            text-decoration: none;
            color: #fff;
        }

        .container1 ul li a .fa {
            font-size: 25px;
            transition: .5s;
        }

        .container1 ul li a:hover .fa {
            transform: rotateY(360deg);
        }

        .container1 ul li:nth-child(1) a {
            background: #3b5999;
        }

        .container1 ul li:nth-child(2) a {
            background: #55acee;
        }

        .container1 ul li:nth-child(3) a {
            background: #0e76a8;
        }

        .container1 ul li:nth-child(4) a {
            background: #00e676;
        }

        .container1 ul li:nth-child(5) a {
            background: #f50505;
        }

        .container1 ul li:nth-child(6) a {
            background: #e4405f;
        }

        .container1 ul li:nth-child(7) a {
            background: #cd201f;
        }

        .container1 ul li:nth-child(8) a {
            background: #bd081c;
        }

        @media (max-width: 992px) {
            .container1 h1 {
                font-size: 30px;
            }

            /* .container1 ul li {width: calc(100% / 4);}*/
        }

        @media (max-width: 768px) {
            .container1 {
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .container1 {
                margin: 20px auto;
            }

            /*.container1 ul li {width: calc(100% / 2);}*/
        }

        @media (max-width: 360px) {
            .container1 {
                margin: 0 auto;
            }

            /*.container1 ul li {width: calc(100% / 1);}*/
        }



        #calendarContainer-month {
            font-size: 20px;
        }



.image_mini_slider{
    width: 110%!important;
     height: 450px;
      margin-top: 50px;
}

.artic{
    background-color: #eef3f6;"
}

.titre_event{
    padding: 22px!important;
}

.paragh_event{
    font-size:15px!important;
    text-align: justify!important;
    display: inline!important;
}

.btn_event{
    background: #6f63b5 none repeat scroll 0 0;
    border: 1px solid #2eca6a;
    color: #fff;
    margin-bottom: 25px;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 30px;
}

.btn_event:hover{
      color: #fff;
    }


    .article_detail{
        background-color: #eef3f6;
        padding: 30px;
    }

    .li_social{
        width: 40px;
          float: left;
    }

    .reseau{
        width: 35px
    }

.reseau_deme{
     margin-right: 10px;
}