/*----self-----*/



.heading-style-2 {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
}

.heading-style-2 span {
    font: 400 16px/16px 'Montserrat', sans-serif;
    color: #777;
    display: block;
    padding: 0 0 8px 0;
}

.heading-style-2 h2:before {
    content: '';
    background: url(../images/heading-line.png) no-repeat center bottom;
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.heading-style-2 h2 {
    margin: 8px 0 30px 0;
}


#footer {
    float: left;
    width: 100%;
    /*background-image:url(../images/footer-bg.png);*/
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding: 0px 0 0px 0;
}


.event-section {
    float: left;
    width: 100%;
    padding: 75px 0;
}

.event-section .outer-box {
    float: left;
    width: 100%;
 
    border-left: 0;
  

    height: 303px;
    margin: 0 0 127px 0;
}

.event-section .outer-box .frame {
    float: left;
    padding: 10px;
    width: 100%;
	border-right:1px solid #CCC;
 
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: -30px 0 0 -3px;
    position: relative;
}



.trip-events-section.event-section {
    padding: 20px 0 0 0;
    margin: 0 0 0px 0;
}

.trip-events-section.event-section .owl-carousel {
    clear: both;
}

.trip-events-section.event-section .heading-style-2 h2 {
    margin: 0 0 49px 0;
}

.trip-events-section.event-section p {
    margin: 0 0 0px 0;
}

.trip-events-section.event-section .outer-box {
    height: 230px;
    margin: 0 0 20px 0;
}

.trip-events-section.event-section .outer-box .frame {
    margin: -30px 0 0 2px;
    position: relative;
}

.trip-events-section.event-section .outer-box .frame:hover:before {
    transform: scaleX(0);
    opacity: 1;
}

.trip-events-section.event-section .outer-box .frame:hover:after {
    opacity: 1;
    transform: scaleY(0);
}

.trip-events-section.event-section .outer-box .frame:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.event-section.event-medium .pagination-area {
    margin: 0;
}

.trip-events-section.event-section .outer-box .frame:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.trip-events-section.event-section .owl-carousel .owl-wrapper-outer {
    padding: 33px 0 0 0;
}

.trip-events-section.event-section .owl-buttons {
    display: block;
    text-align: center;
    font-size: 0;
    margin-bottom: 10px;
}

.trip-events-section.event-section .owl-next {
    display: inline-block;
    width: 45px;
    height: 35px;
    margin: 0 0 0 5px;
}

.trip-events-section.event-section .owl-next:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 18px;
    color: #777;
    line-height: 37px;
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    background: #fff;
}

.trip-events-section.event-section .owl-prev {
    display: inline-block;
    width: 45px;
    height: 35px;
    text-align: center;
}

.trip-events-section.event-section .owl-prev:before {
    content: "\f177";
    font-family: FontAwesome;
    font-size: 18px;
    color: #777;
    line-height: 37px;
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    background: #fff;
}

.trip-events-section.event-section .owl-next:hover:before {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #000;
}

.trip-events-section.event-section .owl-prev:hover:before {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #000;
}

