/* CSS Document */
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #faaa23;
}

p {
    color: #777;
}

body,
p,
a,
ul,
li {
    font-family: 'Karla', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: antialiased;
    color: #303133;
}

.cust_container {
    width: 1200px;
}

.logo-change {
    content: url("../img/logo/moi-logo.webp");
}

.header_box .logo-box {
    margin: 0 auto;
    text-align: center;
}

.header_box .logo-box img {
    width: 100%;
    max-width: 80px;
    padding: 10px 0px;
}

.header_box .nav.navbar-nav.navbar-main {
    /* justify-content: end; */
    float: right;
    /* flex-direction: inherit; */
}

.header_box .nav.navbar-nav.navbar-main ul {
    list-style-type: none;
    display: inline-flex;
}

.header_box .nav.navbar-nav.navbar-main ul li {
    padding: 30px 15px;
}

.header_box .nav.navbar-nav.navbar-main ul li a {
    font-weight: 600;
    color: #303133;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.header_box .nav.navbar-nav.navbar-main ul li a:hover {
    color: #30313380;
}

.header_box .nav.navbar-nav.navbar-main ul li.active a {
    color: #30313380;
}

/* .header_box .nav.navbar-nav.navbar-main ul li:last-child {
    padding: 30px 40px;
} */

.header_box .nav.navbar-nav.navbar-main ul li:last-child a i {
    font-size: 20px;
}

.tag_line {
    background-color: #f7f7f7;
    padding: 35px 0;
}

.tag_line p {
    color: #303133;
    white-space: normal;
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
    line-height: 36px;
}

.brand-details {
    padding: 120px 0;
}

.shop__banner {
    margin-bottom: 70px;
}

.shop__banner img {
    width: 100%;
}

.brand__logo img {
    width: 100%;
}

.shop__detail p {
    margin-bottom: 5px;
}

.shop__detail p strong {
    color: #000;
}

.shop__detail {
    height: 275px;
    background: #F7F7F7;
    padding: 90px 55px;
}

.custom-link.btn {
    color: #303133;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 10px;
    padding: 10px 26px;
    border: 1px solid #303133;
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.custom-link.btn i {
    margin-left: 9px;
}

.custom-link.btn:hover {
    color: #ffffff !important;
    background-color: #303133 !important;
    border-color: #303133 !important;
}

.heading_Sec {
    text-align: center;
}

.heading_Sec h3 {
    font-size: 29px;
    margin-bottom: 40px;
    line-height: 1.2;
    font-weight: 400;
}

/*===============container home lap section ===============================*/
.padd_0 {
    padding: 0 !important;
}

.cat_sec_lap {}

.cat_sec_lap .lap_img {}

.cat_sec_lap .lap_img img {
    width: 100%;
}

.cat_sec_lap .lap_content {
    max-width: 700px;
    margin: 0 auto;
}

.cat_sec_lap .lap_content span.zone {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #303133;
}

.cat_sec_lap .lap_content h6.floor {
    margin: 10px 0;
    font-family: 'Karla', sans-serif;
    color: #777777;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.75;
}

.cat_sec_lap .lap_content h4,
.cat_sec_lap .lap_content h1 {
    margin: 18px 0;
    font-size: 35px;
    line-height: 1.2;
    color: #303133;
}

.cat_sec_lap .lap_content p {
    color: #777777;
    font-size: 15px;
    margin-top: 0px;
    text-align: left;
    font-weight: 400;
    line-height: 1.75;
}

.cat_sec_lap .lap_content ul {
    list-style-type: none;
    padding-left: 0;
    display: inline-flex;
}

.cat_sec_lap .lap_content ul.listing {
    list-style: disc;
    display: flow;
    padding-left: 23px;
    margin-bottom: 0;
}
.cat_sec_lap .lap_content ul.listing li {
    color: #777777;
    font-size: 15px;
    margin-top: 0px;
    text-align: left;
    font-weight: 400;
    line-height: 1.75;
}

.cat_sec_lap .lap_content ul li img {
    width: 100%;
    max-width: 180px;
    margin-right: 25px;
}

.eat-food-launge {
    width: 100%;
    margin: 15px 0;
}

.eat-food-launge img {
    max-width: 125px;
}

/*===============container home lap section end ===============================*/

/*===============News section start ===============================*/
.news_section {
    padding: 70px 0;
    background-color: #f7f7f7;
}

.news_section .news_box {
    padding-left: 35px;
}

.news_section .news_box h4 {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 1.2;
    font-weight: 400;
}

.news_section .news_box p {
    line-height: 1.75;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
}

.news_section .news_cont {
    padding-left: 35px;
    margin-bottom: 35px;
}

.news_section .news_cont:last-child {
    margin-bottom: 0;
}

.news_section .news_cont h5 {
    margin-top: 10px;
}

.news_section .news_cont h5 a {
    word-wrap: break-word;
    font-size: 20px;
    font-weight: 400;
    color: #303133;
}

.news_section .news_cont h6 {
    margin-top: 10px;
}

.news_section .news_cont h6 a {
    color: #303133;
    line-height: 1.75;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.news_section .news_cont date {
    color: #303133;
    font-size: 12px;
    line-height: 1.75;
    color: #303133;
    font-weight: 600;
}

/*===============News section end ===============================*/

/*===============blog section start ===============================*/
.blog_sec {
    padding: 70px 0;
}

.blog_sec .blog_box {
    padding-right: 50px;
}

.blog_sec .blog_box img {
    width: 100%;
}

.blog_sec .blog_box h5 {
    margin-top: 30px;
    margin-bottom: 0;
}

.blog_sec .blog_box h5 a {
    font-size: 18px;
    font-weight: 400;
    color: #303133;
    word-break: break-word;
}

.blog_sec .blog_box .date {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.75;
}

.btn-center.text-center {
    margin-top: 35px;
}

/*===============blog section end ===============================*/

/*===============Guest section start ===============================*/
.guest_amenities {
    padding: 70px 0;
    background-color: #f7f7f7;
}

.guest_amenities .guest_cont {
    text-align: center;
    margin: 35px 0;
    font-size: 15px;
    padding-left: 72px;
}

.guest_amenities .guest_cont img {
    width: 32px;
}

.guest_amenities .guest_cont p {
    line-height: 1.5em;
    margin-top: 18px;
    font-size: 15px;
}

/*===============Guest section start ===============================*/

/*===============footer section start ===============================*/

.footer_start {
    padding: 50px 0 20px;
    background-color: #141618;
}

.footer .cust_container {
    width: 1200px;
}

.footer_start hr {
    margin: 30px 0;
    border: 1px solid #ffffff40;
}

.footer_start .foot_sub {}

.footer_start .foot_sub h5 {
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
    font-size: 24px;
}

.footer_start .foot_sub_imput input.input-box {
    width: 75%;
    color: #fff !important;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    height: 38px;
}

.footer_start .foot_sub_imput input.submit-btn {
    /* width: 25%; */
    font-weight: 600;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0.1em;
    color: #303133;
    background-color: #ffffff;
    border-color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    border-radius: 2px;
    height: 100%;
    padding: 10px 30px;
    /* width: auto; */
}

.footer_start .foot_sub_imput input.submit-btn:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.footer_start .footer_box {}

.footer_start .footer_box .uncode_text_column {}

.footer_start .footer_box .uncode_text_column p {
    color: #fff;
}

.footer_start .footer_box .uncode_text_column p a {
    color: #fff;
}

.footer_start .footer_box h5 {
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_start .footer_box ul.icons {
    list-style-type: none;
    padding-left: 0;
    margin-top: 36px;
}

.footer_start .footer_box ul.icons li {}

.footer_start .footer_box ul.icons li i {
    margin-right: 13.5px;
    font-size: 12px;
    line-height: .7em;
    position: relative;
    color: #ffffff;
    top: 0.1em;
}

.footer_start .footer_box ul.icons li a {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.75;
    font-weight: 400;
}

.footer_end {
    padding: 27px 0;
    background-color: #141618;
}

.footer_end .copyright p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

.footer_end .copyright ul {
    list-style-type: none;
    display: inline-flex;
    margin-bottom: 0;
    float: right;
}

.footer_end .copyright ul li {
    padding: 0 10px;
}

.footer_end .copyright ul li i {
    color: #fff;
    font-size: 18px;
}

.footer_start .footer_box .uncode_text_column p a:hover {
    color: #ccc;
}

.footer_start .footer_box ul li a:hover {
    color: #ccc;
}

/*===============footer section end ===============================*/
.top_banner {
    position: relative;
    z-index: 10;
    height: 520px;
}

.top_banner .header-bg {
    background-image: url(../img/shop-banner.jpg);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.block-bg-overlay {
    border-radius: inherit;
    position: absolute;
    width: 100%;
    background-color: #000000;
    height: 100%;
    top: 0px;
    z-index: 10;
    transition: opacity 0.2s;
}

.inside header {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.inside .logo-change {
    content: url("../img/logo/logo-white.png");
}

.inside.black .logo-change {
    content: url("../img/logo/moi-logo.webp");
}

.inside .header_box .nav.navbar-nav.navbar-main ul li a {
    color: #fff !important;
}

.inside .header_box .nav.navbar-nav.navbar-main ul li.active a {
    color: #ffffff80 !important;
}

.shop_sec {
    padding: 50px 0 0;
}
.shop__detail h1 {
    font-size: 24px;
    margin-bottom: 10px;
}
.shop_sec .shop_filter {
    padding: 36px;
    margin-left: 20px;
    background-color: #000000;
}

.shop_sec .shop_filter h4,
.shop_sec .shop_filter h1 {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.75;
    font-family: 'Karla', sans-serif;
}

.shop_sec .shop_filter select {
    width: 100%;
    margin-bottom: 10px;
    border-style: solid;
    border-color: transparent;
    padding: 10px 15px 10px 15px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    line-height: 1.75;
    border: 1px solid transparent;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: none !important;
}

.shop_btn {
    font-weight: 600 !important;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 13px 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin: 20px 0 40px;
    background-color: #191b1e;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
}

.shop_content {}

.shop_content .shop_boxes {
    width: 100%;
    margin-bottom: 35px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
}

.shop_content .shop_boxes .img_box {}

.shop_content .shop_boxes .img_box img {
    width: 100%;
}

.shop_content .shop_title {
    padding: 20px 15px;
    width: 100%;
}

.shop_content .shop_title h4 {
    margin-bottom: 0;
    line-height: 12px;
}

.shop_content .shop_title h4 a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    color: #303133;
}

.pagination1 {
    padding: 35px 0;
    margin-top: 35px;
    background-color: #f7f7f7;
    margin-bottom: 0;
    text-align: center;
    display: block;
}

.pagination1 li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: 4.5px;
    margin-bottom: 4.5px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.pagination1>li .current {
    background-color: #eeeeee;
    color: #333333 !important;
    cursor: default;
}

.pagination1 li a {
    color: #333333 !important;
}

.pagination1 .page-prev {
    float: left;
    width: 54px;
}

.pagination1 .page-next {
    float: right;
    width: 54px;
}

.pagination1 .page-next i,
.pagination1 .page-prev i {
    font-size: 18px !important;
    color: rgba(119, 119, 119, 0.65);
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.top_banner_plan {
    position: relative;
    z-index: 10;
    height: 378px;
}

.top_banner_plan .header-bg-plan {
    background-image: url(../img/plan-your-visit.jpg);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.top_banner_plan .header-content-inner {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 40px;
    padding-left: 65px;
}

.top_banner_plan .header-content-inner h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}

.top_banner_contact_plan {
    position: relative;
    z-index: 10;
    height: 375px;
}

.blog__banner {
    position: relative;
    z-index: 10;
    height: 580px;
}

.contact__us__banner {
    position: relative;
    z-index: 10;
    height: 378px;
}

.contact__us__banner .header-bg-plan {
    background-image: url(../img/plan-your-visit.jpg);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.contact__us__banner .header-content-inner {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 40px;
    padding-left: 65px;
}

.contact__us__banner .header-content-inner h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}

.top_banner_contact_plan .header-bg-plan {
    background-image: url(../img/c.jpg);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}

.top_banner_contact_plan .header-content-inner {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 40px;
    padding-left: 65px;
}

.top_banner_contact_plan .header-content-inner h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}

.inside .header_box .nav.navbar-nav.navbar-main ul li a {
    color: #000 !important;
}

.nav__white .header_box .nav.navbar-nav.navbar-main ul li a {
    color: #fff !important;
}

.mobile__nav {
    display: none;
}

/* ============================ Banner ======================= */
.banner__wrapper {
    position: relative;
}


.banner__carousel {
    display: block;
    width: 100% !important;
    height: auto;
    z-index: -100;
}

.banner__carousel .style__one {
    max-height: 100vh !important;
}

.banner__carousel .item .img {
    max-height: 100vh !important;
}

.banner__carousel .style__one img {
    height: 96vh !important;
}

.mobile__carousel {
    display: none;
    width: 100%;
}

.shop__small__icons {
    display: block;
}



/* plan__your__visit */
.plan__your__visit {
    width: 100%;
    margin: 50px 0px;
}

.plan__your__visit table {
    color: #777;
}

.plan__your__visit table tr td {
    font-weight: 600;
    padding: 8px 20px;
}

.location__map {
    margin-bottom: -10px;
}

.mall__timing__heading {
    margin: 20px 0px;
}

.mall__timing__heading h2 {}

.para__graph {
    margin: 30px 0px 20px;
}

.para__graph span {
    color: #4f9900;
}


/* Safty */
.welcome__safty {
    width: 100%;
    text-align: center;
    margin: 150px 0;
}

.welcome__safty .safty__welcome__title {
    width: 100%;
}

.safty__welcome__title h2 {
    font-size: 35px;
    margin-bottom: 50px !important;
}

.welcome__safty .safty__para {
    font-size: 18px;
}

.rules__regulations {
    width: 100%;
    text-align: center;
    background: #F7F7F7;
}

.rules__regulations .rules__regulation__title h2 {
    margin: 150px 0 50px;
    font-size: 35px;
}

.rules__regulations .rules__para {
    font-size: 18px;
}

.rules__regulations .rules__para p {
    margin-bottom: 50px !important;
}

.rules__regulations .rules__list {
    text-align: left;
}

.rules__regulations ul li {
    font-weight: 400;
    font-size: 15px;
    color: #777;
    margin: 10px 0px;
}

.rules__ul {
    margin-bottom: 150px;
}

/* Blog Section */
.blog_section {
    width: 100%;
    margin: 130px 0;
    padding: 0px;
}

.blog_section .blog_section {
    padding: 0px 0px;
}

.blog_section .img__box img {
    width: 100% !important;
}

.blog_section .blog__content {
    line-height: 1.75;
    margin-bottom: 70px;
    margin-top: 30px;
}

.blog__content .date {
    color: #303133;
    font-weight: 600;
    font-size: 12px;
}

.blog_section .blog__content h3 {
    margin-top: 10px !important;
}

.blog_section .blog__content h3 a {

    font-size: 24px;
    color: #303133 !important;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Playfair Display', Karla;
}

.blog_section .blog__content h3 a:hover {
    color: #006cff;
}


/* contact us */
.contact__us {
    width: 100%;
    margin: 50px 0;
}

.contact__us .contact__detail {
    margin: 20px 0 0;
    margin-bottom: 35px;
}

.contact__us .contact__detail p {
    font-size: 18px;
    color: #303133;
}

.contact__us .contact__detail .contact__sub__heading p {
    font-size: 16px;
}

.contact__details__person {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact__details__person span {
    font-size: 16px;
    color: #777;
}

.contact__details__instr {
    font-size: 16px !important;
    color: #777 !important;
}

.field__info {
    margin-bottom: 10px !important;
    color: #333;
    font-size: 14px;
    padding-left: 5px;
}

.field__info span {
    color: red;
}

.contact__form {
    width: 100% !important;
    margin-left: 5px;
    margin-bottom: 20px;
}

.contact__form p {
    margin-bottom: 2px !important;
}

.contact__form .form__individual__section {
    width: 100%;
    margin-bottom: 20px;
}

.contact__form .form__individual__section label {
    font-size: 16px;
    line-height: 24px;
    color: #303133 !important;
    font-weight: 600;
}

.contact__form .form__individual__section input {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    padding: 10px;
}

.contact__form span {
    color: #FF0000;
}

.form__individual__section textarea {
    width: 100%;
    height: 165px;
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    padding: 10px;
    resize: none;
    display: block;
}

.contact__form .submit__btn {
    font-weight: 600;
    background: #333;
    letter-spacing: 0.1em;
    border: none;
    text-transform: uppercase;
    color: #f7f7f7;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 2px;
}

.contact__form .submit__btn:hover {
    background-color: #C4C4C4;
    color: #333;
    font-weight: 600;
}

/* blog details */
.blog__details {
    width: 100%;
    margin: 100px 0;
}

.blog__details .blog__basic__details h1 {
    font-size: 35px;
    color: #303133;
}

.blog__details .blog__basic__details .post__info {
    margin: 18px 0px 25px 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.blog__details .blog__basic__details .post__info div {
    display: inline;
    margin-right: 15px;
    color: #777 !important;
}

.blog__details .blog__basic__details .post__info span {
    color: #777 !important;
    margin-right: 15px !important;
}

.blog__details p {
    font-size: 15px;
    margin: 20px 0;
}

.blog__details h3 {
    font-size: 24px;
    color: #303133;
}

.blog__details p a {
    color: #303133 !important;
}

.blog__details__footer {
    width: 100%;
    border-top: 1px solid #eaeaea;
    margin-bottom: 40px;
}

.blog__details__footer .social__icons {
    border-bottom: 1px solid #eaeaea;
}

.blog__details__footer ul {
    list-style-type: none;
}

.blog__details__footer ul li a {
    text-decoration: none;
}

.blog__details__footer ul li a i {
    display: block;
    color: #303133 !important;
    margin: 30px 10px;
    font-size: 15px;
}

.blog__details__page {
    width: 100%;
}

.blog__details__page a span {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 600 !important;
    color: #303133 !important;
}

.blog__details__page .pagination1 a:hover {
    color: #4FB3FB !important;
}

/* privacy policy */
.privacy__policy {
    width: 100%;
}

.privacy__policy__box {
    margin: 50px 0 70px;
}

.privacy__policy__box h2 {
    font-size: 29px;
    color: #303133;
    margin-bottom: 30px;
}

.privacy__policy__box p {
    font-size: 15px;
    line-height: 1.75;
    margin: 18px 0px 0px 0px;
}


/* Investors Section */
.investor__section {
    width: 100%;
    margin: 40px 0;
}

.investors__heading {
    font-size: 29px !important;
    color: #303133 !important;
    margin-bottom: 30px;
    margin-left: 40px;
}

.investors__heading__Vigil {
    font-size: 29px !important;
    color: #303133 !important;
    margin-top: 70px;
    margin-bottom: 30px;
    margin-left: 40px;
}

.img__box {
    text-align: center;
    width: 100%;
}

.img__box h4 {
    font-size: 16px;
    margin-top: 10px;
}

.img__box img {
    width: 250px;
}

.downlod__btn {
    width: 80%;
    margin: 20px 40px 0px;
    font-weight: 600;
    background: #333;
    letter-spacing: 0.1em;
    border-color: #303133 !important;
    text-transform: uppercase;
    color: #f7f7f7;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 2px;
}

.downlod__btn i {
    margin-right: 9px !important;
}

.downlod__btn:hover {
    background: #f7f7f7;
    color: #333;
    border: 0.5px solid #333;
    font-weight: 700;
}


/* health-safety-and-environment-policy */
.health__safty__env__policy {
    width: 100%;
    margin: 40px 0;
}

.health__safty__img__box {
    width: 100%;
}

.health__safty__img__box img {
    max-width: 100%;
    margin-bottom: 20px;
}


/* contact us */
.contact__us__section {
    width: 100%;
    margin: 150px 0 0;
}

.contact__us__upper {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 130px;
}

.contact__us__upper ul {
    color: #777777 !important;
    margin-left: -12px !important;
}

.image__box {
    width: 100%;
}

.image__box img {
    margin: 50px 0 150px;
    max-width: 100%;
}

.contact__us__lowwer {
    margin-bottom: 100px;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 150px;
}

.contact__us__lowwer h3 {
    color: #303133;
    font-size: 24px;
    font-weight: 400;
    margin: 27px 0;
}

.contact__us__lowwer ul {
    color: #777777 !important;
    margin-left: -12px !important;
}

/* News */
.news__section {
    width: 100%;
    background: #EAEAEA;
    font-family: 'Playfair Display', Karla;
}

.news__section .news__box {
    width: 100%;
}

.news__section .news__box .news__img__box {
    width: 100%;
    margin-bottom: 50px;
}

.news__section .news__box .news__img__box img {
    /* max-width: 320px; */
    max-width: 100%;
}

.news__box a h3 {
    font-size: 29px;
    font-weight: 400 !important;
    color: #303133;
    letter-spacing: 1px;
    margin-top: 30px;
}

.news__box p span {
    color: #303133;
    font-size: 12px;
    font-weight: 600;
}

.news__box p {
    color: #777777;
    line-height: 1.75;
    font-size: 15px;
}

.news__pagination {
    width: 100%;
    background: #EAEAEA;
}

.news__pagination .news__inner ul {
    display: flex;
}

.news__pagination .news__inner ul li {
    list-style: none;
}

.news__pagination .news__inner ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #303133;
    margin: 0 15px;
}

.news__pagination .news__inner {
    margin-bottom: 130px;
}


/* Awards */
.awards__banner {
    position: relative;
    z-index: 10;
    height: 378px;
}

.awards__banner .header-bg-plan {
    background-image: url(../img/Awards.jpg);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.awards__banner .header-content-inner {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 40px;
    padding-left: 65px;
}

.awards__banner .header-content-inner h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}

.awards__section {
    width: 100%;
    background: #F7F7F7;
}

.award__container {
    column-count: 4;
    column-gap: 20px;
    column-fill: balance;
    margin: 0 auto 0;
    padding: 2rem;
}

.award__container .award__item {
    display: inline-block;
    margin: 0 0 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    position: relative;
    padding: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}


.awards__section {
    padding: 60px 0;
}

.award__item {
    margin-bottom: 25px;
}

.award__img__box {
    padding: 5px;
    background: #fff;
    overflow: hidden;
}

.award__container .award__item p {
    margin-top: 40px;
}

.award__item img {
    width: 100%;
    transition: all .5s ease-out;
}

.award__item:hover img {
    transform: scale(1.09);
    cursor: pointer;
}

.project-menu {
    text-align: center;
    margin-bottom: 35px;
}

.project-menu button.active {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.project-menu button {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 5px 12px;
    margin: 0 5px;
}

.project-menu button:hover {
    background-color: #f6f6f6;
}

.award__item p {
    margin-top: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    height: 60px;
}

.award__img__box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
    background-color: #363a3b;
    padding: 10px;
}

.award__img__box:hover .overlay {
    opacity: 0.5;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* mobile navbar */
.nav-mobile {
    display: none;
    position: absolute;
    top: 20px;
    right: 5%;
    background: transparent;
    height: 55px;
    width: 70px;
}

.nav-list {
    display: none;
    list-style: none;
    margin-left: -2em;
}

.nav-list li a {
    color: #303133;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 12px !important;
}

.nav-list li a:active {
    color: #ffffff80 !important;
}

.desktop__banner {
    display: block;
}

.mobile__banner {
    display: none;
}

.banner__wrapper .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 35px;
    top: 50%;
    border: none;
    background-color: #141618;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #F7F7F7;
}

.banner__wrapper .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 35px;
    top: 50%;
    border: none;
    background-color: #141618;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #F7F7F7;
}

.guest_amenities .guest_cont {
    padding-left: 50px !important;
}

/* scroll top icon */
.up__scroll__btn {
    color: #ffffff !important;
    background-color: #303133 !important;
    border-color: #303133 !important;
    padding: 2px 10px;
    font-size: 18px;
    z-index: 9999;
}

/* pagination barnds */
.pagination__bands {
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 0px;
    padding: 50px 0;
    margin-top: 35px;
}

.pagination__bands li {
    list-style: none;
}

.pagination__bands li a {
    color: #303133;
    margin: 0 10px;
}

.pagination__bands li a i {
    color: #303133;
}

.pagination__bands .prev__li__icon {
    left: 10%;
    position: absolute;
    font-weight: 900;
}

.pagination__bands .prev__li__icon a i {
    color: #303133;
    font-size: 20px;
}

.pagination__bands .next__li__icon {
    right: 10%;
    position: absolute;
    font-weight: 900;
}

.pagination__bands .next__li__icon a i {
    color: #303133 !important;
    font-size: 20px;
}

.pagination__bands .brand__active {
    width: 36px;
    height: 36px;
    background-color: #EEEEEE;
    line-height: 36px;
    margin-top: 4.5px;
    margin-bottom: 4.5px;
    border-radius: 50%;
    font-weight: 500;
}

.pagination__bands .brand__active strong {
    margin-left: 13px;
}

/* .welcome {
    margin: 0 60px !important;
} */

.blog__dates {
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* .email__footer {
    color: #fff !important;
} */

.blog__details__footer ul {
    padding-left: 0px !important;
}

.pagi__margin {
    margin: 0 -10px;
}

/* news Details */
.news__section__details {
    padding: 72px 0;
}

.news__details h1 {
    color: #303133;
    font-size: 35px;
    font-weight: 400;
}

.news__details .post__info {
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: rgba(119, 119, 119, 0.65);
}

.news__details p a {
    color: #303133;
}

.news__details p a:hover {
    color: #1b57ce;
}

.news__span {
    color: #303133;
    letter-spacing: 0.1em;
}

.padd_0 {
    padding: 0;
}

/* index.asp */
.show__section {
    display: none;
}

.hide__section {
    display: block;
}

.foot_sub_imput #txtNewsUpdates::placeholder {
    color: #fff;
}

/*-- events page -- */
.welcome__safty.event_pg {
    margin: 60px 0;
}

.welcome__safty.event_pg .safty__para {
    font-size: 15px;
    line-height: 24px;
}

.welcome__safty.event_pg .safty__welcome__title h2 {
    margin-bottom: 30px !important;
}

.news__section.events {
    padding: 60px 0 10px 0;
}

section.news__section.events .safty__welcome__title h2 {
    margin-bottom: 0 !important;
}

.news__section.events .news__img__box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news__img__box .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.news__box .news_content__box a h3 {
    font-size: 20px;
    font-weight: 500 !important;
    margin-top: 0;
    height: 50px !important;
    min-height: auto !important;
    display: flex;
    align-items: center;
}

.news__box .news_content__box .word_limit {
    margin-bottom: 10px;
    min-height: 75px;
}

.news__box .news_content__box {
    background: #FFF;
    padding: 17px;
    position: relative;
}
.news__box .news_content__box span.date_tag {
    font-weight: 600;
    position: absolute;
    font-size: 12px;
    font-family: 'Karla';
    background: #000;
    color: #FFF;
    padding: 0 12px 1px 12px;
    top: -10px;
    border-radius: 50px;
}
.news__box .news_content__box p.date_info {
    margin-bottom: 8px;
    height: 25px;
    overflow: hidden;
}
.news__box .news_content__box p.registration {
    margin-bottom: 0;
}

.news__section .news__box>div {
    margin-bottom: 30px;
}

.news__img__box .owl-dots button.owl-dot.active {
    background: #FFF;
}

.news__img__box .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: rgb(255 255 255 / 70%);
    margin: 0 4px;
    border-radius: 50px;
}

.news__section.events .news__box .news__img__box {
    margin-bottom: 0;
}


.registration a {
    color: #000;
    font-weight: 500;
}

.registration a.regist {
    border: 1px solid #CCC;
    padding: 4px 10px;
    border-radius: 3px;
    transition: all 0.5s ease;
    display: inline-block;
    margin-top: 10px;
}

.registration a.regist:hover {
    background: #141618;
    color: #FFF;
    border-color: #141618;
}

.events_section .nav-pills .custom-link.active {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.events_section .nav-pills .nav-item {
    margin: 0 6px;
}

.news__section.events .news__box .row {
    align-items: center;
}

.events_section .nav-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* -- Event Detail -- */
body.event_details .welcome__safty {
    margin: 60px 0;
}

body.event_details .welcome__safty .safty__welcome__title h2 {
    margin-bottom: 20px !important;
}

body.event_details .welcome__safty .safty__para p.date {
    margin-bottom: 25px;
}

body.event_details .welcome__safty p.registration {
    margin-top: 30px;
}

.winners__sect {
    padding: 60px 0;
}

.winners__sect .col_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.winners__sect .col_wrapper>div {
    padding: 0 15px;
}

.winners__sect .winner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.winners__sect .content p {
    font-size: 73px;
    color: #000;
    margin: 0;
    line-height: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.winners__sect .content p span {
    font-size: 18px;
    top: -2px;
    position: relative;
}

.winners__sect .content h2 {
    font-size: 18px;
}

.winners__sect .image {
    width: 170px;
    height: 150px;
    transform: skewX(-10deg);
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.winners__sect .image img {
    width: 100%;
}

.winners__sect .image:before {
    content: '';
    width: 7px;
    height: 100%;
    position: absolute;
    left: -14px;
    top: 0;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.winners__sect .winner:hover .image:before {
    left: -5px;
    background: #afafaf;
}

.winners__sect .winner:hover .content p {
    color: #afafaf;
}

.gallary__sect {
    padding: 60px 0;
    background: #EAEAEA;
}

.gallary__sect .owl-carousel.owl-drag .owl-item {
    padding: 0 10px;
}

.gallary__sect .owl-nav {
    display: flex;
    justify-content: flex-end;
}

.gallary__sect .owl-nav button {
    margin: 0 10px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 20px;
}

.gallary__sect .owl-nav button:hover {
    opacity: .6;
}

.gallary__sect .owl-nav button span {
    font-size: 28px;
}

.gallary__sect .owl-nav button.owl-prev:after {
    content: 'PRE';
    margin-left: 5px;
}

.gallary__sect .owl-nav button.owl-next:before {
    content: 'NEXT';
    margin-right: 5px;
}

.gallary__sect .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 25px;
}

.gallary__sect .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: 2px solid #000 !important;
    display: inline-block;
    margin: 0 5px;
}

.gallary__sect .owl-dots .owl-dot.active {
    background: #000;
}





.registration_modal .modal-content {
    padding: 30px;
}

.registration_modal .modal-body {
    padding: 30px;
    background: rgb(255 255 255 / 78%);
    border: 1px solid #222;
    border-radius: 5px;
}

.registration_modal .modal-body h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}

.registration_modal .modal-body label {
    font-size: 14px;
}

.registration_modal .modal-body .btn-close {
    position: absolute;
    right: -27px;
    top: -27px;
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    opacity: 1;
    background: #000;
    line-height: 22px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.registration_modal .modal-body .btn-close:hover {
    opacity: .7;
}

.registration_modal .modal-body input[type="text"],
.registration_modal .modal-body input[type="tel"],
.registration_modal .modal-body input[type="email"] {
    width: 100%;
    height: 38px;
    border: 1px solid #a1a1a1;
    padding: 4px 11px;
    background: #FFF;
    font-size: 14px;
}

.registration_modal .modal-body .custom-link {
    color: #ffffff !important;
    background-color: #303133 !important;
    border-color: #303133 !important;
}

.registration_modal .modal-body .custom-link:hover {
    background: none !important;
    color: #212529 !important;
}

.registration_modal .modal-body .form__individual__section,
.registration_modal .modal-body .form-check {
    margin-bottom: 15px;
}

.registration_modal .modal-body p {
    font-size: 11px;
}

.registration_modal .modal-body .form-check label {
    font-size: 14px;
}


.registration_modal .modal-body .form__individual__section:last-child {
    margin: 0;
}

img {
    max-width: 100%;
}

.main_gallery_box {
    margin-bottom: 20px;
}

.news_Article {
    padding: 60px 0;
}

.news_Article .main_gallery_box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.news_Article .main_gallery_box img {
    width: 100%;
    max-width: 350px;
    height: 350px;
}

.text-justify {
    text-align: justify;
}

.text-justify a.anker_a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.siteby {
    text-align: right;
}

.footer_end .copyright.social__icons ul {
    justify-content: center;
    padding: 0;
    display: flex;
    width: 100%;
}

/* -- -- */
.hero_banner img {
    width: 100%;
}

.hero_section {
    padding: 50px 0 0 0;
}


.hero_section .hero_content {
    text-align: center;
}

.hero_section .hero_content h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.hero_section .hero_content h4 {
    font-size: 30px;
}

.hero_section .offer_content h5 {
    font-size: 30px;
}

.hero_section .offer_content p {
    margin-bottom: 0;
    color: #000;
}

.hero_section .offer_content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.hero_section .hero_content img {
    width: 500px;
    margin-bottom: 25px;
    max-width: 100%;
}

.hero_section .hero_content h4 sup {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    top: -10px;
    position: relative;
}

.hero_section .offer_content p:before {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url('../images/weddingTales/highlight.png');
    display: inline-block;
    background-size: 9px;
    background-repeat: no-repeat;
    margin-right: 2px;
}

.two_column_section {
    padding: 50px 0;
}

.two_column_section .two_column_content {
    background: #fef5e8;
    padding: 40px;
    text-align: center;
}

.two_column_section .two_column_mg {
    padding: 0;
}

.two_column_section .two_column_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.two_column_section .two_column_content h3 {
    font-size: 37px;
    margin: 0 0 8px 0;
}

.two_column_section .two_column_content h4 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 400;
}

.two_column_section .two_column_content h4 sup {
    font-size: 13px;
}

.two_column_section .two_column_content p {
    margin-bottom: 0;
    font-size: 18px;
}

.two_column_section .two_column_content img {
    width: 143px;
}

.two_column_section .row.reverse {
    flex-direction: row-reverse;
}


.sponsored_section {
    padding: 0 0 50px 0;
    text-align: center;
}

.sponsored_section .head_part {
    text-align: center;
}

.sponsored_section .head_part h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.sponsored_section .head_part h2 span {
    display: flex;
    position: relative;
    align-items: center;
}

.sponsored_section .head_part h2 span:before,
.sponsored_section .head_part h2 span:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    display: inline-block;
    margin-top: 5px;
}

.sponsored_section .head_part h2 span:before {
    margin-right: 12px;
}

.sponsored_section .head_part h2 span:after {
    margin-left: 12px;
}

.sponsored_section .head_part p {
    color: #000;
    margin-bottom: 0;
}

.sponsored_section .head_part img {
    width: 160px;
}

.sponsored_section .sponsored_logo {
    margin-top: 30px;
}

.sponsored_section .sponsored_logo p {
    margin-top: 25px;
    font-size: 13px;
    margin-bottom: 0;
    color: #000;
}

.contact__us .custom-link.btn {
    font-size: 15px;
}

.contact__us .main-cpt {
    margin-top: 5px;
    margin-bottom: 20px;
}

.contact__us .main-cpt input {
    width: 150px !important;
}

.contact__us .main-cpt img {
    float: left;
    height: 22px;
    width: auto;
}

.contact__us .main-cpt {
    display: flex;
    align-items: center;
    gap: 15px 15px;
}

.contact__us .main-cpt a,
.contact__us .main-cpt span  {
    color: #000;
}


.news__section.news {
    padding: 70px 0 40px 0;
}
.news__section.news .news__box>div {
    border-radius: 5px;
    overflow: hidden;
}
.news__section .news_content__box_wrap .news__img__box img {
    height: 310px;
    object-fit: cover;
    width: 100%;
    border-radius: 0 !important;
}
.news__section .news__box .news__img__box {
    margin-bottom: 0;
}
.news__section .news_content__box_wrap {
    padding: 0 15px;
    margin: 0 !important;
}
.news_content__box a.link {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.news_content__box a.link:hover {
    color: #666;
}
.trend_magazine_section {
    padding: 70px 0 30px 0;
}
.trend_magazine img {
    margin-bottom: 10px;
    width: 100%;
}

.trend_magazine {
    text-align: center;
    margin-bottom: 50px;
}

.trend_magazine h4 {
    font-weight: 600;
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 12px;
}

.trend_magazine a {
    color: #000;
    font-weight: 500;
}


.services-box {
    position: relative;
    padding: 70px 0;
  }

  .services-box .services1 {
    text-align: center;
    background: #f6f6f6;
    padding: 20px 15px;
    margin-bottom: 30px;
    height: 320px;
  }
  .services-box .services1 img {
    width: 100%;
    max-width: 110px;
  }
  .services-box .services1 .Services-content {
    background: #f6f6f6;
    padding: 0 20px;
  }

  .services-box .services1 .Services-content h5 {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
  .services-box .services1 .Services-content p {
    margin-bottom: 0;
  }

  .investor_table_wrap {
    margin-top: 40px;
  }
  .investor_table_wrap .table_wrap {
    padding-left: 40px;
    overflow: auto;
}
.investor_table_wrap .table_wrap .table {
    min-width: 500px;
}
.investor_table_wrap .table_wrap .table tr:first-child > td {
    border-top-width: 1px;
}

@media only screen and (min-width: 576px) {
    .registration_modal .modal-dialog {
        max-width: 600px;
    }

}

@media only screen and (max-width: 1599px) {
    .cat_sec_lap .lap_content ul li img {
        max-width: 150px;
    }
    .cat_sec_lap .lap_content h6.floor {
        margin: 5px 0;
    }
    .cat_sec_lap .lap_content p {
        margin-bottom: 10px;
    }
}

@media (min-width: 1300px) and (max-width: 1599px) {
    .cat_sec_lap .lap_img img {
        height: 540px;
        object-fit: cover;
        object-position: center right;
    }
}

@media only screen and (max-width: 1499px) {
	.cat_sec_lap .lap_content {
		max-width: 600px !important}
    .banner__carousel {
        display: block;
        width: 100% !important;
        height: 100vh !important;
    }

    .blog_section .img__box img {
        width: 100% !important;
    }

    .footer_start .foot_sub_imput input.input-box {
        width: 70%;
    }

    .new__eat {
        margin: 0;
    }

    .new__eat img {
        max-width: 101px;
    }

    .cat_sec_lap .eat__launge h4 {
        line-height: 1;
        margin: 7px 0;
    }

    .cat_sec_lap .eat__launge p {
        line-height: 1.2;
    }
    .news__box .news_content__box .word_limit {
        min-height: 97px;
    }

}
@media (min-width: 992px) and (max-width: 1399px) {
    .news__section .news_content__box_wrap > .row > div {
        width: 100%;
    }
    .news_content__box_wrap .news_content__box a h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1200px) {

    .award__container {
        column-count: 4;
    }

    .footer_start .foot_sub_imput input.input-box {
        width: 66%;
    }

    .desktop__nav {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    @media screen and (min-width: 1200px) {
        .nav-list {
            display: none !important;
        }
    }

    ul.menu-primary-inner.nav-list {
        background: #FFF;
        top: 80px;
        position: absolute;
        width: 250px;
        right: 40px;
        margin-left: 0;
        padding: 32px;
        z-index: 9;
    }

    #navbar-toggle {
        position: absolute;
        left: 18px;
        top: 15px;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
    }

    #navbar-toggle span,
    #navbar-toggle span:before,
    #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }
    .inside.nav__white #navbar-toggle span,
    .inside.nav__white #navbar-toggle span:before,
    .inside.nav__white #navbar-toggle span:after {
        background: #FFF;
    }
    .inside.nav__white #navbar-toggle.active span {
        background: transparent;
    }

    /* .inside .hamburger__white #navbar-toggle span,
    #navbar-toggle span:before,
    #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    } */

    #navbar-toggle span:before {
        top: -10px;
    }

    #navbar-toggle span:after {
        bottom: -10px;
    }

    #navbar-toggle.active span {
        background-color: transparent;
    }

    #navbar-toggle.active span:before,
    #navbar-toggle.active span:after {
        top: 0;
    }

    #navbar-toggle.active span:before {
        transform: rotate(45deg);
    }

    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
    }

    .pagination1 .page-prev {
        float: left;
        width: 54px;
        position: absolute;
        left: 10%;
    }

    .pagination1 .page-next {
        float: right;
        width: 54px;
        right: 10%;
        position: absolute;
    }

    .guest_amenities .guest_cont {
        padding-left: 0px !important;
    }

    .cat_sec_lap .lap_content h6.floor {
        margin: 5px 0;
    }

    .cat_sec_lap .lap_content h4,
    .cat_sec_lap .lap_content h1 {
        margin: 5px 0;
        line-height: 1;
        font-size: 33px;
    }

    .cat_sec_lap .lap_content ul {
        margin-bottom: 0px !important;
    }

    .lap_content {
        padding: 0 10px;
    }

    .cat_sec_lap .lap_content p {
        margin-bottom: 5px;
    }

    .cat_sec_lap .eat__launge h4 {
        margin: 2px 0;
        font-size: 33px;
    }

    .two_column_section .two_column_content h3 {
        font-size: 30px;
    }

    .two_column_section .two_column_content h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .two_column_section .two_column_content p {
        font-size: 16px;
    }

    .two_column_section .two_column_content {
        padding: 28px;
    }


}

@media only screen and (max-width: 991px) {


    .cat_sec_lap .lap_content h6.floor {
        margin: 10px 0;
        line-height: 1.75;
    }

    .cat_sec_lap .lap_content h4,
    .cat_sec_lap .lap_content h1 {
        margin: 18px 0;
        line-height: 1.2;
        font-size: 35px;
    }

    .cat_sec_lap .lap_content ul {
        margin-bottom: 0px !important;
    }

    .lap_content {
        padding: 20px 10px;
    }

    .cat_sec_lap .lap_content p {
        margin-bottom: 10px;
        line-height: 1.75;
    }

    .cat_sec_lap .eat__launge h4 {
        margin: 2px 0;
        font-size: 35px;
    }


    /* index.asp */
    .show__section {
        display: block;
    }

    .hide__section {
        display: none;
    }

    .award__container {
        column-count: 2;
    }

    .investors__heading {
        margin-left: 0px;
    }

    .investors__heading__Vigil {
        margin-left: 0px;
    }

    .footer_start hr {
        margin: 20px 0 50px;
    }

    .blog_sec .blog_box {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .blog_sec .blog_box date {
        color: #303133;
        font-weight: 600;
        line-height: 1.75;
        font-size: 12px;
    }

    .news_section .news_cont {
        margin: 40px 0;
        padding-left: 15px;
    }

    .news_section .news_box {
        padding-left: 15px;
    }

    .foot_sub_imput {
        margin: 30px 0;
    }

    .shop__small__icons {
        display: none !important;
    }

    .mobile__carousel {
        display: block;
    }

    .lap_content {
        margin: 20px 20px 20px !important;
        max-width: 100% !important;
    }

    .grid {
        column-count: 2;
    }

    .img__box {
        width: 100%;
    }

    .img__box img {
        width: 100%;
    }

    .downlod__btn {
        margin: 40px 0;
        width: 100%;
    }

    .header_box .logo-box {
        text-align: left;
    }

    .rules__marg {
        margin-bottom: 30px !important;
    }

    .welcome__safty {
        margin: 100px 0;
    }

    .rules__regulations .rules__regulation__title h2 {
        margin: 100px 0 50px;
    }

    .shop_sec .shop_filter {
        margin: 20px;
    }

    .shop_content {
        margin: 20px;
    }

    .contact__us__section {
        margin: 120px 0 0;
    }

    .contact__us__lowwer {
        margin-bottom: 120px;
    }

    .copyright {
        text-align: center !important;
    }

    .footer_end .copyright ul {
        float: unset;
        padding-left: 0px;
        margin: 20px 0 15px;
    }
    .news__section .news_content__box_wrap .news__img__box img {
        min-height: 262px;
        height: auto;
    }
    .news__section.news .news__box .news_content__box {
        display: flex;
        align-items: center;
    }
    .banner__wrapper .owl-carousel .owl-nav .owl-next, .banner__wrapper .owl-carousel .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        font-size: 20px;
        top: 40%;
    }
    .news__box .news_content__box .word_limit {
        min-height: 75px;
    }
    .investor_table_wrap .table_wrap {
        padding-left: 15px;
    }
    .investor_table_wrap {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .news__img__box {
        text-align: center;
    }

    .cust_container {
        width: 100%;
    }

    /* ---- */
    .col_wrapper>div {
        padding: 0 8px;
    }

    .winner h2 {
        font-size: 17px;
    }

    .winner .image {
        width: 100px;
        height: 100px;
    }

    .winner {
        padding: 15px;
    }

    .hero_section .hero_content h1 {
        font-size: 33px;
        margin-bottom: 40px;
    }

    .hero_section .hero_content h4,
    .hero_section .offer_content h5 {
        font-size: 22px;
    }

    .two_column_section .two_column_content h3 {
        font-size: 29px;
    }

    .two_column_section .two_column_content {
        padding: 30px;
    }

    .two_column_section .two_column_content p {
        font-size: 16px;
    }
    .news__section.events .news__img__box img {
        height: auto;
    }
    .news__box .news_content__box a h3 {
        min-height: auto;
    }
    .news__section .news__box>div:last-child {
        margin-bottom: 0;
    }
    .news__section .news_content__box_wrap {
        margin-bottom: 30px !important;
    }
    .news__section .news_content__box_wrap .news__img__box img {
        min-height: auto;
    }
    .trend_magazine_section {
        padding: 50px 0 20px 0;
    }
    .news__box .news_content__box .word_limit {
        min-height: auto;
    }
    .news__box .news_content__box p.date_info {
        height: auto;
        overflow: visible;
    }
    .news__box .news_content__box a h3 {
        height: auto !important;
        overflow: visible;
    }
}

@media only screen and (max-width: 580px) {

    .award__container {
        column-count: 2;
    }

    /* .desktop__banner {
        display: none;
    } */

    .mobile__banner {
        display: block;
    }

    .grid {
        column-count: 1;
    }

    /* .footer_start .foot_sub_imput input.submit-btn {
        width: 120px !important;
    } */
    .footer_start .foot_sub_imput input.input-box {
        width: 56%;
    }

    .footer_end .social__icons {
        margin-top: 10px;
    }

    .padd_cnt {
        padding: 20px !important;
    }

    .news_section .news_box {
        padding-left: 15px;
    }

    .news_section .news_cont {
        padding-left: 15px;
    }

    .shop_sec .shop_filter {
        margin: 10px;
    }

    .shop_content {
        margin: 10px;
    }

    .plan__your__visit {
        margin: 50px 20px;
    }

    .welcome__safty {
        padding: 0 10px;
    }

    .rules__regulations .rules__para {
        padding: 0 10px;
    }

    .rules__marg ul li {
        margin-right: 10px;
    }

    .rules__common ul li {
        margin-right: 10px;
    }

    .contact__us {
        padding: 0 10px;
    }

    .investor__section {
        padding: 0 15px;
    }

    .health__safty__env__policy {
        padding: 0 20px;
    }

    .contact__us__section {
        padding: 0 20px;
    }

    .privacy__policy__box {
        padding: 0 20px;
    }

    .contact__form {
        padding-right: 10px;
    }

    .blog__details {
        padding: 0 20px;
    }

    .cat_sec_lap .lap_content {
        margin: 20px 0px 20px !important;
    }

    .plan__your__visit .table__wrapper {
        padding-right: 35px !important;
    }


}

@media only screen and (max-width: 480px) {

    /* .guest_amenities .guest_cont {
        padding-left: 25px !important;
    } */
    .col_wrapper>div {
        width: 100%;
    }

    .contact__us .main-cpt img {
        height: auto;
    }

    .contact__us .main-cpt input {
        width: 140px !important;
    }

    .investor_table_wrap .table_wrap .table td {
        font-size: 15px;
    }
    .investors__heading,
    .investors__heading__Vigil {
        font-size: 23px !important;
    }
    .shop__detail {
        padding: 40px 35px;
        height: auto;
    }

}

@media only screen and (max-width: 480px) {}