﻿body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
}

img {
    margin: 0px;
    padding: 0px;
    float: left;
    border: none;
}


@font-face {
    font-family: Verdana;
    src: url('Fonts/verdana_0.ttf');
}





h1 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #2c1f89;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

    h1 span {
        font-weight: normal;
        color: #ff9933;
    }

h2 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

h3 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    font-style: italic;
    padding-bottom: 2px;
    border-bottom: 1px solid #c7c7c7;
    text-align: left;
    margin-bottom: 15px;
}

h4 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 0px;
    padding: 0px;
    text-align: left;
}


p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    text-align: justify;
}

    p span {
        color: #99cc33;
    }

.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.clear50 {
    clear: both;
    height: 50px;
}


.header-top {
    float: left;
    height: auto;
    width: 100%;
    border-top: 3px solid #7f6f60;
    box-shadow: 0 2px 10px #505050;
    padding: 1% 0%;
    position: relative;
    z-index: 999;
}

.header-top-wraper {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.logo {
    width: 43%;
    height: auto;
    float: left;
    max-width: 550px;
    margin-top: 10px;
}

    .logo img {
        width: 100%;
    }

.header-top-right {
    width: auto;
    height: auto;
    float: right;
}


.nav-button {
    display: none;
}

.menu {
    width: auto;
    height: auto;
    float: right;
    margin-top: 4%;
    display: block;
}

    .menu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .menu ul li {
            float: left;
            width: auto;
            list-style: none;
            margin-right: 2px;
        }

            .menu ul li a {
                color: #7f6f60;
                display: block;
                font-family: Verdana, Arial, sans-serif;
                font-size: 14px;
                list-style: none outside none;
                padding: 5px 15px;
                text-decoration: none;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .menu ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                    background-color: #7f6f60;
                    border-radius: 5px;
                    -webkit-transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

.banner {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.pagewraper {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 2% 0px;
    min-height: 390px;
}


.content-bootom {
    width: 100%;
    height: auto;
    float: left;
}

.content-bootom-left {
    float: left;
    height: auto;
    margin: 0 1.5% 0;
    width: 22%;
}

.content-bootom-left-img {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}

    .content-bootom-left-img img {
        width: 100%;
    }

.content-bootom-left-text {
    float: left;
    height: auto;
    width: 100%;
    min-height: 115px;
}

    .content-bootom-left-text p {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        text-align: center;
    }

.MoreInfo1 {
    width: 100px;
    height: 30px;
    margin: 0 auto;
    margin-top: 15px;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

    .MoreInfo1:hover {
        border-top: 2px solid #284f92;
        border-bottom: 2px solid #284f92;
    }

    .MoreInfo1 a {
        font-family: Verdana, Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #999999;
        text-decoration: none;
        padding: 8px 0px;
        text-align: center;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        float: left;
    }

        .MoreInfo1 a:hover {
            text-decoration: none;
            color: #284f92;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.sepertor1 {
    width: 100%;
    height: 45px;
    float: left;
    background: url(images/sepertor-bg.png) repeat-x;
    text-align: center;
    margin: 15px 0px;
}

    .sepertor1 img {
        float: none;
        text-align: center;
    }

.footer {
    width: 100%;
    height: auto;
    float: left;
    background-color: #333333;
    padding: 15px 0px;
    margin-top: 20px;
}

    .footer p {
        color: #fff;
    }

.footer-wraper {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.footer-left {
    width: 50%;
    height: auto;
    float: left;
    margin-top: 4px;
}

    .footer-left a {
        text-decoration: none;
        color: #6699ff;
    }

        .footer-left a:hover {
            text-decoration: underline;
        }

.social-media {
    width: 190px;
    height: auto;
    float: right;
    margin-top: 0px;
}

.social-icon {
    width: 33px;
    height: 33px;
    float: left;
    opacity: 0.3;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .social-icon:hover {
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.Inner-page-heading {
    width: 100%;
    height: auto;
    float: left;
    padding: 2% 0%;
    background: url(images/inner-heading-bg.jpg) no-repeat #88582f;
    background-size: 100% 100%;
}

.Inner-page-heading-wraper {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.Inner-page-heading h2 {
    text-align: left;
    color: #fff;
    font-size: 40px;
}

.content {
    width: 100%;
    height: auto;
    float: left;
}

.content-left {
    width: 65%;
    height: auto;
    float: left;
}

.content-right {
    width: 30%;
    height: auto;
    float: right;
}

.content-right-img {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}

    .content-right-img img {
        width: 100%;
    }



.readmore3 {
    width: 100px;
    height: 20px;
    float: right;
}

    .readmore3 a {
        font-family: Calibri,Arial,sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #ff9900;
        text-decoration: underline;
        float: right;
        font-style: italic;
    }

        .readmore3 a:hover {
            text-decoration: none;
        }


.Client-logo {
    width: 17.5%;
    height: auto;
    float: left;
    margin: 1%;
    border: 1px solid #ccc;
}

    .Client-logo img {
        width: 100%;
    }

/*enquiry*/

#loading {
    left: 10px;
    position: relative;
    top: 3px;
    visibility: hidden;
}

#error {
    background-color: #eae7e7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 7px 3px;
    text-align: center;
    margin-top: 10px;
    visibility: hidden;
    color: #F00;
    margin: 10px;
    margin-left: 0px;
    width: 200px;
    margin: 0 auto;
}

/*enquiry form2*/
#loading2 {
    left: 223px;
    position: relative;
    top: 9px;
}

#error2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 7px 3px;
    text-align: center;
    margin-top: 10px;
    visibility: hidden;
    color: #F00;
    margin: 10px;
    margin-left: 0px;
    width: 200px;
}

.FormEnquiryBox {
    width: 615px;
    height: auto;
    min-height: 200px;
    border: 1px solid #c9cacc;
    background: #f8f8f8;
    color: #77787b;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
}


    .FormEnquiryBox h1 {
        padding-bottom: 5px;
        border-bottom: 1 ps dashed #c9cacc;
        width: 600px;
        margin: 0 auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        padding-top: 0px;
    }

    .FormEnquiryBox td {
        padding: 5px;
    }

.formenquiryboxtextSmall {
    padding: 3px;
    width: 203px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    color: #777777;
}

.formenquiryboxtextBif {
    padding: 3px;
    width: 500px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    color: #777777;
}

.butonFormEnquiry {
    width: 90px;
    height: 26px;
    float: right;
    margin-bottom: 5px;
    background: url(images/buttonFormEnquiry.png) no-repeat;
    padding: 0px;
    margin-top: 5px;
    border: none;
    cursor: pointer;
}

.FormContactusEnquiryBox {
    width: 350px;
    height: auto;
    min-height: 200px;
    background: #FFFFFF;
    color: #77787b;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
}

    .FormContactusEnquiryBox td {
        padding: 3px;
    }

.text-box {
    width: 107px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 14px;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    color: #777777;
    padding: 4px;
}

.text-box2 {
    width: 235px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 14px;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 4px;
    color: #777777;
}

.text-box-buton {
    width: 95px;
    height: 30px;
    float: left;
    margin-left: 25px;
    margin-bottom: 5px;
    background: url(images/book-now-buton.jpg) no-repeat;
    padding: 0px;
    margin-top: 5px;
    border: none;
}

.dropdown {
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding-left: 0px;
    color: #777777;
}

.PhotoGallery {
    float: left;
    height: auto;
    width: 100%;
}

.PhotoGalleryImg {
    border: 1px solid #cccccc;
    float: left;
    height: auto;
    margin: 0.8%;
    padding: 0.5%;
    width: 22%;
}

    .PhotoGalleryImg img {
        width: 100%;
        height: 100%;
    }

#html5-text {
    color: #333333 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 22px !important;
    margin: 0 !important;
    margin-left: 10px !important;
    padding: 0 !important;
}


.Send-message-form {
    height: auto;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.Send-message-textBox {
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    color: #999999;
    float: left;
    font-family:Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 2%;
    width: 98%;
    border-radius: 3px;
}

.Send-message-message {
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    color: #999999;
    float: left;
    font-family:Arial, sans-serif;
    font-size: 14px;
    height: 70px;
    margin-bottom: 10px;
    padding: 2%;
    width: 96%;
    border-radius: 3px;
}

.SendButton {
    width: 100%;
    height: auto;
    float: left;
    background-color: #8D5A2F;
    border-radius: 3px;
    transition: all 0.5s ease 0s;
    border: none;
}

.SendButton {
    color: #fff;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    border-radius: 3px;
}

    .SendButton:hover {
        background-color: #333333;
        text-decoration: none;
        transition: all 0.5s ease 0s;
        border-radius: 3px;
    }



















@media only screen and (min-width: 0px) and (max-width: 1400px) {

    .logo {
        width: 37%;
    }

    .menu {
        margin-top: 3%;
    }

        .menu ul li a {
            padding: 5px 10px;
        }
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .menu ul li a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .logo {
        width: 35%;
    }

    .Client-logo {
        width: 22%;
    }

    .PhotoGalleryImg {
        margin: 1%;
        padding: 0.5%;
        width: 21%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .menu ul li a {
        padding: 5px 7px;
        font-size: 12px;
    }

    .logo {
        width: 33%;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .Inner-page-heading h2 {
        font-size: 30px;
    }
}


/*-------------Mobile view start---------------*/
@media only screen and (min-width: 0px) and (max-width: 900px) {
    h3 {
        font-size: 20px;
    }

    .header-top-wraper {
        width: 90%;
    }

    .pagewraper {
        width: 90%;
    }

    .footer-wraper {
        width: 90%;
    }

    .Inner-page-heading-wraper {
        width: 90%;
    }

    .logo {
        width: 60%;
    }

    .content-bootom-left {
        width: 47%;
    }

    .footer-left {
        width: 100%;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

        .footer-left p {
            text-align: center;
        }

    .social-media {
        width: 200px;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .Client-logo {
        width: 30%;
    }

    .PhotoGalleryImg {
        margin: 1%;
        padding: 0.5%;
        width: 29%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {


    h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .Inner-page-heading h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .logo {
        min-width: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .content-bootom-left {
        width: 95%;
    }

    .Client-logo {
        width: 47%;
    }

    .PhotoGalleryImg {
        margin: 1%;
        padding: 0.5%;
        width: 45%;
    }

    .content-right-img {
        display: none;
    }

    .content-left {
        width: 100%;
        height: auto;
        float: left;
    }

    .content-right {
        width: 100%;
        height: auto;
        float: left;
    }
}
