html body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
}
.list-group-item a:hover
{
   color: #070707FC;
}
.banner {
    background-image: url(../img/Chennai_banner.png);
    width: 100%;
    padding: 100px 70px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100vh;
}

.btn-primary {
    background-color: #FC9200 !important;
    border-color: #FC9200 !important;
}

.btn {
    padding: 0.6rem 2.75rem !important;
    border-radius: 0 !important;
}

.logo {
    width: 125px;
}

.header-logo {
    text-align: center;
}

.desc h1 {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'Montserrat', Sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 99px;
    line-height: 121px;
}


/* text-align: left;
font: normal normal bold 99px/121px Montserrat;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1; */


/* Form Css */

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"],
#contact select {
    font: 400 18px/22px 'Montserrat', sans-serif;
    font-family: 'Montserrat', Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

#contact {
    background: #FAA61A;
    float: right;
    opacity: 0.81;
    padding: 25px;
    position: relative;
    z-index: 999999;
    width: 85%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contact h3 {
    color: white;
    display: block;
    font-family: 'Montserrat', Sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 66px;
    text-align: center
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact select {
    width: 100%;
    border: 2.5px solid #fff;
    background: transparent;
    margin: 0 0 10px;
    padding: 15px;
    outline: 0;
}

#contact input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    color: #fff;
}

#contact input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #fff;
}

#contact input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 14px;
    color: #fff;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: white;
    color: #faa61a;
    margin: 0 0 5px;
    padding: 20px 10px;
    font-size: 15px;
}

.fieldset-inline {
    display: flex;
    margin: 0;
    column-gap: 10px;
}

#contact button[type="submit"]:hover {
    background: #ffffff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.submit-btn {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #faa61a;
    color: white;
    padding: 10px;
    font-size: 15px;
    display: none;
    box-shadow: 0px -15px 10px -15px #dba64e;
}

.alert {
    position: relative;
    padding: 5px 5px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    color: #000;
    font-weight: 300;
}


/* gallery Section */

.section-1 {
    background-color: white;
    width: 100%;
    padding: 90px 160px 70px 160px;
}

.mrs {
    justify-content: flex-end !important;
}

.heading h2 {
    text-align: center;
    font-family: 'Montserrat', Sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0px;
    color: #FC9200;
    opacity: 1;
    padding-bottom: 50px;
}

.pics {
    height: 277px;
    position: relative;
}


/* .con1 {
    position: absolute;
    top: 70%;
    left: 5%;
    transition: all 0.3s ease-in-out;

} */

.con1 p {
    display: none;
}


/* .con1:hover {
    position: absolute;
    top: 60%;
    left: 5%;
    transition: all 0.3s ease-in-out;
} */

.section-1 h3 {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
}

.section-1 h5 {
    text-align: left;
    letter-spacing: -0.91px;
    color: #0F0F0F;
    opacity: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: medium;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
}

.section-1 p {
    /* display: none; */
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.gallery {
    position: relative;
}

.gallery img:hover+.con1 {
    transform: translateY(-40px) !important;
}

.gallery img:hover+.con1 p {
    display: block;
}

.gallery1 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 0px;
}

.img1 {
    background-image: url(../img/1.png);
}

.img2 {
    background-image: url(../img/2.png);
}

.img3 {
    background-image: url(../img/3.png);
}

.img4 {
    background-image: url(../img/4.png);
}

.img5 {
    background-image: url(../img/5.png);
}

.img6 {
    background-image: url(../img/6.png);
}

option {
    background: #FAA61A;
    opacity: 0.81;
}

.gallery1 .con1 {
    display: flex;
    height: 100%;
    padding-left: 20px;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: flex-end;
}

.gallery1 .con1 p {
    display: none;
}

.gallery1:hover .con1 {
    transform: translateY(0px) !important;
}

.gallery1:hover .con1 p {
    display: inline-block;
}


/* Card Css */

.box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #6D6D6D26;
    opacity: 1;
    padding: 10px 5 0px;
}

.set-img {
    height: 55px;
    width: 65px;
}

.box-title h4 {
    text-align: left;
    font: normal normal 600 24px/32px Proxima Nova Alt;
    letter-spacing: -0.91px;
    color: #0F0F0F;
    opacity: 1;
    margin-top: 10px;
}

.box-title p {
    text-align: left;
    font: normal normal normal 20px/27px Proxima Nova Alt;
    letter-spacing: -0.76px;
    color: #0F0F0F;
    opacity: 1;
    margin-top: 10px;
}

.sec2 h5 {
    color: #000 !important;
}

.sec2 p,
.sec2 h3 {
    color: #212529 !important;
}

.text-left {
    text-align: left !important;
}

.heading h3 {
    text-align: center !important;
}

.sec4 h3 {
    text-align: center;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    font-weight: normal;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.sec5 h3 {
    text-align: left;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px !important;
}

.sec4 p {
    text-align: left;
    font-family: 'Montserrat', Sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.sec3 p {
    text-align: left;
    letter-spacing: 0px;
    color: #29292A;
    opacity: 1;
    font-size: 16px;
    font-family: 'Montserrat', Sans-serif;
}

.shadow {
    height: 270px;
}

.btn-outline-primary {
    min-width: 235px;
    padding: 13px 1px !important;
    border-radius: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 3px solid #FC9200 !important;
    color: #FC9200 !important;
    font-family: 'Montserrat', Sans-serif !important;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500 !important;
}

.btn-outline-primary:hover {
    background: #FC9200 0% 0% no-repeat padding-box !important;
    border: 3px solid #fff !important;
    color: #fff !important;
}

.mt-top {
    margin-top: 100px !important;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 47px;
    padding: 5px 15px;
}

.owl-prev,
.owl-next {
    position: absolute;
    bottom: 25px;
    background: #fff !important;
    display: block !important;
    padding: 40px;
    border: 0px solid black;
}

.owl-prev {
    left: 44%;
}

.owl-next {
    right: 44%;
}

.owl-prev i,
.owl-next i {
    color: #ccc;
}

button.owl-prev,
button.owl-next {
    padding: 40px !important;
}

.container-footer {
    margin: 20px 160px 70px 160px;
    padding: 30px 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010124;
    box-shadow: 5px 5px 10px 0px rgb(2 1 1 / 14%);
}

.br-right {
    border-right: 2px solid lightgrey;
}

.lord-p2 {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #161617;
}

.fmenu a {
    color: black;
    text-decoration: none;
}

.fmenu2 a {
    color: #000;
    text-decoration: none;
    margin-left: 20px;
}

.flogo {
    width: 240px;
    padding-bottom: 10px;
    height: 100%;
}

.list-group-item {
    border: none !important;
    text-align: left;
    font-family: 'Montserrat', Sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: medium;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 0.7rem 1rem !important;
}

.list-group-item a {
    border: none !important;
    text-align: left;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #070707FC;
    opacity: 1;
}

.fmenu1 h5,
.lord-p2 {
    font-family: 'Montserrat', sans-serif;
}

.fmenu1 h5 {
    font-size: 15px;
    color: #070707FC;
    font-family: "Montserrat", Sans-serif;
}

.list-group {
    height: 100%;
    justify-content: space-around;
}

.mail {
    text-align: right;
    font-family: 'Montserrat', Sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: none;
}

.ficon {
    height: 22px;
    margin-left: 10px;
}

.set-banner1 {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/banner1.png");
}


/* 
.watermark {
    background-image: url(../img/wm1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    width: 100%;
    height: 500px;
} */

.water-mark-bg {
    position: absolute;
    /* bottom: -112px; */
    width: 37%;
    z-index: 0;
    opacity: .2;
    /* float: left; */
    top: 1000px;
}

.water-mark-bg2 {
    position: absolute;
    bottom: -16%;
    width: 87%;
    opacity: .8;
    /* float: left; */
    top: -162%;
    left: 13%;
}


/* //Media Queries */

@media screen and (max-width: 1366px) {
    .banner {
        background-image: url(../img/Chennai_banner.png);
        width: 100%;
        padding: 50px 40px;
        background-size: cover;
    }
    .desc h1 {
        text-align: left;
        font-family: 'Montserrat', Sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 80px;
        line-height: 90px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }
    #contact {
        background: #FAA61A;
        float: right;
        opacity: 0.81;
        padding: 25px;
        position: relative;
        z-index: 999999;
        width: 80%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #contact button[type="submit"] {
        cursor: pointer;
        width: 100%;
        border: none;
        background: white;
        color: #faa61a;
        margin: 0 0 5px;
        padding: 15px 10px;
        font-size: 15px;
    }
    .section-1 {
        background-color: white;
        width: 100%;
        padding: 90px 160px 70px 160px;
    }
    .gallery1 {
        background-repeat: no-repeat;
        background-size: cover;
        height: 230px;
        border-radius: 10px;
    }
    .section-1 h5 {
        text-align: left;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 700;
    }
    .section-1 p {
        /* display: none; */
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }
    .sec3 p {
        text-align: left;
        letter-spacing: 0px;
        color: #29292A;
        opacity: 1;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
    }
}

@media screen and (max-width: 2566px) and (min-width: 1550px) {
    .water-mark-bg2 {
        position: absolute;
        bottom: 0%;
        width: 73%;
        opacity: .8;
        /* float: left; */
        top: -238% !important;
        left: 17%;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1053px) {
    .water-mark-bg2 {
        position: absolute;
        bottom: 0%;
        width: 87%;
        opacity: .8;
        /* float: left; */
        top: -122% !important;
        left: 15%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 756px) {
    .container-footer {
        background-color: white;
        margin: 20px 40px 70px 40px;
        padding: 20px 20px;
    }
}

.owl-prev {
    left: 42%;
}

.owl-nav i {
    font-size: 30px;
    padding: 5px 15px;
}

.sec4 p {
    font-family: 'Montserrat', Sans-serif !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000 !important;
}

.fmenu1 h5 {
    font-size: 15px;
    color: #070707FC;
    font-family: "Montserrat", Sans-serif;
}

.lord-p2 {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #161617;
}

.list-group-item a {
    font-size: 13px;
}

.flogo {
    width: 150px;
    padding-bottom: 10px;
}

.list-group-item {
    padding: 0.4rem 1rem !important;
}

.water-mark-bg {
    position: absolute;
    /* bottom: -112px; */
    width: 37%;
    z-index: 0;
    opacity: .2;
    /* float: left; */
    top: 100%;
}

@media screen and (max-width: 1440px) {
    .banner {
        background-image: url(../img/Chennai_banner.png);
        width: 100%;
        padding: 50px 40px;
        background-size: cover;
    }
    .desc h1 {
        text-align: left;
        font-family: 'Montserrat', Sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 80px;
        line-height: 90px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }
    #contact {
        background: #FAA61A;
        opacity: 0.81;
        padding: 25px;
        position: relative;
        z-index: 999999;
        width: 80%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #contact button[type="submit"] {
        cursor: pointer;
        width: 100%;
        border: none;
        background: white;
        color: #faa61a;
        margin: 0 0 5px;
        padding: 15px 10px;
        font-size: 15px;
    }
    .section-1 {
        background-color: white;
        width: 100%;
        padding: 90px 160px 70px 160px;
    }
    .gallery1 {
        background-repeat: no-repeat;
        background-size: cover;
        height: 230px;
        border-radius: 10px;
    }
    .section-1 h5 {
        text-align: left;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 700;
    }
    .section-1 p {
        /* display: none; */
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        opacity: 1;
    }
    .sec3 p {
        text-align: left;
        letter-spacing: 0px;
        color: #29292A;
        opacity: 1;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
    }
    .owl-prev {
        left: 42%;
    }
    .owl-nav i {
        font-size: 30px;
        padding: 5px 15px;
    }
    .sec4 p {
        font-family: 'Montserrat', Sans-serif !important;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        color: #000000 !important;
    }
    .fmenu1 h5 {
        font-size: 15px;
        color: #070707FC;
        font-family: "Montserrat", Sans-serif;
    }
    .lord-p2 {
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        color: #161617;
    }
    .list-group-item a {
        font-size: 13px;
    }
    .flogo {
        width: 150px;
        padding-bottom: 10px;
    }
    .list-group-item {
        padding: 0.4rem 1rem !important;
    }
    .water-mark-bg {
        position: absolute;
        /* bottom: -112px; */
        width: 37%;
        z-index: 0;
        opacity: .2;
        /* float: left; */
        top: 100%;
    }
}


/* Mobile Devices Responsive */

@media only screen and (max-width: 768px) {
    .section-1 {
        background-color: white;
        width: 100%;
        padding: 50px 40px;
    }
    .br-right {
        /* border-bottom: 1px solid #464646; */
        border-right: 0;
    }
    .list-group {
        justify-content: space-between !important;
    }
    .container-footer {
        margin: 20px 20px;
        padding: 20px 40px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        margin-bottom: 60px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #02010124;
        box-shadow: 5px 5px 10px 0px rgb(2 1 1 / 14%);
    }
    .fmenu {
        padding: 0.4rem 0rem !important;
    }
    .fmenu a {
        color: #000000;
        text-decoration: none;
    }
    .fmenu a {
        font-size: 13px;
    }
    .fmenu2 {
        padding: 0.5rem 0 !important;
    }
    .fmenu2 a {
        color: #000000;
        text-decoration: none;
        margin-left: 20px;
    }
    .fmenu2 a {
        text-decoration: none;
        margin-left: 15px !important;
    }
    .fmenu2 a {
        font-size: 13px;
    }
    .flogo {
        width: 100px !important;
    }
    .mrs {
        justify-content: center !important;
    }
    .mail {
        text-align: right;
        font-family: 'Montserrat', Sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #000000;
        text-decoration: none;
    }
    .lord-p2 {
        font-size: 11px;
        font-weight: 500;
        margin: 0;
        color: #161617;
    }
    .content {
        padding: 20px 20px;
    }
    #contact.hide {
        bottom: -20px;
    }
    #contact {
        background: #ffb233;
        padding: 25px;
        right: 0;
        position: fixed;
        top: auto;
        z-index: 500;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        margin: 0 auto;
        transition: all 0.4s ease-in-out;
        transform: none;
    }
    .hide {
        height: 0 !important;
    }
    #contact h3 {
        font-size: 16px;
        line-height: 19px;
        font-variant: normal;
        font-weight: bold;
        font-style: normal;
        color: #fff;
        margin-bottom: 20px;
    }
    .submit-btn {
        display: block;
    }
    .owl-prev {
        left: 37%;
    }
    .owl-next {
        left: 50%;
    }
    .desc h1 {
        text-align: left;
        font-family: 'Montserrat', Sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 42px;
        line-height: 31px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin-top: 20px;
    }
    .content {
        padding: 20px 20px;
    }
    .gallery1 mt-4 {
        margin-top: 0 !important;
    }
    .water-mark-bg {
        display: none;
    }
    .water-mark-bg2 {
        display: none;
    }
}

.sec4 {
    position: relative;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 560px) {
    .owl-next {
        right: 34%;
    }
    .heading h2 {
        font-family: 'Montserrat', Sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 40px;
    }
    .sec4 h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-device-width: 425px) and (max-device-width: 560px) {
    .owl-next {
        right: 40%;
    }
    .owl-next {
        left: 48%;
    }
}

@media only screen and (min-device-width: 626px) and (max-device-width: 1024px) {
    .water-mark-bg2 {
        position: absolute;
        bottom: -16%;
        width: 100%;
        opacity: .8;
        /* float: left; */
        top: -100%;
        left: 0%;
    }
    .amenities-box {
        min-height: 360px;
    }
    .owl-nav i {
        font-size: 30px;
        padding: 5px 5px;
    }
    .list-group-item {
        padding: 0.2rem 1rem !important;
    }
    .lord-p2 {
        font-size: 12px;
        font-weight: 400;
        margin: 0;
        color: #161617;
    }
}