﻿.text-green {
    color: #58A646;
}

.text-gray {
    color: gray;
}

.text-sky-blue {
    color: #7ECCE0;
}

.column-service-divider {
    color: #7ECCE0;
    width: 50px;
    margin-bottom: 22px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.brd-hover {
    padding: 5px;
}

.bg-white {
    background: #fff;
    color: #000;
}


/* Testimony */
.video-testimonial-block {
    position: relative;
    width: auto;
    height: 206px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 0px;
}

    .video-testimonial-block .video-thumbnail {
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        background-size: cover;
        top: 0;
        left: 0;
    }

    .video-testimonial-block .video {
    }

        .video-testimonial-block .video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0px;
        }

    .video-testimonial-block .video-play {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        margin-left: -40px;
        margin-top: -18px;
        text-decoration: none;
    }

        .video-testimonial-block .video-play::before {
            content: "\f144";
            font: normal normal normal 14px/1;
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 50px;
            color: #b3b5bc;
        }

        .video-testimonial-block .video-play:hover::before {
            color: #172651;
        }



.section-title {
    margin-bottom: 40px;
}


/*About us*/

.post {
    position: relative;
    /*width: 92vw;*/
    height: auto;
    margin: auto;
    margin-bottom: 1rem;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    /*margin-bottom: 3rem;*/
}

    .post .caption {
        position: relative;
        height: inherit;
        background-color: inherit;
        padding: 10px;
    }

    .post .content {
        position: relative;
        height: inherit;
        padding: 10px;
    }

        .post .content .img {
            width: 100%;
            height: auto;
        }

    .post .author {
        position: relative;
        margin-bottom: 3rem;
    }

        .post .author .avatar {
            position: relative;
            float: left;
            width: 3rem;
            border-radius: 50%;
        }

        .post .author .name {
            position: relative;
            float: left;
            font-size: 1rem;
            font-weight: 500;
            padding-left: 1rem;
        }

    .post .meta {
        float: left;
        padding-left: 1rem;
        size: .6rem;
        color: #000;
    }

    .post .caption .text {
        margin: .5rem 0;
    }

    .post .category {
        visibility: hidden;
    }

/*=== Large devices (desktops, 992px and up) ===*/
@media (min-width: 992px) {
    .post {
        /*width: 75vw;*/
        height: 500px;
    }

        .post .caption {
            float: left;
            padding: 2rem;
        }

        .post .author {
            /*margin-bottom: 5rem;*/
        }

            .post .author .avatar {
            }

            .post .author .name {
            }

        .post .caption .meta {
        }

        .post .caption .text {
            margin: 1rem 0;
        }

        .post .content {
            float: left;
            padding: 0;
        }

            .post .content .img {
                height: 100%;
            }

        .post .category {
            visibility: visible;
        }
}

#post5 {
    background-color: #212226;
    color: #fff;
}

    #post5 .author .meta {
        color: #fff;
    }

    #post5 .images {
        overflow: hidden;
    }

        #post5 .images .img {
            float: left;
            width: 50%;
            height: 150px;
            opacity: 1;
        }

/*=== Large devices (desktops, 992px and up) ===*/
@media (min-width: 992px) {
    #post5 {
    }

        #post5 .caption {
            width: 30%;
        }

        #post5 .author {
        }

        #post5 .caption .text {
            color: #ddd;
        }

        #post5 .content {
            width: 70%;
            padding: 2rem;
        }

        #post5 .images .img {
            height: 50%;
            opacity: .6;
        }

            #post5 .images .img:hover {
                opacity: 1;
            }
}

/*About us*/

/*konkani-villas-and-rooms*/

.team-block {
    margin-bottom: 20px;
}

.team-content {
    position: absolute;
    background-color: rgba(17, 24, 31, 0.8);
    bottom: 0px;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 30px;
}

.team-img {
    position: relative;
}

    .team-img img {
        width: 100%;
    }

.team-title {
    text-underline-position: alphabetic;
    color: white;
}

.team-meta {
    color: #9da4aa;
    font-weight: 400;
    font-size: 16px;
}

.overlay {
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    background-color: #11181f;
}

    .overlay p {
        margin: 0 0 20px;
        line-height: 1.7;
    }

        .overlay p:last-child {
            margin: 0px;
        }


.team-img:hover .overlay {
    opacity: .8;
}

.team-img:hover .team-content {
    opacity: 0;
}

.text-data {
    color: #fff;
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-26%, -26%);
    -ms-transform: translate(-26%, -26%);
    right: 0;
    font-weight: 400;
    font-size: 16px;
}

.overflow-hdn {
    overflow: hidden;
}

/*konkani-villas-and-rooms*/


/*room-details*/
.coupon {
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

    .coupon #head {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        min-height: 75px;
    }

    .coupon #footer {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

#title .visible-xs {
    font-size: 12px;
}

.coupon #title img {
    font-size: 30px;
    height: 30px;
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    .coupon #title img {
        height: 15px;
    }
}

.coupon #title span {
    float: right;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.coupon-img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.items {
    margin: 15px 0;
}

.usd, .cents {
    font-size: 20px;
}

.number {
    font-size: 40px;
    font-weight: 700;
}

sup {
    top: -15px;
}

#business-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    #business-info ul li {
        display: inline;
        text-align: center;
    }

        #business-info ul li span {
            text-decoration: none;
            padding: .2em 1em;
        }

            #business-info ul li span i {
                padding-right: 5px;
            }

.disclosure {
    padding-top: 15px;
    font-size: 11px;
    color: #bcbcbc;
    text-align: center;
}

.coupon-code {
    color: #333333;
    font-size: 11px;
}

.exp {
    color: #f34235;
}

.print {
    font-size: 14px;
    float: right;
}
/*room-details*/

/*activities*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:200);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);*/
.snip1578 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    display: inline-block;
    /*margin: 40px 8px;*/
    /*min-width: 230px;
  max-width: 315px;*/
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 13px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    height:250px;
    margin-bottom:20px;
}

    .snip1578 *,
    .snip1578:before,
    .snip1578:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .snip1578 img {
        max-width: 35%;
        margin-top: -25px;
        margin-left: 70%;
        margin-bottom: 15px;
        backface-visibility: hidden;
        vertical-align: top;
        border: 2px solid #ffffff;
        border-radius: 5px;
    }

    .snip1578 figcaption {
        position: absolute;
        top: 0;
        right: 30%;
        left: 0;
        bottom: 0;
        padding: 15px;
        
    }

@media screen and (max-width: 500px) {
    .snip1578 {
        width: 100%;
        height:550px;
        position: relative;
    }

        .snip1578 figcaption {
            position: relative;
        }

        .snip1578 img {
            max-width: 100%;
            margin-top: 0px;
            margin-left: 0%;
            margin-bottom: 15px;
            backface-visibility: hidden;
            vertical-align: top;
            border: 2px solid #ffffff;
            border-radius: 5px;
            
        }
}


.snip1578 h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
}

.snip1578 .icons {
    font-size: 1.6rem;
}

    .snip1578 .icons a {
        color: #ccc;
    }

        .snip1578 .icons a:hover {
            color: #2980b9;
        }

        .form-area{
            width:95%;
            margin:0 auto;
            margin-bottom:10px;
        }


/*activities*/

/*manoj style class*/

.textcolor {
    color: #80CFDD;
}
.roomborder {
    border: solid 1px;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: white;
    color: #7F954D;
    margin-top: 10px;
}



