﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    vertical-align: baseline;
}

@font-face {
    font-family: 'TrajanPro-Regular', sans-serif;
    src: url(../font/TrajanPro-Regular.eot) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../font/TrajanPro-Regular.otf) format('opentype'),;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../font/TrajanPro-Regular.woff) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.screen {
    max-width: 1180px;
    height: auto;
    margin: auto;
}

.clearfix {
    clear: both;
}

.logo1 {
    margin: auto;
    width: 53px;
    padding: 5px 0px;
    float: left;
}

.logo {
    margin: auto;
    width: 20%;
    padding-top: 60px;
}

.navigation {
    width: 900px;
    display: inline-block;
    margin: 2px auto;
    z-index: 1000000;
}

.header_padding {
    padding: 0px 0px;
}

.about_left {
    float: left;
    width: 60%;
}

.about_right {
    float: right;
    width: 30%;
}

h1 {
    font-size: 34px;
    line-height: 1.66;
    text-transform: capitalize;
    font-weight: 400;
    white-space: normal;
    color: #fff;
    text-align: center;
    font-family: 'Cinzel', serif;
    letter-spacing: 2.8px;
    width: 80%;
    margin: 30px auto;
}


.banner_Container {
    width: 100%;
    position: absolute;
    z-index: 1000000;
    margin: auto;
}

.main_heading22 {
    margin-bottom: 6px;
    margin-top: 15px;
    text-align: left;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 25px;
    color: #525c65;
    font-family: 'Cinzel', serif;
    text-align: center;
    font-weight: lighter;
}


.main_heading {
    margin-bottom: 42px;
    margin-top: 5px;
    text-align: left;
    text-transform: capitalize;
    font-size: 35px;
    line-height: 25px;
    color: #525c65;
    font-family: 'Cinzel', serif;
    text-align: center;
    font-weight: lighter;
}



p {
    font-size: 16px;
    line-height: 26px;
    color: #525c65;
    font-weight: 400;
}

.divider {
    display: block;
    margin: 30px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 2px;
}

    .divider.divider-center::before {
        top: 0;
        right: 50%;
        margin-right: -7px;
    }

    .divider.divider-center::after {
        bottom: 0;
        left: 50%;
        margin-left: -7px;
    }

    .divider::before, .divider::after {
        content: '';
        height: 1px;
        width: 52px;
        position: absolute;
        background-color: #5c5c5c;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

.ask_qu a {
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    border: solid 2px #ffffff;
    text-transform: uppercase;
    background: #f0a917;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 25px;
    cursor: pointer;
}

.ask_qu a {
    text-decoration: none;
    color: #fff;
}

    .ask_qu a:hover {
        text-decoration: none;
        color: #fff;
        background: #f8c353;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

.da-thumbs li {
    float: left;
    margin: 20px 1%;
    background: #fff;
    list-style: none;
    width: 30%;
    padding: 5px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.0);
}


    .da-thumbs li:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 120px 120px 0;
        border-color: transparent #f5f5f5 transparent transparent;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .da-thumbs li a,
    .da-thumbs li a img {
        display: block;
        position: relative;
    }

    .da-thumbs li a {
        overflow: hidden;
    }

        .da-thumbs li a div {
            position: absolute;
            background: #333;
            background: rgba(0,0,0,0.7);
            width: 100%;
            height: 100%;
        }

            .da-thumbs li a div span {
                display: block;
                font-family: 'Cinzel', serif;
                padding: 10px 0;
                font-size: 20px;
                font-weight: bolder;
                text-align: center;
                margin: 55% 20px 20px 20px;
                text-transform: uppercase;
                font-weight: normal;
                color: rgba(255,255,255,0.9);
                text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
                border-bottom: 1px solid rgba(239,178,0,0.5);
                box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(239,178,0,0.3);
            }

        .da-thumbs li a div {
            top: 0px;
            left: -100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .da-thumbs li a:hover div {
            left: 0px;
        }

.filed_type {
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    color: #4a4a4a;
}

    .filed_type:focus {
        width: 100%;
        border: 1px solid #ccc;
        height: 40px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        font-size: 14px;
        box-shadow: 0 1px 3px rgba(249,142,31,0.9);
        font-family: 'Open Sans', sans-serif;
        padding-left: 5px;
        color: #4a4a4a;
    }

.contact_wrapper1 {
    border: 0px solid #000;
    margin: 20px auto;
    width: 100%;
    margin: 0px auto;
}

.contact_wrapper2 {
    border: 0px solid #000;
    width: 92%;
}

.contact_wrapper {
    border: 0px solid #000;
    margin: 10px auto;
    width: 29.5%;
    margin: 0px 7px;
    float: left;
}

.contact_form5 {
    width: 93%;
    height: 10%;
    margin: 20px 0px 9px 6px;
    border: solid 1px #ccc;
    font-size: 14px;
    color: #4a4a4a;
    padding-left: 5px;
    min-height: 10%;
    font-family: 'Open Sans', sans-serif;
    min-height: 100px;
}

    .contact_form5:focus {
        width: 93%;
        height: 10%;
        margin: 20px 0px 9px 6px;
        font-size: 14px;
        color: #4a4a4a;
        padding-left: 5px;
        box-shadow: 0 1px 3px rgba(249,142,31,0.9);
        min-height: 10%;
        font-family: 'Open Sans', sans-serif;
        min-height: 100px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

.capture {
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    font-size: 14px;
    margin: 10px 12px 5px 0px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    color: #4a4a4a;
}

.button {
    line-height: 25px;
    background: #f0a917;
    color: #FFF;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease 0s;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding: 5px 25px;
    width: 160px;
    margin: 20px auto;
}

    .button a {
        text-decoration: none;
        color: #fff;
    }

.contact_background {
    border: 0px solid #000;
    width: 54%;
    margin: auto;
}


.form_text {
    font-size: 16px;
    padding: 10px 0px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #707070;
}

.capture_image {
    text-align: center;
    clear: both;
}


.capture {
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    float: left;
    font-size: 14px;
    margin: 15px 12px 5px 12px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    color: #4a4a4a;
}

    .capture:focus {
        width: 100%;
        border: 1px solid #ccc;
        height: 40px;
        float: left;
        font-size: 14px;
        margin: 15px 12px 5px 12px;
        font-family: 'Open Sans', sans-serif;
        padding-left: 5px;
        color: #4a4a4a;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        font-size: 14px;
        box-shadow: 0 1px 3px rgba(249,142,31,0.9);
    }

.footer_address_bg {
    width: 100%;
    font-family: 'Cinzel', serif;
    background-color: #f1f1f1;
    padding: 30px 0px;
}

.footer_address_wrapper {
    border: 0px solid #000;
    width: 80%;
    margin: auto;
}

.address {
    border: 0px solid #000;
    margin: auto;
    font-family: 'Source Sans Pro', source_sans_proregular, arial;
    width: 100%;
}

.footer_logo {
    border-top: 0px solid #000;
    padding: 0px 0px;
    text-align: center;
}

.address_details {
    text-align: center;
    margin-top: 20px;
    color: #222;
    font-family: 'Source Sans Pro', source_sans_proregular, arial;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 20px;
}

.footer {
    width: 100%;
    border: 0px solid #000;
    margin-left: 0px;
    float: left;
    padding: 40px 0px 10px 0px;
}

.footer-box {
    width: 100%;
    float: left;
    position: relative;
}

.footer-box11 {
    width: 50%;
    float: left;
    position: relative;
}

.footer-box22 {
    width: 50%;
    float: right;
    position: relative;
}

.footer-title1 {
    width:300px;
    background: #fab915;
    color: #000;
    font-size: 18px;
    margin:auto;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-family: 'Cinzel', serif;
    padding: 15px 5px;
    /*text-shadow: 1px 0px 1px #000;*/
    text-transform: uppercase;
    font-weight: normal;
}

    .footer-title1 a {
        text-decoration: none;
    }

.footer-title {
    width: 100%;
    background: #d3d3c9;
    color: #2f2f2f;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-family: 'Cinzel', serif;
    padding: 15px 5px;
    /*text-shadow: 1px 0px 1px #000;*/
    text-transform: uppercase;
    font-weight: lighter;
}

.footer ul {
    list-style: none;
    color: #222;
    padding-left: 2px;
    padding: 34px 0px;
    font-size: 12px;
    font-family: 'Cinzel', serif;
    margin-top: 0px;
    background: #fff;
}

.footer li {
    padding-top: 4px;
    display: inline;
    padding-left: 56px;
}

    .footer li a {
        text-decoration: none;
        font-size: 15px;
        display: inline;
        font-family: 'Cinzel', serif;
        color: #747474;
        line-height: 22px;
        font-weight: normal;
        letter-spacing: 0.7px;
    }

        .footer li a:hover {
            color: #333;
        }

.copyright_container {
    border-top: 1px solid #d2d2d2;
    width: 100%;
    float: left;
    padding: 5px 0px;
    background-color: #f7f7f7;
}

.copyright_bar_wrapper {
    width: 100%;
    margin: auto;
}

.copy_blog {
    border: 0x solid #000;
    letter-spacing: 0.5px;
    float: left;
    margin-top: 3px;
    text-align: left;
    width: 50%;
    color: #222;
    padding: 5px 0px;
    font-size: 14px;
}

.copyright {
    float: right;
    padding: 5px 0px;
    width: auto;
    color: #222;
    text-align: right;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 12px 0px;
}

.footer_heading_line {
    border-bottom: 1px solid #ccc;
}

.icon {
    width: 37px;
    float: right;
    display: inline-block;
    text-align: right;
    border-left: solid 2px transparent;
    border-right: solid 2px transparent;
    margin: 0.3%;
}

    .icon:hover {
        display: inline-block;
        position: relative;
        -ms-transform: skewX(300deg);
        -webkit-transform: skewX(300deg);
        transform: skewX(300deg);
        width: 37px;
        -webkit-transition: all .9s ease;
        -moz-transition: all .9s ease;
        -ms-transition: all .9s ease;
        -o-transition: all .9s ease;
    }



.contaus_blog_1 {
    width: 65%;
    float: right;
    border: solid 0px #000;
}

.contaus_blog_2 {
    width: 33%;
    float: left;
    margin-right: 2%;
    border: solid 0px #000;
}


.plea {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

.plea_right {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: center;
}

.form_contact {
    width: 48%;
    border: 0px solid #0F0;
    margin-top: 3%;
    background: none;
    float: left;
    margin-right: 2%;
}

.form_contact1 {
    width: 100%;
    border: 0px solid #0F0;
    margin-top: 30px;
    background: none;
    float: left;
}

.conttact_feald {
    border: 0;
    border: 1px solid #c1c1c1;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    color: #666;
    font-size: 14px;
    margin: 1% 0 0 0;
    width: 100%;
    float: left;
    height: 46px;
}

    .conttact_feald:focus {
        border: solid 1px rgba(255, 93, 0, .5);
        box-shadow: 0 2px 10px 0 rgba(255,93,0,0.1), 0 6px 20px 0 rgba(255,93,0,0.1);
        transition: all .5s;
    }

.contact_us_form {
    float: left;
    width: 98%;
    height: 180px;
    resize: none;
    border: 1px solid #c1c1c1;
    padding: 14px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 30px 0;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    color: #000;
}

    .contact_us_form:focus {
        border: solid 1px rgba(255, 93, 0, .5);
        box-shadow: 0 2px 10px 0 rgba(255,93,0,0.1), 0 6px 20px 0 rgba(255,93,0,0.1);
        transition: all .5s;
    }

.contact_text {
    text-align: center;
    line-height: 25px;
    padding-top: 15px;
    font-size: 22px;
    color: #222;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}


.address_text_page1 a {
    color: #333;
    font-size: 14.2PX;
    line-height: 39px;
    text-decoration: none;
}

.address_text_page1 {
    color: #333;
    font-size: 17PX;
    line-height: 26px;
    text-align: left;
    text-decoration: none;
}

.address_text_page a {
    color: #333;
    font-size: 17PX;
    text-align: left;
    line-height: 26px;
    text-decoration: none;
}



.address_text_page {
    color: #333;
    font-size: 17PX;
    text-align: left;
    line-height: 26px;
    text-decoration: none;
}

.contact_page svg {
    float: left;
    color: #ff8f00;
    font-size: 25px;
    text-align: center;
    padding: 0px 0px;
    margin: 2% 10px 0 0;
}


.contact_page a svg {
    text-decoration: none;
    color: #fab915;
}

.contact_page:hover svg {
    float: left;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 2% 10px 0 0;
}




.button1 {
    display: inline-block;
    background-color: #fab915;
    border: none;
    color: #fff;
    text-align: center;
    box-shadow: 10px #ffffff;
    font-size: 18px;
    padding: 10px 28px;
    text-transform: uppercase;
    width: auto;
    border-radius: 5px;
    font-weight: 400;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}

    .button1 span {
        cursor: pointer;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .button1 a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        background-color: #ff8f00;
        border: none;
        color: #fff;
        text-align: center;
        box-shadow: 10px #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        width: auto;
        border-radius: 5px;
        font-weight: 400;
        transition: all 0.5s;
        cursor: pointer;
        letter-spacing: 0.5px;
        font-family: 'Open Sans', sans-serif;
    }

    .button1 span:after {
        content: '»';
        position: absolute;
        opacity: 0;
        top: 0;
        font-family: 'Open Sans', sans-serif;
        right: -20px;
        transition: 0.5s;
    }

    .button1:hover span {
        padding-right: 25px;
    }

        .button1:hover span:after {
            opacity: 1;
            right: 0;
        }




.booking_field {
    float: left;
    width: 31.3%;
    margin: 0.8% 1%;
    position: relative;
}




.form_filedbooking2 {
    width: 97%;
    height: 39px;
    background: #rgba(255,255,255,0.5);
    border: solid 1px #d7d7d7;
    font-size: 14px;
    margin: 0px 0px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    color: #333;
    opacity: 1;
}

    .form_filedbooking2::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #333;
        font-weight: 300;
        font-size: 14px;
    }

    .form_filedbooking2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #333;
        opacity: 1;
        font-weight: 300;
        font-size: 14px;
    }

    .form_filedbooking2::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #333;
        opacity: 1;
        font-weight: 300;
        font-size: 14px;
    }

    .form_filedbooking2:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #333;
        font-weight: 300;
        font-size: 14px;
    }

.textarea_field2 {
    width: 100%;
    float: left;
    border: 0px solid #0F0;
    font-size: 14px;
    margin: 0.8% 1%;
    position: relative;
}




.brochure_form {
    width: 96.6%;
    height: 10%;
    margin: 10px 0px 9px 0px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    color: #000;
    min-height: 10%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    max-width: 100%;
    min-height: 90px;
    padding: 5px 0px 0px 10px;
}

    .brochure_form::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #333;
        font-weight: 300;
        font-size: 13px;
    }

    .brochure_form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #333;
        opacity: 1;
        font-weight: 300;
        font-size: 13px;
    }

    .brochure_form::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #333;
        opacity: 1;
        font-weight: 300;
        font-size: 13px;
    }

    .brochure_form:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #333;
        font-weight: 300;
        font-size: 13px;
    }

.booking_field3 {
    float: left;
    width: 47.8%;
    margin: 0.8% 1%;
    position: relative;
}


.booking_field4 {
    float: left;
    width: 47%;
    margin: 0.8% 1%;
    position: relative;
    border: solid 1px #d7d7d7;
}

.vission_blog {
    padding: 5px;
    background: #fff;
    float: left;
    width: 30%;
    margin-left: 1.7%;
    margin-bottom: 1.7%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    height: 200px;
}

.footer_logo {
    float: left;
    padding: 0px 10px;
    border-right: solid 1px #ccc;
    margin: 22px 10px 0px 0px;
    width: 20%;
}

.tajpuriya_text {
    color: #6f6f6f;
    font-size: 15px;
    padding: 5px 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.phone_no_tajpuriya {
    color: #6f6f6f;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.email_address {
    color: #6f6f6f;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.copyright_text {
    color: #6f6f6f;
    float: right;
    font-size: 13px;
    padding-top: 6px;
    letter-spacing: 0.5px;
}

.bg_for {
    background: #f5f7f9;
    padding: 30px 0px;
}

.margin {
    margin: 45px auto;
    padding: 20px 0px;
}

.tajpuriya_blog {
    float: right;
    width: 40%;
}

.tajpuriya_blog_text {
    float: right;
    width: 50%;
    margin-left: 2%;
    padding-top: 0px;
}

.founder_blog_main {
    margin: 45px auto;
    background: #fff;
    padding: 30px 0px;
}

.founder_blog_main1 {
    margin: 45px auto;
    background: #fff;
    padding: 30px 0px;
}
