﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0,0,0,1) !important;
    padding: 15px !important;
    border-radius: 100% !important;
}

.textjustify {
    text-align: justify;
}

@font-face {
    font-family: droidserif;
    font-style: normal;
    src: url(../font/droidserif-webfont.eot'); src: url('../font/droidserif-webfont.eot?#iefix') format('embedded-opentype'), url('../font/droidserif-webfont.woff') format('woff'), url('font/droidserif-webfont.ttf') format('truetype'), url('font/droidserif-webfont.svg') format('svg'); font-weight: normal;
}


@font-face {
    font-family: droidserif-bold;
    font-style: normal;
    src: url('../font/droidserif-bold.eot');
    src: url('../font/droidserif-bold.eot?#iefix') format('embedded-opentype'), url('../font/droidserif-bold.woff') format('woff'), url('../font/droidserif-bold.ttf') format('truetype'), url('../font/droidserif-bold.svg') format('svg');
    font-weight: bold;
}


@font-face {
    font-family: finition;
    font-style: normal;
    src: url('../font/finition_personal_use_only-webfont.eot');
    src: url('../font/finition_personal_use_only-webfont.eot?#iefix') format('embedded-opentype'), url('../font/finition_personal_use_only-webfont.woff') format('woff'), url('../font/finition_personal_use_only-webfont.ttf') format('truetype'), url('../font/finition_personal_use_only-webfont.svg') format('svg');
    font-weight: normal;
}

.treeline-vert {
    height: 1px;
    width: 50px;
    margin-top: 10px;
    margin-left: 14%;
    transform: rotate(90deg);
    background-color: #000;
}

.treeline-horz {
    width: 560px;
    border: 1px solid #999;
    margin: 24px auto;
    float: left;
    margin-left: 119px;
        display: none;
}

.col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 {
    float: left;
}

.tree-child img {
    border: 1px solid #999;
    box-sizing: border-box;
    margin-top: 24px;
}

.tree-child .treeline-vert#first {
    margin-top: 0;
    margin-left: 21.8%;
}

.tree-child .treeline-vert#second {
    margin-top: 0;
    margin-left: 43.4%;
    display: none;
}

.tree-child .treeline-vert#third {
    margin-top: 0;
    margin-left: 65%;
}

.carousel {
    z-index: -1;
}


.container-fluid {
    padding: 0;
}


.container {
    max-width: 1200px !important;
    float: none;
    margin: 0 auto;
    display: table;
    position: relative;
    padding: 0;
}



.top-header-left p {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 40px;
    font-weight: 400;
    color: #545454;
    margin: 0;
    letter-spacing: 0.3px;
}



.top-header-right p {
    width: auto;
    float: right;
    font-size: 13px;
    line-height: 40px;
    font-weight: 400;
    color: #545454;
    margin: 0;
    letter-spacing: 0.5px;
}

    .top-header-right p i {
        float: left;
        margin: 0 5px 0 0;
        line-height: 40px;
        font-size: 14px;
    }



#mobilemenucontainer {
    display: none;
}

.nav-bg {
    background: rgba(0,0,0,0.5);
    z-index: 4000;
    position: absolute;
}


.socialmedia {
    width: 122px;
    float: right;
    padding: 0;
    margin: 7px 0;
}

    .socialmedia li {
        width: auto;
        list-style-type: none;
        float: left;
        margin: 0 0 0 10px;
    }

        .socialmedia li a {
            width: 30px;
            height: 27px;
            list-style-type: none;
            float: left;
            border: 1px solid rgba(0,0,0,0.2);
            padding: 5px 5px;
            text-align: center;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

            .socialmedia li a i {
                width: 100%;
                text-align: center;
                font-size: 15px;
                list-style-type: none;
                float: left;
                color: #545454;
                transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
                -ms-transform: all 0.2s linear;
                -o-transition: all 0.2s linear;
            }

            .socialmedia li a:hover {
                color: #f8d404;
                background: #333;
                transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
                -ms-transform: all 0.2s linear;
                -o-transition: all 0.2s linear;
            }

                .socialmedia li a:hover i {
                    color: #f8d404;
                    transition: all 0.2s linear;
                    -moz-transition: all 0.2s linear;
                    -webkit-transition: all 0.2s linear;
                    -ms-transform: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                }

.homeslider {
    width: 100%;
    float: left;
    border-bottom: 5px solid #dcdcdc;
    margin-top: 0;
    position: relative;
    z-index: 500;
}


    .homeslider img {
        width: 100%;
    }


.carousel-inner {
    z-index: -1;
}

.carousel-caption {
    left: 60px;
    width: 570px;
    background: rgba(0,0,0,0.6);
    bottom: 100px;
    padding: 15px 1%;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-caption h3 {
    font-family: droidserif;
    font-size: 18px;
    float: left;
    line-height: 25px;
    color: #fff;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
    line-height: 31px;
    width: 100%;
}

    .carousel-caption h3::after {
        width: 3px;
        background: #ffb900;
        height: 80px;
        position: absolute;
        left: -13px;
        top: 3px;
        content: "";
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

.carousel-caption p {
    font-family: droidserif;
    font-weight: normal;
    font-size: 39px;
    float: left;
    line-height: 45px;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0;
}



.homeservices {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    display: table;
    z-index: 500;
    height: 160px;
}

    .homeservices ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -50px;
        left: 0;
    }

        .homeservices ul li {
            width: 245px;
            float: left;
            padding: 0;
            margin: 0 15px 50px;
            border-radius: 10px;
            background: #f1f1f1;
            list-style-type: none;
            position: relative;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }


            .homeservices ul li:hover {
                box-shadow: 0px 2px 10px #333;
                transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
                -ms-transform: all 0.2s linear;
                -o-transition: all 0.2s linear;
                margin-top: -5px;
            }


            .homeservices ul li img {
                width: 100%;
                border-radius: 10px;
                float: left;
                height: 100%;
            }


            .homeservices ul li:after {
                width: 20px;
                height: 25px;
                content: "";
                position: absolute;
                bottom: -28px;
                left: 45%;
                background-image: url(../assets/navigation.png);
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center center;
            }

            .homeservices ul li p {
                width: 100%;
                text-align: center;
                font-size: 16px;
                font-weight: 400;
                color: #333;
                position: absolute;
                margin: 0;
                bottom: -50px;
                left: 0;
                padding: 0;
                letter-spacing: 0.5px;
            }

h1 {
    font-size: 35px;
    text-align: center;
    font-family: Droid Serif;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    margin: 35px 0 35px;
}

    h1 span {
        font-size: 17px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        color: #333;
        text-transform: capitalize;
        margin: 5px 0 0 0;
        width: 100%;
        float: left;
    }

.homeabout {
    width: 1100px;
    margin: 0 auto;
    display: table;
}

    .homeabout p {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: #333;
        text-align: center;
    }

    .homeabout ul {
        width: 90%;
        margin: 30px auto 60px;
        padding: 0;
        display: table;
    }

        .homeabout ul li {
            width: 22%;
            margin: 0 1.5%;
            float: left;
            position: relative;
            list-style-type: none;
        }

            .homeabout ul li:hover:after {
                width: 80%;
                transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
                -ms-transform: all 0.2s linear;
                -o-transition: all 0.2s linear;
            }


            .homeabout ul li:after {
                position: absolute;
                left: 0;
                bottom: -7px;
                width: 30px;
                height: 2px;
                background: #ffb900;
                content: "";
                transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
                -ms-transform: all 0.2s linear;
                -o-transition: all 0.2s linear;
            }

            .homeabout ul li a {
                width: 100%;
                margin: 0;
                float: left;
                text-align: left;
                font-weight: 500;
                font-size: 17px;
                color: #333;
                line-height: 26px;
                text-decoration: none;
                letter-spacing: 0.5px;
            }


.holidayfundiv {
    background: url("../assets/holiday-fun-bg.jpg") fixed 0 0;
    padding: 50px 0 60px;
}


    .holidayfundiv p {
        width: 70%;
        margin: 0 auto;
        font-size: 17px;
        line-height: 26px;
        font-weight: 400;
        color: #fff;
        text-align: center;
    }

    .holidayfundiv a {
        width: 220px;
        margin: 30px auto 15px;
        font-size: 29px;
        line-height: 35px;
        font-family: droidserif-bold;
        color: #ffb900;
        text-align: center;
        display: table;
        text-decoration: none;
        outline: none;
    }

.videoicon {
    width: 95px;
    height: 95px;
    margin: 15px auto 0;
    position: relative;
}

    .videoicon img {
        width: 95px;
        height: 95px;
        margin: 0 auto;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

.holidayfundiv:hover .videoicon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    background-color: transparent;
    border: 2px solid #C4C8FF;
    border-radius: 50%;
    -moz-animation: circle 2.5s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: circle 2.5s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: circle 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.holidayfundiv:hover .videoicon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    background-color: transparent;
    border: 2px solid #C4C8FF;
    border-radius: 50%;
    -moz-animation: circle 3s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: circle 3s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: circle 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


/*
.holidayfundiv a:hover .videoicon img
{
    box-shadow: 0px 0px 30px #333;
    border-radius: 100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
*/

.videoicon i {
    width: 100%;
    position: absolute;
    top: 34px;
    left: 3px;
    color: #333;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.homeamenities {
    padding: 5px 0 55px;
}



.homeamenitiesdiv {
    width: 100%;
    height: 180px;
    background: #f1f1f1;
    float: left;
    padding: 0;
    margin: 15px 0;
    list-style-type: none;
    position: relative;
    z-index: 50;
    overflow: hidden;
}

    .homeamenitiesdiv:after {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 1; /* transition: all 0.5s ease-in-out;     -moz-transition: all 0.5s ease-in-out;     -webkit-transition: all 0.5s ease-in-out;     -ms-transform: all 0.5s ease-in-out;     -o-transition: all 0.5s ease-in-out;*/
    }

    .homeamenitiesdiv:hover:after {
        width: 0; /* transition: all 0.5s ease-in-out;     -moz-transition: all 0.5s ease-in-out;     -webkit-transition: all 0.5s ease-in-out;     -ms-transform: all 0.5s ease-in-out;     -o-transition: all 0.5s ease-in-out;*/
    }


    .homeamenitiesdiv img {
        width: 131%;
        height: auto;
        float: left;
        margin-left: 0px;
        -webkit-transition: margin 1s ease;
        -moz-transition: margin 1s ease;
        -o-transition: margin 1s ease;
        -ms-transition: margin 1s ease;
        transition: margin 1s ease;
    }


        .homeamenitiesdiv img:hover {
            margin-left: -50px;
        }



    .homeamenitiesdiv a {
        width: auto;
        text-align: right;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.5px;
        z-index: 500;
        padding: 5px 9px;
        position: absolute;
        right: 0px;
        bottom: 7px;
        border-radius: 5px 0 0 5px;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
        text-decoration: none;
    }

    .homeamenitiesdiv:hover a {
        color: #f8d404;
        background: rgba(0,0,0,0.7);
        padding: 5px 9px;
        right: 0;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }



.ourmembership {
    width: 100%;
    float: left;
}

.homeourmembership {
    background: url("../assets/membership-bg.JPG") fixed 0 0;
    background-position: center center;
    width: 100%;
    float: left;
    padding: 75px 0;
}

.homeourmembershipleft {
    float: left;
    margin-top: 55px;
}


    .homeourmembershipleft h1 {
        text-align: left;
        color: #fff;
    }

    .homeourmembershipleft p {
        text-align: left;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
    }

        .homeourmembershipleft p span {
            text-align: left;
            color: #fff;
            font-weight: 500;
            float: left;
            width: 100%;
            font-style: italic;
            line-height: 40px;
            letter-spacing: 0.5px;
            font-size: 18px;
        }


    .homeourmembershipleft a {
        text-align: left;
        color: #fff;
        font-weight: 500;
        float: left;
        width: auto;
        line-height: 40px;
        font-size: 17px;
        text-decoration: none;
        position: relative;
    }

        .homeourmembershipleft a:before {
            background: #ffb900;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 25px;
            height: 2px;
            content: "";
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

        .homeourmembershipleft a:hover:before {
            width: 100%;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }





.homeourmembershipright {
    float: right;
}

.membershipinfo {
    width: 40%;
    float: left;
    margin: 0 5%;
    background: rgba(0,0,0,0.2);
    position: relative;
    border-top: 2px solid #ffb900;
    border-bottom: 2px solid #ffb900;
}

    .membershipinfo:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 2px;
        background: #ffb900;
        content: "";
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .membershipinfo:before {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 2px;
        background: #ffb900;
        content: "";
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }


    .membershipinfo:hover:after, .membershipinfo:hover:before {
        height: 50%;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

.borderbottom {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}

    .borderbottom:after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 50px;
        width: 2px;
        background: #ffb900;
        content: "";
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .borderbottom:before {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 50px;
        width: 2px;
        background: #ffb900;
        content: "";
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

.membershipinfo:hover .borderbottom:after, .membershipinfo:hover .borderbottom:before {
    height: 200px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -o-transition: all 0.2s linear;
}



.membershipinfo h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 43px;
    margin: 25px 0 5px 0;
}



.membershipinfo p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
}


.membershipam {
    width: 100%;
    float: left;
}

    .membershipam p {
        color: #fff;
        font-size: 39px;
        font-weight: 700;
        line-height: 70px;
        width: 100%;
        float: left;
        margin: 0;
        background: #ffb900;
    }




.membershipinfo span {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    margin: 10px 0 10px 0;
}


.membershipinfo a {
    width: auto;
    text-align: center;
    color: #333;
    font-weight: 400;
    line-height: 32px;
    font-size: 17px;
    background: #ffb900;
    border-radius: 20px;
    padding: 0 20px;
    margin: 0 auto 25px;
    display: table;
}


.homeclubproximity {
    background: #f7f6f6;
    padding: 70px 0;
    float: left;
    margin-top: 40px;
}




.homeclubproximityleft h1 {
    text-align: left;
}

.homeclubproximityleft p {
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}


.homeclubproximityleft a {
    text-align: left;
    color: #333;
    font-weight: 500;
    float: left;
    width: auto;
    line-height: 40px;
    font-size: 17px;
    text-decoration: none;
    position: relative;
}

    .homeclubproximityleft a:before {
        background: #ffb900;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25px;
        height: 2px;
        content: "";
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .homeclubproximityleft a:hover:before {
        width: 100%;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }





.homeclubproximityright {
    float: left;
    padding: 0;
    margin: 0 0.5%;
    border: 4px solid #f8d404;
    list-style-type: none;
    position: relative;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .homeclubproximityright:hover {
        box-shadow: 0px 0px 8px #393939;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .homeclubproximityright img {
        width: 100%;
        float: left;
    }

    .homeclubproximityright:after {
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(19,19,19,1)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 50%;
        content: "";
    }

    .homeclubproximityright span {
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        z-index: 500;
        padding: 0;
        position: absolute;
        right: 0px;
        bottom: 7px;
        border-radius: 5px 0 0 5px;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
        text-decoration: none;
    }

.homeamenities ul li:hover span {
    color: #f8d404;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.footermain {
    width: 100%;
    float: left;
    background: url(../assets/footerbg.jpg);
    background-size: cover;
    background-position: center center;
}


    .footermain ul {
        float: left;
        margin: 50px 0px 40px 0;
        padding: 0;
    }

        .footermain ul li {
            width: 100%;
            float: left;
            margin: 0 0 13px 0;
            list-style-type: none;
            padding: 0;
        }




            .footermain ul li a {
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                color: #fff;
                text-decoration: none;
            }


            .footermain ul li:first-child {
                border-bottom: 1px solid rgba(255,255,255,0.4);
            }


                .footermain ul li:first-child a {
                    font-family: Droid Serif;
                    font-weight: normal;
                    font-size: 20px;
                    color: #f8d404;
                    text-transform: capitalize;
                }

/*
#headchange li:nth-child(4), #headchange li:nth-child(5), #headchange li:nth-child(6)
{
    border-bottom: 1px solid rgba(255,255,255,0.4);
 padding-bottom: 7px;
    margin: 0 0 6px 0;
}

#headchange li:nth-child(4) a, #headchange li:nth-child(5) a, #headchange li:nth-child(6) a
{
    font-family: Droid Serif;
    font-weight: normal;
    font-size: 17px;
    color: #f8d404;
    text-transform:capitalize;
    line-height:22px;
  
    
}
*/

.footeraddress {
    float: left;
    margin: 50px 0px 50px 0;
}

    .footeraddress h1 {
        font-family: Droid Serif;
        font-weight: 400;
        font-size: 20px;
        color: #f8d404;
        text-align: left;
        text-transform: capitalize;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .footeraddress p {
        text-align: left;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        width: 100%;
        float: right;
        margin: 0 0 12px 0;
        padding: 0 0 0 8%;
        position: relative;
        float: left;
    }

    .footeraddress i {
        width: 7%;
        float: left;
        font-size: 15px;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        top: 5px;
    }



    .footeraddress a {
        text-align: left;
        color: #f8d404;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        text-decoration: none;
        width: 92%;
        padding: 0 0 0 8%;
        position: relative;
        float: left;
    }

        .footeraddress a i {
            font-size: 18px;
            top: 2px;
        }

.footerbottom {
    background: #f8d404;
    width: 100%;
    float: left;
}

    .footerbottom p {
        color: #434343;
        width: 50%;
        float: left;
        text-align: left;
        line-height: 45px;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
    }

#footeralignright {
    color: #434343;
    text-align: right;
}

.footerbottom p a {
    color: #636363;
    text-decoration: none;
}


.scrollup {
    bottom: 30px;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    height: 40px;
    z-index: 5000;
    cursor: pointer;
    transform: rotate(-90deg);
    background: #333;
}

.uparrow::before {
    color: #f8d404;
    content: '→';
    display: block;
    font-family: 'slick';
    font-size: 26px;
    line-height: 27px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 5px;
}


.insidebanner {
    width: 100%;
    background: #f1f1f1;
    border-bottom: 5px solid #dcdcdc;
    position: relative;
    z-index: 50;
}

    .insidebanner img {
        width: 100%;
        float: left;
    }


.insidebannerdata {
    width: auto;
    position: absolute;
    bottom: 25px;
    right: 0px;
}

    .insidebannerdata a {
        width: auto;
        font-size: 13px;
        font-weight: 400;
        color: #c1c0c0;
        float: left;
        text-decoration: none;
        letter-spacing: 0.5px;
    }


        .insidebannerdata a:hover {
            color: #f8d404;
        }

    .insidebannerdata span {
        width: auto;
        font-size: 13px;
        font-weight: 400;
        color: #f8d404;
        float: left;
        letter-spacing: 1px;
    }


    .insidebannerdata img {
        width: 9px;
        float: left;
        margin: 5px 10px;
    }


.advisoryboard {
    float: left;
    margin: 25px 0;
    list-style-type: none;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .advisoryboard:hover {
        background: #f8d404;
        box-shadow: 0px 0px 10px #B8B8B8;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }


        .advisoryboard:hover .advisoryboardright h3:after {
            background: #fff;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }


        .advisoryboard:hover .advisoryboardright ul li {
            color: #fff;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

        .advisoryboard:hover .advisoryboardleft img {
            border: 4px solid #fff;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

    .advisoryboard ul li:nth-child(2), .advisoryboard ul li:nth-child(4), .advisoryboard ul li:nth-child(6), .advisoryboard ul li:nth-child(8), .advisoryboard ul li:nth-child(10), .advisoryboard ul li:nth-child(12) {
        margin-right: 0;
    }


.advisoryboardleft img {
    width: 175px;
    border-radius: 100%;
    float: left;
    padding: 0;
    margin: 25px 0;
    border: 4px solid #d4d4d4;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -o-transition: all 0.2s linear;
}





.advisoryboardright {
    float: right;
    padding: 0;
    margin: 0;
}


    .advisoryboardright h3 {
        font-size: 20px;
        line-height: 30px;
        color: #333;
        font-weight: 500;
        position: relative;
        padding-left: 10px;
        margin: 10px 0;
    }

        .advisoryboardright h3:after {
            width: 3px;
            background: #ffb900;
            height: 30px;
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

    .advisoryboardright ul {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

        .advisoryboardright ul li {
            width: 95%;
            float: left;
            margin: 0 0 0 5%;
            list-style-type: disc;
            list-style-position: outside;
            padding: 0;
            color: #ffb900;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

            .advisoryboardright ul li span {
                font-size: 15px;
                line-height: 27px;
                color: #333;
                font-weight: 500;
                margin-right: 0;
                float: left;
                cursor: text;
            }


.btndesign {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    float: right;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
    background: rgba(0,0,0,0);
    outline: none;
    font-family: 'Roboto', sans-serif;
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background: #ffb900;
    color: #fff;
}

.servicespagedata ul {
    width: 98%;
    float: left;
    padding: 0;
    margin: 0 0 0 2%;
}


    .servicespagedata ul li {
        width: 100%;
        float: left;
        padding: 0;
        margin: 2px 0;
        list-style-type: decimal;
        font-size: 14px;
        font-weight: 400;
        list-style-position: outside;
    }



        .servicespagedata ul li a {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            width: 100%;
            float: left;
            text-align: left;
            margin: 0;
            color: #000;
        }

.inspiredvision {
    width: 100%;
}



.sourceinspiration {
    width: auto;
    margin: 0 auto;
    display: table;
    float: none;
}

    .sourceinspiration img {
        width: 300px;
        margin: 0 auto;
        display: table;
        float: none;
    }


.colorbg {
    background: #ffb900;
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 10px 5%;
}

.italic {
    font-style: italic;
}

.italic2 {
    font-style: italic;
    font-size: 16px;
    text-align: center;
    width: 100%;
    float: left;
    margin: 15px 0;
}

.margintop {
    margin-top: 35px;
}



.margin {
    margin: 15px 0 25px;
    float: left;
}


h2 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
    position: relative;
    margin: 0px 0;
    position: relative;
}



h3 {
    font-size: 19px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
    position: relative;
    margin: 12px 0;
    padding-left: 10px;
    position: relative;
    text-transform: capitalize;
}

    h3::after {
        width: 3px;
        background: #ffb900;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

.governingcouncil {
    width: 100%;
    border-radius: 100%;
}

.lineheight {
    line-height: 26px;
}

.paddingbottom {
    padding-bottom: 30px;
}

.img-responsive {
    width: 100%;
}

.proximityimg {
    width: 100%;
    float: left;
    padding-right: 0;
}

    .proximityimg img {
        width: 100%;
        float: left;
        border-top: 3px solid #f1f1f1;
        border-left: 3px solid #f1f1f1;
        border-bottom: 3px solid #f1f1f1;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

.proximityright {
    float: right;
    background: #f1f1f1;
    height: auto;
    max-width: 100%;
    padding: 20px 5%;
    border-top: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.bordereffect:hover .proximityright {
    border-top: 3px solid #f8d404;
    border-right: 3px solid #f8d404;
    border-bottom: 3px solid #f8d404;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.bordereffect:hover .proximityimg img {
    border-top: 3px solid #f8d404;
    border-left: 3px solid #f8d404;
    border-bottom: 3px solid #f8d404;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -o-transition: all 0.2s linear;
}


.affiliationbg {
    background-image: url(../assets/affiliation-bg.png);
    background-size: 100%;
    height: 100%;
    float: left;
    width: 100%;
}

.affiliationaddress {
    width: 96%;
    padding-left: 4%;
    margin: 0 0 4px 0;
    position: relative;
    font-size: 15px;
    color: #3f3f3f;
    text-transform: capitalize;
}

    .affiliationaddress:before {
        position: absolute;
        top: 0;
        left: 5px;
        content: "\f3c5";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 17px;
        color: #636363;
    }


.affiliationphone {
    width: 96%;
    padding-left: 4%;
    margin: 0 0 4px 0;
    position: relative;
    font-size: 15px;
    color: #3f3f3f;
}

    .affiliationphone:before {
        position: absolute;
        top: 0;
        left: 5px;
        content: "\f095";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 16px;
        color: #636363;
    }

.affiliationweb {
    width: 96%;
    padding-left: 4%;
    margin: 0 0 4px 0;
    position: relative;
    font-size: 15px;
    color: #3f3f3f;
}

    .affiliationweb:before {
        position: absolute;
        top: 0;
        left: 5px;
        content: "\f0ac";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 16px;
        color: #636363;
    }

.affiliationlogo img {
    width: 100px;
    margin: 35px auto;
    display: table;
}

.affiliationborder {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    float: left;
    width: 100%;
    margin-bottom: 10px;
}




.enquiryformdata {
    width: 100%;
    float: left;
    margin: 0;
}



    .enquiryformdata table {
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
    }

        .enquiryformdata table td {
            vertical-align: top;
        }

        .enquiryformdata table input[type="text"] {
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.2);
            font-family: 'Roboto', sans-serif;
            color: #333;
            padding: 9px 8px;
            display: block;
            width: 98%;
            margin-bottom: 10px;
            outline: none;
            -webkit-appearance: none;
            border-radius: 4px;
            font-size: 15px;
            letter-spacing: 0.5px;
            font-weight: normal;
            transition: all 0.9s ease;
            -webkit-transition: all 0.9s ease;
            -ms-transform: all 0.9s ease;
            -o-transition: all 0.9s ease;
            -moz-transition: all 0.9s ease;
        }

            .enquiryformdata table input[type="text"]:focus, .enquiryformdata table textarea:focus {
                border: 1px solid #0b3f62;
                transition: all 0.9s ease;
                -webkit-transition: all 0.9s ease;
                -ms-transform: all 0.9s ease;
                -o-transition: all 0.9s ease;
                -moz-transition: all 0.9s ease;
            }

        .enquiryformdata table textarea {
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.2);
            color: #333;
            padding: 9px 8px;
            display: block;
            width: 98.4%;
            margin-bottom: 5px;
            outline: none;
            -webkit-appearance: none;
            border-radius: 4px;
            resize: none;
            height: 75px;
            font-size: 15px;
            letter-spacing: 0.5px;
            font-weight: normal;
            font-family: 'Roboto', sans-serif;
        }


.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0 5px 0 0;
    float: right;
    display: table;
    line-height: 30px;
    padding: 2px 20px;
    background: #ffb900;
    border-radius: 5px;
    border: none;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transform: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-family: 'Roboto', sans-serif;
}

    .btn:hover {
        text-decoration: none;
        color: #fff;
        background: #333;
        box-shadow: 0px 0px 5px #b4b4b4;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transform: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
    }

.error {
    color: Red;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    display: none;
    font-weight: 400;
}

.mapdiv {
    width: 100%;
    height: 300px;
}

.contactaddress {
    width: 100%;
    padding-left: 7%;
    margin: 0 0 4px 0;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #3f3f3f;
}

    .contactaddress:before {
        position: absolute;
        top: 0;
        left: 0px;
        content: "\f3c5";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 17px;
        color: #636363;
    }


.contactphone {
    width: 100%;
    padding-left: 7%;
    margin: 0 0 4px 0;
    position: relative;
    font-size: 15px;
    color: #3f3f3f;
}

    .contactphone:before {
        position: absolute;
        top: 0;
        left: 0px;
        content: "\f095";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 16px;
        color: #636363;
    }

.contactweb {
    width: 93%;
    padding-left: 7%;
    margin: 0 0 4px 0;
    position: relative;
    font-size: 15px;
    color: #3f3f3f;
}

    .contactweb:before {
        position: absolute;
        top: 0;
        left: 5px;
        content: "\f0ac";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 16px;
        color: #636363;
    }

.modal-dialog {
    max-width: 800px;
}


/*affiliation page start*/

.card {
    background: rgba(0,0,0,0);
    border: 0px solid rgba(0,0,0,.125);
}

.example-1 {
    position: relative;
    overflow-y: scroll;
    height: 550px;
    margin-bottom: 45px;
}

.example-2 {
    position: relative;
    overflow-y: scroll;
    /* height: 1210px;*/
    margin-bottom: 45px;
}

.scrollbar-sunny-morning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-sunny-morning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-sunny-morning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.bordered-sunny-morning::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    /*border: 1px solid #ffb900;*/
}

.bordered-sunny-morning::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.thin::-webkit-scrollbar {
    width: 6px;
}


/*affiliation page end */

.notebg {
    background: #ffb900;
    line-height: 29px;
    font-size: 15px;
    margin: 10px 0 0 0;
}




.tablecenteralign {
    text-align: center;
}

    .tablecenteralign i {
        color: #ffb900;
    }

.testimonialsp {
    line-height: 25px;
}


    .testimonialsp img {
        width: 100%;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

        .testimonialsp img:hover {
            box-shadow: 0px 0px 5px #a3a3a3;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transform: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }


.testimonialsborderbottom {
    margin: 35px 0 20px 0;
    width: 100%;
}

.table td, .table th {
    padding: .5rem .75rem;
}


.clubimage img {
    width: 100%;
}

.clubdata {
    padding: 0;
}

.clubinsidedata {
    padding: 4% 2%;
    width: 96%;
}

.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .column a {
        outline: none;
    }

    .column img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
        opacity: 1;
    }

.galleryimg {
    position: relative;
    border: 0px solid #fff;
    width: 100%;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -o-transition: all 0.2s linear;
    opacity: 1;
}

    .galleryimg:hover {
        width: 99%;
        border: 5px solid #ffb900;
        box-shadow: 0px 0px 5px #c2c2c2;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transform: all 0.2s linear;
        -o-transition: all 0.2s linear;
        opacity: 1;
    }


.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

@media only screen and (max-width:1200px) {
    .treeline-horz {
        width: 48.2%;
        margin-left: 9%;
    }

    .tree-child .treeline-vert#first {
        margin-left: 21.2%;
    }
}

@media only screen and (max-width:768px) {
    .treeline-horz {
        display: none;
    }

    .treeline-vert {
        display: none;
    }
}
