
.site-main {
    background-color: #f5f5f5
}

span.section {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.btn,
.data-form input[type=text],
.data-form input[type=password],
.data-form select,
.data-form textarea,
.owl-carousel .owl-dots .owl-dot span,
.owl-carousel .owl-nav [class*=owl-],
.widget-blog-sidebar .sidebar-search form input[type=text],
.widget-features-carousel .features-item .item-inner h5,
.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a,
.widget-gallery-grid .gallery-item a:after,
.widget-gallery-grid .gallery-item a:before,
.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before,
.widget-team-carousel .team-item .item-photo,
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.widget-gallery-carousel .gallery-item a,
.widget-gallery-grid .gallery-item a,
.widget-offers-grid,
.widget-offers-grid .offers-item .item-inner .item-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}


.widget-gallery-carousel {
    /*    background-color: #fff*/
}

.widget-gallery-carousel .gallery-item {
    position: relative;
    padding-top: 100%
}

.widget-gallery-carousel .gallery-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block
}

.widget-gallery-carousel .gallery-item .item-text {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 80px 25px 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 100%);
}
@media (min-width: 767px) {
    .widget-gallery-carousel .widget-carousel:after,
    .widget-gallery-carousel .widget-carousel:before {
        position: absolute;
        top: 80px;
        bottom: 80px;
        z-index: 1;
        width: 33.33333333333333%;
        content: "";
        display: inline-block;
        background-color: #f0f8ff
    }
}
.widget-gallery-carousel .widget-carousel:before {
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%)
}

.widget-gallery-carousel .widget-carousel:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 100%)
}

.widget-gallery-carousel .widget-carousel .owl-stage-outer {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -80px;
    margin-bottom: -80px
}

.widget-gallery-carousel .widget-carousel .owl-item.center {
    z-index: 2
}

.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a {
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    border: 20px solid #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .2);
    -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, .2);
    box-shadow: 0 0 30px 0 rgba(33, 30, 25, .2)
}

.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item .item-text {
    display: block
}

.widget-gallery-carousel .widget-carousel .owl-nav {
    margin-top: 0
}

.widget-gallery-carousel .widget-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0;
    padding: 0;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #002c6d;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.widget-gallery-carousel .widget-carousel .owl-nav [class*=owl-]:hover {
    color: #002c6d;
    background-color: #fff
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev {
    left: calc(33.33333333333333% - 98px)
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-next {
    right: calc(33.33333333333333% - 98px)
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before,
.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before {
    line-height: 50px
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before {
    content: "\f177"
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before {
    content: "\f178"
}

.widget-gallery-carousel .widget-carousel .owl-nav .disabled {
    opacity: 1;
    cursor: pointer
}

.widget-rooms-carousel.top-over .wrapper-full-inner,
.widget-rooms-carousel.top-over .wrapper-inner {
    padding-top: 0;
    padding-bottom: 0
}

.widget-blog-carousel .wrapper-full-inner,
.widget-blog-carousel .wrapper-inner {
    padding-bottom: 0
}

.wrapper-full-inner {
    padding-top: 100px;
    padding-bottom: 100px
}


.widget-title {
    text-align: center;
    margin-bottom: 100px
}

.widget-title h2,
.widget-title h5,
.widget-title p:last-child {
    margin-bottom: 0
}

.widget-title h2 {
    font-size: 48px
}

.widget-title p {
    display: inline-block;
    max-width: 75vw;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px
}

.widget-video-full .widget-title+.widget-inner {
    margin-bottom: 100px
}


.widget-offers-grid .widget-title h2,
.widget-offers-grid .widget-title h5,
.widget-offers-grid .widget-title p {
    color: #fff
}


.widget-rooms-carousel.top-over .widget-title {
    display: none
}


.widget-gallery-carousel .gallery-item .item-text {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 80px 25px 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(36, 50, 74, 1) 100%);
}

.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item .item-text {
    display: block
}
.coursel-btn{

    background: rgba(69, 142, 171, 0.8);
    padding: 10px;
    color: #ffffff;
    margin-top: 15px;
    margin-left: 33%;
    margin-right: 33%;
    font-size: 16px;

}
.coursel-btn:hover{

    background: rgba(156, 200, 218, 0.8);
    padding: 10px;
    color: #ffffff;
    margin-top: 15px;
    margin-left: 33%;
    margin-right: 33%;
    font-size: 16px;

}
.carousel-description{
    font-size: 14px;
}

.carousel-title{
    font-weight: bold;
    text-transform: uppercase;
}

.popup-gallery{
    background-color: #8bd6e3;
}

* {
    box-sizing: border-box;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*                z-index: -99;*/
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: yes;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}


.dot-layer {
    background-image: url(http://www.trincomaleediving.com/assets/img/pattern.png);;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .dot-layer {
        background-image: url(http://www.trincomaleediving.com/assets/img/pattern.png);
        z-index: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: relative;
    }

}

.index-services-container{
    background-color: rgba(0, 70, 135, 0.47);;
    position: relative;
}