body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #464032;
}

a {
    text-decoration: none;
    color: #A7430F;
}

img {
    width: 100%;
    height: auto;
    border: 0px;
}

.breaker {
    clear: both;
    height: 0.1px;
}

.break {
    clear: both;
    height: 12px;
}

#wrapper {
    margin: 0 auto;
    padding: 9px 0;
    background: #fff;
}

#header {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    max-width: 200px;
}

.topper {
    padding: 5px 0 5px;
    background: #450000;
}

.topsi {
    margin: auto;
    max-width: 1200px;
}

.cont {
    float: left;
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 17px;
    line-height: 20px;
    margin-top: 6px;
    margin-left: 25px;
    width: 250px;
}

.cont2 {
    float: left;
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 17px;
    line-height: 20px;
    margin-top: 6px;
    margin-left: 25px;
    width: 280px;
}

.cont-icon {
    float: left;
    margin-right: 9px;
    width: 30px;
    margin-top: 7px;
}

.cont span, .cont2 span {
    color: #FFDD00;
    font-size: 14px;
}

.be-social {
    float: right;
    margin-left: 10px;
}

.scl-icon {
    width: 29px;
    border-radius: 100%;
    margin-top: 10px;
    margin-left: 10px;
}

.down-arrow {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.arrow-down {
    margin: auto;
    display: block;
    position: relative;
    width: 50px;
    height: 65px;
    text-indent: -999em;
    background: #fff url(../image/down-arrow.png) no-repeat center -50px;
    margin-top: -40px;
}

.down-arrow a:hover {
    background: #450000 url(../image/down-arrow.png) no-repeat center 20px;
}

.pager {
    margin: auto;
    padding: 25px 0;
    background: url(../image/bg.jpg);
    background: #fff;
}

.page {
    margin: auto;
    max-width: 1200px;
}

    .page h2 {
        text-align: center;
        color: #450000;
        font-size: 29px;
        font-weight: normal;
        margin-bottom: 26px;
    }

    .page p {
        color: #222;
        font-size: 15px;
        line-height: 24px;
        font-weight: normal;
    }

.lefter {
    float: left;
    width: 32%;
    margin-right: 40px;
    margin-bottom: 20px;
}

.more-btn {
    padding: 7px 22px;
    background: #F9B814;
    color: #fff;
    font-size: 15px;
    float: left;
    margin-top: 5px;
}

    .more-btn:hover {
        background: #450000;
    }

.featuring {
    padding: 20px 0;
    background: #fff;
}

#feature {
    max-width: 1220px;
    margin: 0 auto;
    padding: 10px 0 40px;
}

    #feature h1 {
        text-align: center;
        color: #450000;
        font-weight: normal;
        font-size: 30px;
        margin-top: 8px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

.bord2 {
    height: 5px;
    width: 70px;
    margin: auto;
    background: #F93;
    margin-bottom: 30px;
}

.prod-icon {
    display: block;
    overflow: hidden;
}

.logs {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.prod-icon:hover .logs {
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04); /* IE 9 */
}

.league {
    background: #450000;
    border-radius: 0px;
    padding: 5px 22px 7px;
    font-size: 13px;
    color: #fff;
    float: left;
    text-align: center;
    position: relative;
    margin-top: -22px;
}

    .league:hover {
        background: #F9B814;
    }

.highl {
    font-weight: bold;
}

.kula-facts {
    padding: 30px 0;
    background: url(../image/home-grass.jpg) center top;
}

.fun-fact {
    margin: auto;
    max-width: 1200px;
    margin-top: 0px;
}

.fact-1 {
    float: left;
    width: 34%;
    color: #fff;
}

    .fact-1 h2 {
        color: #fff;
        font-weight: normal;
        font-size: 36px;
        margin-bottom: 15px;
    }

.fact-2 h3 {
    color: #fff;
    font-weight: normal;
    font-size: 42px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.bord {
    height: 7px;
    width: 70px;
    background: #F93;
    margin-bottom: 20px;
}

.bord3 {
    height: 7px;
    width: 70px;
    background: #F93;
    margin-bottom: 20px;
}

.fact-1 p {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.fact-2 {
    float: right;
    width: 62%;
}

    .fact-2 span {
        float: left;
        width: 33.3%;
        text-align: center;
        color: #fff;
    }

.fact-icon {
    width: 60px;
}

.page-feature {
    padding: 20px 0 30px;
    ;
    margin: auto;
    max-width: 1220px;
}

    .page-feature h2 {
        text-align: center;
        font-size: 33px;
        margin-top: 7px;
        color: #450000;
        margin-bottom: 15px;
        font-weight: normal;
    }

    .page-feature p {
        font-size: 14px;
        padding: 0px 0;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 5px 150px 0;
    }

.lex h3 {
    text-align: center;
    /*text-transform: uppercase;*/
    font-size: 17px;
    background: #A50032;
    margin-top: -90px;
    padding: 6px;
    position: relative;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 24px;
}

.lex:hover h3 {
    background: #fff;
    color: #000;
    transition: all 0.2s ease-out 0s;
}

.lex {
    width: 18%;
    margin: 30px 1%;
    float: left;
}

    .lex:hover {
        transition: all 0.2s ease-out 0s;
        cursor: context-menu;
    }

.testim-vid {
    padding: 40px 0;
    background: url(../image/testim-bg.jpg);
}

.testim {
    margin: auto;
    max-width: 1200px;
}

.list-dtal {
    float: right;
    width: 60%;
}

.testim-title {
    float: left;
    width: 33%;
}

.testim h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-top: 40px;
}

.testim p {
    font-size: 15px;
    color: #fff;
}

.cln {
    padding: 30px 0 30px 0;
    margin-top: 0px;
    margin: auto;
    max-width: 1200px;
    background: #fff;
}

    .cln h3 {
        font-size: 29px;
        text-align: center;
        color: #000000;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 0 0 15px;
    }

.round-up {
    border: 1px solid #CBCBCB;
    padding: 4px;
    background: #fff;
}

#bookingz {
    padding: 0px 0 0px 0;
    background: url(../image/enquiry.jpg) right center;
    width: 100%;
}

.query {
    width: 50%;
    float: left;
    color: #fff;
    background: #D40000;
}

    .query h6 {
        padding: 12px 0 0 0px;
        color: #fff;
        text-align: center;
        font-size: 30px;
        margin: 20px 0 10px 0px;
        font-weight: normal;
    }

    .query p {
        color: #fff;
        padding: 0 15px 0 15px;
        line-height: 150%;
        font-size: 18px;
        text-align: center;
    }

#great {
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 40px;
}

    #great input[type="text"] {
        font-size: 15px;
        padding: 2px 0.5%;
        color: #fff;
        float: left;
        height: 32px;
        width: 45%;
        border: none;
        background: none;
        border-bottom: 1px solid #fff;
        margin: 10px 1%;
    }

    #great textarea {
        font-size: 15px;
        padding: 8px 1%;
        color: #fff;
        width: 94%;
        height: 70px;
        border: none;
        font-weight: bold;
        background: none;
        border-bottom: 1px solid #fff;
        margin: 10px 0px 12px 5px;
    }

    #great input[type="submit"] {
        margin: auto;
        width: 220px;
        border: none;
        margin-left: 6px;
        background: #fff;
        padding: 15px 25px 12px 25px;
        color: #000;
        font-size: 17px;
        font-weight: bold;
        transition: 0.5s x;
        border-radius: 28px;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        cursor: pointer;
    }

#bookingz input::placeholder {
    color: #fff;
}

#bookingz ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

#bookingz ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

#bookingz :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

#bookingz :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

#footer-wrap {
    background: #450000;
    padding: 10px 0 20px;
}

    #footer-wrap ul {
        padding: 0px;
    }

.footer-stat, #footer {
    margin: 0 auto;
    max-width: 1200px;
}

    .footer-stat h3 {
        color: #fff;
        font-size: 19px;
        font-weight: normal;
        margin: 25px 0 20px 0px;
        padding-bottom: 8px;
    }

    .footer-stat h4 {
        color: #FFDD00;
        font-size: 17px;
        font-weight: normal;
        margin: 25px 0 10px 0px;
    }

    .footer-stat a {
        text-decoration: none;
        color: #fff;
    }

        .footer-stat a:hover {
            text-decoration: none;
            color: #F9B814;
        }

    .footer-stat li {
        padding: 7px 10px 7px 0px;
        list-style: none;
        text-align: justify;
        letter-spacing: 0.5px;
        color: #222;
        font-size: 14px;
        line-height: 20px;
    }

    .footer-stat p {
        padding: 7px 10px 7px 0px;
        text-align: left;
        font-size: 14px;
        color: #fff;
        margin: 0px;
        line-height: 22px;
    }

.adrs {
    float: left;
    max-width: 21px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.mbl {
    max-width: 20px;
    margin-right: 12px;
    float: left;
}

.eml {
    float: left;
    max-width: 20px;
    margin-right: 12px;
}

.foot {
    float: left;
    width: 20%;
    margin-right: 0%;
    margin-top: 20px;
}

.foot2 {
    float: left;
    width: 16%;
    margin-left: 4%;
}

.foot3 {
    float: right;
    width: 34%;
    padding-left: 3%;
    border-left: 1px solid #813C3C;
}

.scl2 {
    width: 15px;
    text-decoration: none;
    display: block;
    float: left;
    border-radius: 100%;
    padding: 9px 9px;
    margin-right: 8px;
    background: #F9B814;
}

    .scl2:hover {
        background: #333;
    }

.feeter {
    background: #0B0F12;
    padding: 15px 0;
}

#footer p {
    margin: 0;
    padding-top: 10px;
    line-height: normal;
    font-size: 14px;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

    #footer a:hover {
        color: #fff;
    }

.dest {
    float: right;
}

.bot-logo {
    padding: 5px;
    width: 80%;
    border-radius: 4px;
    background: #fff;
}

.scrollup {
    width: 40px;
    height: 50px;
    border-radius: 3px;
    text-indent: -9999px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    display: none;
    z-index: 10999999;
}

#matter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.entry {
    float: left;
    width: 70%;
}
.entrys {
    width: 100%;
}

.entry h2, .entrys h2 {
    padding: 6px 0 7px 20px;
    color: #fff;
    background: #450000;
    font-size: 23px;
    margin: 0px 0 20px 0px;
    font-weight: normal;
    border-radius: 7px;
}
.entry h4 {
    color: #B86E34;
    font-size: 18px;
    margin: 0px 0 -14px 0px;
    font-weight: bold;
    letter-spacing: 1px;
}
    .entrys h3 {
        color: #B86E34;
        font-size: 18px;
        margin: 20px 0 2px 0px;
        font-weight: bold;
        letter-spacing: 1px;
    }

.entry p {
    line-height: 21px;
    padding: 5px 0;
    font-size: 14px;
    margin: 8px 0;
    color: #777777;
}
.entrys p {
    line-height: 24px;
    padding: 5px 0;
    font-size: 14px;
    margin: 8px 0;
    color: #555;
}

    .entry li {
        list-style: none;
        padding: 6px 0;
    }
.img-right {
    float: right;
    width: 40%;
    margin-left: 30px;
    margin-bottom: 20px;
}
.siders {
    float: right;
    width: 28%;
}

.listerz {
    margin-top: 15px;
    background-color: #FFC100;
    border-radius: 4px;
    padding-bottom: 12px;
}

    .listerz h2 {
        font-size: 20px;
        text-align: center;
        padding: 15px 0 12px 10px;
        margin-top: 0px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 12px;
        line-height: 25px;
    }

    .listerz li {
        list-style: none;
        line-height: 20px;
        padding: 6px 0 7px 10px;
    }

    .listerz input[type="text"] {
        width: 85%;
        display: block;
        margin: auto;
        color: #999999;
        padding: 7px 2% 7px 4%;
        line-height: 20px;
        border: none;
        margin-top: 12px;
        font-size: 15px;
        background: #F6F6F6;
    }

    .listerz select {
        width: 91%;
        display: block;
        margin: auto;
        color: #999999;
        padding: 7px 2% 7px 4%;
        line-height: 20px;
        border: none;
        margin-top: 15px;
        font-size: 12px;
        background: #F6F6F6;
    }

    .listerz textarea {
        padding: 9px 0 9px 4%;
        border: none;
        background: #F6F6F6;
        width: 86%;
        display: block;
        margin: auto;
        font-size: 15px;
        margin-top: 12px;
        color: #999999;
    }

    .listerz input[type="submit"] {
        padding: 12px 0;
        background: #fff;
        display: block;
        width: 92%;
        display: block;
        margin: auto;
        color: #000;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        border: 0px;
        margin-top: 9px;
        margin-bottom: 8px;
    }

.gal-categ {
    float: left;
    width: 29.3%;
    text-align: center;
    margin-right: 3%;
    padding: 0.5%;
    background: #E3FDFF;
}

    .gal-categ h4 {
        font-size: 18px;
        font-weight: normal;
        margin: 5px 0;
    }

.clnts {
    background: #F2F2F2;
    padding: 20px 0 38px;
}

    .clnts h2 {
        text-align: center;
        color: #DA251D;
        font-weight: normal;
        font-size: 28px;
        letter-spacing: 1px;
        margin-bottom: 30px;
        font-family: 'Offside';
    }

.we-are {
    padding: 30px 0;
    background: #F5F5F5;
    margin-top: 20px;
}

.bets {
    margin: auto;
    max-width: 1200px;
}

    .bets h2 {
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 29px;
        color: #002E5E;
        margin-top: 5px;
    }

.best-1 {
    float: left;
    width: 31%;
    background: #fff;
    border-radius: 2px;
    padding: 20px 0;
    margin: 15px 1% 7px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .best-1:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05); /* IE 9 */
    }

    .best-1 h3 {
        text-align: center;
        color: #DA251D;
        font-size: 20px;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .best-1 p {
        text-align: center;
        color: #646A64;
        font-size: 14px;
        padding: 0 30px;
        line-height: 22px;
        font-weight: normal;
    }

.highl4 {
    display: block;
    margin: auto;
    text-align: center;
}

.best-icon {
    width: 70px;
    margin-bottom: 12px;
}

.quote-btn {
    float: right;
    padding: 4px 18px;
    border-radius: 4px;
    background: #FFDD00;
    color: #000;
    font-size: 17px;
    margin-top: 8px;
}

    .quote-btn:hover {
        background: #fff;
    }

#follows {
    position: fixed;
    top: 200px;
    left: 0px;
    padding: 0px 5px 7px;
    border: 1px solid #0071BC;
    background: #fff;
    z-index: 1999999;
    border-radius: 0 4px 4px 0;
}

.scl {
    width: 24px;
    height: 24px;
    text-decoration: none;
    display: block;
    float: left;
    margin-top: 8px;
}

.entry ol {
    font-size: 15px;
    list-style: decimal;
    line-height: 2;
}

.strong {
    font-weight: bold;
    word-wrap: break-word;
    text-align: justify;
}

.feactures-image {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.plot-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 547px;
}

.entry p {
    font-size: 15px;
    margin: 0 0 15px;
    word-wrap: break-word;
    text-align: justify;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: sans-serif;
    color: #333;
}

h3, .h3 {
    font-size: 24px;
}

th, td {
    padding: 9px 15px;
}

td {
    border-width: 0 1px 1px 0;
    font-size: 14px;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th, td {
    border: 1px solid #d9d9d9;
}

td {
    display: table-cell;
    vertical-align: inherit;
}

table {
    margin: 0 0 1.5em;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
}

table {
    border-collapse: separate;
    border-spacing: 2px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    list-style: disc;
}

ul, ol {
    margin: 0 0 1.5em 0.875em;
    line-height: 2;
}

.entry p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}

.entry h3 {
    color: #F90909;
}

.mission-img {
    width: 30px;
    margin-bottom: -5px;
    margin-right: 10px;
}

.vission-img {
    width: 35px;
    margin-bottom: -10px;
    margin-right: 10px;
}

.entry h5 {
    font-size: 14px;
    margin-top: -10px;
    margin-left: 10px;
}

.lefter {
    width: 280px;
    float: left;
    background: #F5F5F5;
    padding: 5px;
}

    .lefter h4 {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-weight: normal;
        font-size: 18px;
    }

.bord1 {
    height: 1px;
    width: 70%;
    background: #000;
    margin-top: -15px;
}

.entry h1 {
    font-weight: normal;
    font-size: 30px;
}

.matter-divide {
    float: right;
    width: 28%;
    margin-top: 20px;
}

.matter-1 {
    margin-top: 15px;
    border-radius: 4px;
    padding-bottom: 12px;
}

.quote {
    max-width: 1200px;
    margin: auto;
}

.form-style-9 {
    max-width: 100%;
    padding: 30px;
    margin: 20px auto;
}

    .form-style-9 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .form-style-9 ul li {
            display: block;
            margin-bottom: 10px;
            min-height: 50px;
        }

            .form-style-9 ul li .field-style {
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                padding: 15px;
                outline: none;
                background: #FCFCFC;
                border: 1px solid #B0CFE0;
                -webkit-transition: all 0.30s ease-in-out;
                -moz-transition: all 0.30s ease-in-out;
                -ms-transition: all 0.30s ease-in-out;
                -o-transition: all 0.30s ease-in-out;
            }

            .form-style-9 ul li .field-split {
                width: 49%;
                border-radius: 5px;
            }

            .form-style-9 ul li .field-full {
                width: 100%;
                border-radius: 5px;
            }

            .form-style-9 ul li input.align-left {
                float: left;
            }

            .form-style-9 ul li input.align-right {
                float: right;
            }

            .form-style-9 ul li textarea {
                width: 100%;
                height: 120px;
                border-radius: 5px;
            }

            .form-style-9 ul li input[type="button"],
            .form-style-9 ul li input[type="submit"] {
                background-color: #216288;
                border: 1px solid #17445E;
                display: inline-block;
                cursor: pointer;
                color: #FFFFFF;
                padding: 20px 80px;
                text-decoration: none;
                font: 12px Arial, Helvetica, sans-serif;
            }

.entry li {
    list-style: none;
    line-height: 22px;
    padding: 14px 0;
    font-size: 15px;
    color: #7D7D7D;
}

.number-round {
    float: left;
    padding: 4px 11px;
    border-radius: 100%;
    background: #000;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -3px;
}

.text-color {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.fixed-whatsapp {
    position: fixed;
    width: 70px;
    left: 10px;
    bottom: 10px;
    z-index: 200;
}
.titler {
    display: block;
    text-align: center;
    margin: auto;
    background: #fff;
    margin-top: -25px;
}

    .titler span {
        padding: 14px 40px;
        border-radius: 50px;
        background: #4E0000;
        color: #fff;
        font-size: 23px;
        position: relative;
        z-index: 9999;
    }
    .title-gallery {
        display: block;
    text-align: center;
    margin: auto;
    background: #CBCBCB;
    color: #4E0000;
    padding: 30px 0;
    font-size: 34px;
    letter-spacing: 1px;
    margin-top: 10px;
    }
.page-detail {
    padding: 40px 10px;
    background: #fff;
}
#page {
    margin: auto;
    max-width: 1200px;
}
.bord-left2 {
    height: 4px;
    background: #A8B1BE;
    width: 70px;
    margin-bottom: 20px;
}
    #page h3 {
        color: #117938;
        font-size: 19px;
        font-weight: normal;
        letter-spacing: 0.6px;
        font-style: italic;
        margin-bottom: 10px;
    }

    #page h4 {
        color: #117938;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0.6px;
        font-style: italic;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    #page h2 {
        color: #000;
        font-size: 32px;
        letter-spacing: 1px;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    #page p {
        font-size: 14px;
        line-height: 24px;
        color: #646971;
    }

    #page ul {
        padding: 0px;
    }

    #page li {
        font-size: 14px;
        line-height: 24px;
        color: #646971;
        list-style: none;
        padding: 5px 0;
    }

.lefter {
    float: left;
    width: 32%;
    margin-right: 60px;
    margin-bottom: 20px;
}
.righter-round {
    float: right;
    width: 20%;
    margin-left: 40px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.left-round {
    float: left;
    width: 20%;
    margin-right: 40px;
    border-radius: 100%;
    margin-bottom: 20px;
}