

.section_event .head-title {
    -webkit-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0px 30px 0px 0px;
    text-align: center;
    color: #BF2530;
    background: #fff;
    padding: 25px;
    padding-bottom: 15px;
    border-bottom: 6px solid #E26738;
}
@media only screen and (max-width: 767px) {
    .section_event .head-title {
        -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
        -o-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.section_event .narrative_slide {
    margin-top: 15px;
}

.section_event .head-title h1 {
    margin: 0;
}

.section_event .head-title img {
    width: 40px;
}

.section_event .thumimg .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 40%;
    background: #601319 !important;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    padding: 10px;
}

.section_event .thumimg .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 40%;
    background: #601319 !important;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    padding: 10px;
}

.section_event .thumimg .owl-carousel .owl-stage {
    border-bottom: 6px solid #E26738;
}

.main-calendar{
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 25px;
}


.event-list{
    padding: 40px 0px 10px 0px;


}


@media only screen and (max-width: 767px) {
    .event-list{
        padding: 0px;
        margin-top: 15px !important;
    }
}


.txt-event{
    overflow: hidden;
    position: relative;
    max-height: 166px;
    text-align: justify;
    /* margin-right: -1em; */
    padding-right: 1em;
}

.txt-event p{
    padding-top: 10px;
    margin: 0px;
color:#E26738;
font-weight: bold;
}

.txt-event span{

color:#808080;
}




.txt-event-home{
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 6.5em;
    text-align: justify;
    /* margin-right: -1em; */
    padding-right: 1em;
}

.txt-event-home p{
    padding-top: 10px;
    margin: 0px;
color:#E26738;
font-weight: bold;
}

.txt-event-home span{

color:#808080;
}




.bg-coming {
    padding: 0px;
    background: #BA262C;
    position: relative;
}

.bg-coming img{
    opacity: 0.5;
    position: relative;
}

.bg-coming img:hover{
    opacity: 1;
}
.bg-coming:hover .centered{
    opacity: 0;
}

.centered {
    color: #fff;
    /* font-size: 18px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* .centered img:hover{
    color: #E26738;
} */
.bar-page {
background: #fff;
width: 100%;
min-height: 50px;
padding: 10px;
margin: 10px 0;
}

.page-link {
font-size: 15px;
    color: #000000;
    /* background-color: #fff; */
    border: 0px solid #dee2e6;
}


.tag-coming img {
    position: absolute;
    top: 0;
    right: 2%;
    transform: translate(0%, -2%);
}


.tag-coming {
    position: relative;
}


.modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
}


.blox h1 {
    font-size: 19px;
    margin: 0;
    color: #E26738;
    padding-top: 10px;
}

.more .s1 {
    float: left;
    color: #727272;
}

.modal-body{
  position:relative;
}
.modal-body .close {
  margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 23px;
    background-color: #BF2531;
    color: #fff;
    font-weight: lighter;
    opacity: 1;
    z-index: 10;
}

.modal-open .modal {
    background: #bf25312b;
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    /* background-color: #fff;
    border: 1px solid #ddd; */
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #bf2531;
    background-color: #007bff00;
    border-color: #007bff00;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media (max-width: 414px){

    .section_contact .list-view .blox h1 {
        font-size: 15px;
      }

      .owl-theme .owl-dots .owl-dot span {
        width: 10px !important;
        height: 10px !important;
      }

      .section_chart .blox-map .cartmap .cartmap-text .text-pp.m3 {
        /* top: 0; */
        top: 23px;
      }

      .section_home .home_chart .blox-map .cartmap .cartmap-text .text-pp.m3 {
        top:23px;
        right: unset;
    }

}
