@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600;800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap');
/* @font-face {
    font-family: "Open Sans", sans-serif";
    src: url("../fonts/ArgestaDisplay-Regular.eot");src: url("../fonts/ArgestaDisplay-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ArgestaDisplay-Regular.woff2") format("woff2"), url("../fonts/ArgestaDisplay-Regular.woff") format("woff"),
    url("../fonts/ArgestaDisplay-Regular.ttf") format("truetype"), url("../fonts/ArgestaDisplay-Regular.svg#ArgestaDisplay-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "CarlaSansBold";
    src: url("../fonts/CarlaSansBold.ttf");
    src: url("../../../index.html?#iefix") format("embedded-opentype"), url("../../../index.html") format("woff2"), url("../../../index.html") format("woff"), url("../fonts/CarlaSansBold.ttf") format("truetype"),
        url("../../../index.html#CarlaSansBold") format("svg");
    font-weight: normal;
    font-style: normal;
}
main {
    overflow-x: hidden;
}
body {
    font-family: "Open Sans", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif !important;
}

.font-CarlaSansBold {
    font-family: "CarlaSansBold" !important;
}

.font-size-26{
    font-size: 26px !important;
}
.font-size-34 {
    font-size: 34px !important;
}

* {
    outline: none !important;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #141414;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* HTML TAGS */
img {
    max-width: 100%;
}
video {
    max-width: 100%;
}
strong {
    font-weight: 600;
}

iframe {
    max-width: 100%;
}

/* LINKS */
a {
    color: #141414;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #141414;
}

/* FORM ELEMENTS */
input[type="text"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: none;
    border-bottom: 1px solid #7c7c7c;
}

input[type="email"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: none;
    border-bottom: 1px solid #7c7c7c;
}

input[type="search"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="password"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="number"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="date"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(3px);
    appearance: none;
    background: #ededed;
    border-radius: 50%;
}

input[type="radio"]:checked {
    border: 6px solid #141414;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(3px);
    appearance: none;
    background: #ededed;
}

input[type="checkbox"]:checked {
    border: 4px solid #ededed;
    background: #141414;
}

textarea {
    width: 520px;
    max-width: 100%;
    height: 140px;
    padding: 30px;
    border: 1px solid #7c7c7c;
}

select {
    width: 420px;
    max-width: 100%;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #7c7c7c;
    font-size: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px, calc(100% - 3.5em) 20px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
}

select:focus {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 25px) 34px, calc(100% - 30px) 34px, calc(100% - 3.5em) 20px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
    border-color: gray;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#project_link {
    height: 60px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ed1c24;
    border: none;
    align-items: center;
    padding: 0 40px;
}
input[type="submit"] {
    height: 60px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ed1c24;
    border: none;
    padding: 0 50px;
}

button[type="submit"] {
    height: 60px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ed1c24;
    border: none;
    padding: 0 50px;
}
button[type="submit"] i {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    transform: translateY(2px);
}

/* SPACINGS */
.no-spacing {
    margin: 0 !important;
    padding: 0 !important;
}

.no-top-spacing {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.no-bottom-spacing {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.spacing-50 {
    height: 50px;
    display: flex;
}

.spacing-100 {
    width: 100%;
    height: 100px;
    display: flex;
}

/* CUSTOM CLASSES */
.overflow {
    overflow: hidden;
}

/* CUSTOM CURSOR */
.cursor {
    position: fixed;
    top: -40px;
    left: -40px;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
}
.cursor:before {
    content: "";
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: white;
    border: 1px solid white;
    transition: all ease 0.15s;
    transform: scale(0.15);
}

.cursor.light:before {
    transform: scale(1);
    background: transparent;
}

.cursor.drag {
    mix-blend-mode: unset;
}

.cursor.drag:before {
    transform: scale(1);
    background: #ed1c24;
    border-color: transparent;
}

.cursor.drag:before {
    content: "\ea23";
    font-family: "LineIcons";
    font-size: 20px;
    color: #fff;
}

/* RANGE SLIDER */
.range-slider {
    width: 100%;
    display: block;
}

.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 0;
    background: #f2f2f2;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ed1c24;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #ed1c24;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range:active::-moz-range-thumb {
    background: #ed1c24;
}

.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ed1c24;
}

::-moz-range-track {
    background: #ed1c24;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

/* ACCORDION */
.accordion {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 0;
}
.accordion .card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: none;
    border-radius: 0;
    border: 1px solid #eaebee;
    margin-bottom: 10px;
    border: none;
}
.accordion .card .card-header {
    width: 100%;
    display: block;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}
.accordion .card .card-header a {
    width: 100%;
    float: left;
    font-weight: 600;
    padding: 20px 25px;
    color: #141414;
    font-weight: 600;
    border: 1px solid #cbcbcb;
}
.accordion .card .card-header a:hover {
    color: #ed1c24;
    text-decoration: none;
}
.accordion .card .card-body {
    width: 100%;
    line-height: 26px;
    padding: 0;
}
.accordion .card [aria-expanded="true"] {
    color: #fff !important;
    background: #ed1c24;
    border-color: #ed1c24 !important;
}

/* DATE PICKER */
.datepicker-dropdown {
    width: 280px;
    border: none;
    padding: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

.datepicker-panel ul:first-child {
    width: 280px;
    display: flex;
}
.datepicker-panel ul:first-child li {
    flex: auto;
    box-shadow: none;
}

.datepicker-panel ul:nth-child(2) {
    font-weight: 600;
}
.datepicker-panel ul:nth-child(2) li {
    background: #f5f3ec;
}

.datepicker-panel > ul > li {
    padding: 5px 0;
    width: 40px;
    height: auto;
    box-shadow: 1px 0 0 0 #eee, 0 1px 0 0 #eee, 1px 1px 0 0 #eee, 1px 0 0 0 #eee inset, 0 1px 0 0 #eee inset;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    background: #ed1c24;
    color: #fff;
}

.datepicker-panel > ul > li.highlighted {
    background-color: #ed1c24;
}

.datepicker-panel > ul > li:hover {
    background-color: #f5f3ec;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
    display: none;
    border: none;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
    display: none;
    border: none;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
    display: none;
    border: none;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
    display: none;
    border: none;
}

/* HAMBURGER MENU */
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
}

.line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

/* REVEAL EFFECT */
.reveal-effect {
    float: left;
    position: relative;
}
.reveal-effect.animated:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #141414;
    position: absolute;
    left: 0;
    top: 0;
    animation: 1s reveal linear forwards;
    -webkit-animation-duration: 1s;
    z-index: 1;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.animated > * {
    animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 0;
        width: 100%;
    }
    51% {
        left: auto;
        right: 0;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}
@-webkit-keyframes reveal-inner {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    50% {
        visibility: hidden;
        opacity: 0;
    }
    51% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
/* CUSTOM BUTTON */
.custom-button {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #ed1c24;
    padding: 0 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}
.custom-button.light {
    border: 1px solid #fff;
    background: none;
}
.custom-button:hover {
    text-decoration: none;
    color: #fff;
}
.custom-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.custom-button:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background: #141414;
    transition: width 0.25s ease;
    opacity: 0.1;
}
.custom-button:hover:before {
    width: 100%;
    background: #141414;
    opacity: 0.1;
    transition: width 0.25s ease;
}
.custom-button:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

/* PRELOADER */
.preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #141414;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.04, 1);
    -webkit-transition-timing-function: cubic-bezier(0.44, 0, 0.04, 1);
    transition-delay: 1s;
    transition-delay: 1s;
}
.preloader .loadbar {
    width: 0%;
    height: 100%;
    max-height: 6px;
    background: #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
.preloader figure {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fade 0.3s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    position: relative;
}
.preloader figure span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.preloader figure img {
    height: 100px;
    display: inline-block;
    opacity: 0.05;
}

@keyframes fade {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* PAGE TRANSITION */
.page-transition {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ed1c24;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.page-transition .layer {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 1s;
}
.page-transition.active {
    height: 100vh;
}
.page-transition.active .layer {
    height: 100vh;
}

/* BODY */
body .navbar {
    transform: translateY(-100%);
    transition-delay: 1.3s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

body .slider .main-slider {
    transform: scale(1.4);
    transition-delay: 1.15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

body .page-header {
    transform: scale(1.4);
    transition-delay: 1.15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* PAGE LOADED */
.page-loaded .preloader {
    height: 0;
}

.page-loaded .preloader .loadbar {
    max-height: 100%;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 0.2);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 0.2);
}

.page-loaded .preloader figure {
    transform: translateY(50px);
    opacity: 0;
}

.page-loaded .navbar {
    transform: translateY(0);
}

.page-loaded .slider .main-slider {
    transform: scale(1);
}

.page-loaded .page-header {
    transform: scale(1);
}

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    background: #ed1c24;
}
.hamburger-navigation .layer {
    width: 100%;
    height: 0;
    background: #141414;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 1s;
}
.hamburger-navigation .container {
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.hamburger-navigation .info-box {
    width: 50vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 50px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger-navigation .info-box span {
    width: 100%;
    display: block;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}
.hamburger-navigation .info-box .nav-social {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.hamburger-navigation .info-box .nav-social li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.hamburger-navigation .info-box .nav-social li a {
    color: #fff;
    font-size: 14px;
}
.hamburger-navigation .nav-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger-navigation .nav-menu.mobile-menu {
    display: none;
}
.hamburger-navigation .nav-menu li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.hamburger-navigation .nav-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 2.5vw;
    line-height: 1.1;
    font-family: "Open Sans", sans-serif;
}
.hamburger-navigation .nav-menu li a:hover {
    color: #ed1c24;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
    transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .layer {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .navbar .logo {
    opacity: 0;
}

.hamburger-navigation-active .navbar .navbar-text {
    opacity: 0;
}

.hamburger-navigation-active .navbar .site-menu {
    opacity: 0;
}

/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
}
.navbar .logo {
    display: inline-block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .logo a {
    display: inline-block;
}
.navbar .logo a img {
    height: 60px;
}
.navbar .navbar-text {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .site-menu {
    display: inline-block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 500px;
}
.navbar .site-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    list-style: none;
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.navbar .site-menu ul li a:hover {
    text-decoration: none;
}
.navbar .hamburger-menu {
    display: inline-block;
}

/* SLIDER */
.slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
    background: url("../../../index.html") center;
    background-size: cover !important;
    overflow: hidden;
}
.slider h6 {
    width: 100%;
    display: block;
    letter-spacing: 5px;
}
.slider h1 {
    font-weight: 400;
    font-size: 3.2vw;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}
.slider p {
    padding: 0 20%;
    opacity: 0.7;
    letter-spacing: 1px;
}
.slider a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #f5f3ec;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 600;
    padding: 0 30px;
    position: relative;
}
.slider a:hover {
    text-decoration: none;
}
.slider a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.slider a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background: #141414;
    transition: width 0.25s ease;
    opacity: 0.1;
}
.slider a:hover:before {
    width: 100%;
    background: #141414;
    opacity: 0.1;
    transition: width 0.25s ease;
}
.slider a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.slider .main-slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.slider .main-slider .swiper-slide {
    height: 100%;
    display: flex;
    overflow: hidden;
}
.slider .main-slider .swiper-slide .container {
    position: relative;
    z-index: 1;
}
.slider .main-slider .swiper-slide .slide-inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: top center !important;
    padding-top: 100px;
    transition: unset !important;
    transform: unset !important;
    background-repeat: no-repeat !important;
}
/* .slider .main-slider .swiper-slide .slide-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
} */
.slider:before {
    content: "";
    width: 30%;
    height: 6px;
    background: #ed1c24;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.slider .slider-fraction {
    width: 20%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #141414;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
}
.slider .slider-prev {
    width: 80px;
    height: 80px;
    background: #141414;
    position: absolute;
    right: calc(20% + 82px);
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}
.slider .slider-prev:hover:before {
    opacity: 1;
}
.slider .slider-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 35px;
    top: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}
.slider .slider-next {
    width: 80px;
    height: 80px;
    background: #141414;
    position: absolute;
    right: 20%;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}
.slider .slider-next:hover:before {
    opacity: 1;
}
.slider .slider-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 35px;
    top: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

/* PAGE HEADER */
.page-header {
    width: 100%;
    height: 750px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-size: cover !important;
    position: relative;
}
.contact-banner-bg.page-header:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #939393;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
/* .page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #141414;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
} */
.page-header .container {
    position: relative;
    z-index: 1;
    color: #fff;
}
.page-header .container h1 {
    width: 100%;
    display: block;
    font-size: 5vw;
    font-family: "Open Sans", sans-serif;
    text-indent: -5px;
}
.page-header .container p {
    width: 100%;
    display: block;
    margin: 0;
    letter-spacing: 10px;
    font-size: 22px;
}

/* SCROLL DOWN */
.scroll-down {
    width: 1px;
    height: 80px;
    background: #fff;
    position: absolute;
    left: calc(50% - 0.5px);
    bottom: 0;
    z-index: 2;
}
.scroll-down:after {
    content: "";
    width: 1px;
    height: 0;
    animation: 1s scrolldown infinite;
    background: #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@keyframes scrolldown {
    0% {
        top: 0;
        height: 0;
    }
    50% {
        top: 0;
        height: 100%;
    }
    51% {
        top: auto;
        bottom: 0;
        height: 100%;
    }
    100% {
        top: auto;
        bottom: 0;
        height: 0;
    }
}
/* CONTENT SECTION */
.content-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    position: relative;
}
.content-section.bottom-spacing {
    margin-bottom: 100px !important;
}
.content-section.top-spacing {
    margin-top: 100px !important;
}

/*
#main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
*/

/* SECTION TITLE */
.section-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.section-title.text-center {
    text-align: center;
}
.section-title.text-center h6:before {
    left: calc(50% - 2vw);
    top: calc(100% + 10px);
}
.section-title.light {
    color: #fff;
}
.section-title.light h6 {
    opacity: 0.6;
}
.section-title.light h6:before {
    background: #fff;
}
.section-title h6 {
    width: 100%;
    display: block;
    font-size: 21px;
    font-weight: 800;
    opacity: 0.5;
    letter-spacing: 2px;
    position: relative;
}
.section-title h6:before {
    content: "";
    width: 4vw;
    max-width: 100%;
    height: 1px;
    display: inline-block;
    background: #141414;
    position: absolute;
    left: calc(-4vw - 20px);
    top: calc(50% - 0.5px);
}
.section-title h2 {
    width: 100%;
    display: block;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
}

/* HOTEL SEARCH FORM */
.hotel-search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.hotel-search h6 {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
}
.hotel-search form {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}
.hotel-search form .form-group {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}
.hotel-search form .form-group i {
    position: absolute;
    right: 25px;
    bottom: 42px;
    transform: translateY(50%);
    color: #808080;
}
.hotel-search form .form-group input[type="number"] {
    width: 100px;
}
.hotel-search form .form-group input {
    width: auto;
}
.hotel-search form .form-group select {
    width: 300px;
}
.hotel-search form .form-group label {
    width: 100%;
    display: block;
    font-size: 14px;
}

/* SIDE CONTENT */
.side-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.side-content.text-left {
    padding-right: 20%;
}
.side-content.text-left p {
    padding-right: 10%;
}
.side-content.text-center {
    text-align: center;
    padding: 0 10%;
}
.side-content.text-center .custom-button {
    margin-left: auto;
    margin-right: auto;
}
.side-content.light {
    color: #fff;
}
.side-content.light .custom-button {
    border: 1px solid #fff;
    background: none;
}
.side-content h6 {
    width: 100%;
    display: block;
    font-size: 21px;
    font-weight: 800;
    opacity: 0.5;
    letter-spacing: 2px;
}
.side-content h2 {
    width: 100%;
    display: block;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
}
.side-content p {
    width: 100%;
    display: block;
    margin-top: 25px;
}
.side-content p:last-child {
    margin-bottom: 0;
}
.side-content .custom-button {
    margin-top: 40px;
}

/* SIDE IMAGE */
.side-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.side-image.overlap-bottom {
    transform: translateY(100px);
}
.side-image.overlap-top {
    transform: translateY(-100px);
}
.side-image.right-full {
    width: 60vw;
    overflow: hidden;
}
.side-image.left-full {
    width: 50vw;
    float: right;
}
.side-image.left-full-space {
    width: 44vw;
    float: right;
    margin-right: 2vw;
}
.side-image.left-align {
    float: right;
    position: relative;
}
.side-image.left-align:after {
    content: "";
    width: calc(50vw - 100px);
    height: 100%;
    background: #f5f3ec;
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: -1;
}
.side-image.right-align {
    float: left;
    position: relative;
}
.side-image.right-align:after {
    content: "";
    width: calc(50vw - 100px);
    height: 100%;
    background: #f5f3ec;
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: -1;
}
.side-image .video-button {
    width: 140px;
    height: 140px;
    line-height: 140px;
    background: #fff;
    position: absolute;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    color: #ed1c24;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.side-image .video-button:hover {
    background: #ed1c24;
    color: #fff;
}
.side-image img {
    width: 100%;
}

/* SIDE GALLERY */
.side-gallery {
    width: calc(50vw + 15%);
    float: right;
    margin-bottom: 0;
    position: relative;
    transform: translateY(-100px);
}
.side-gallery div:first-child {
    width: calc(66.66666% - 10px);
}
.side-gallery div:nth-child(2) {
    margin-bottom: 10px;
}
.side-gallery div {
    width: calc(33.33333% - 10px);
    float: left;
    margin-right: 10px;
}

/* SIDE HOTEL BOX */
.side-hotel-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.side-hotel-box.right {
    padding-left: 100px;
}
.side-hotel-box .review {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}
.side-hotel-box .review i {
    display: inline-block;
    margin-right: 3px;
    color: #00aa6c;
}
.side-hotel-box .review span {
    display: inline-block;
    opacity: 0.4;
    margin-left: 8px;
}
.side-hotel-box h2 {
    width: 100%;
    display: block;
    font-size: 44px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}
.side-hotel-box p {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.side-hotel-box .info-box {
    width: 100%;
    display: flex;
    border: 1px solid #cbcbcb;
    padding: 20px;
    margin-bottom: 20px;
}
.side-hotel-box .info-box span {
    display: inline-block;
    border-left: 6px solid #ed1c24;
    padding-left: 20px;
}
.side-hotel-box .info-box b {
    height: 54px;
    line-height: 1.3;
    margin-left: auto;
    font-size: 20px;
}
.side-hotel-box .info-box b small {
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    opacity: 0.5;
}
.side-hotel-box .custom-button {
    margin-right: 30px;
}
.side-hotel-box .availability {
    line-height: 80px;
    display: inline-block;
}
.side-hotel-box .availability i {
    color: #ed1c24;
}

/* CAROUSEL IMAGE BOX */
.carousel-image-box {
    width: calc(50vw + 100% / 2);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
}
.carousel-image-box figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.carousel-image-box figure img {
    width: 100%;
    float: left;
}
.carousel-image-box figure figcaption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    color: #fff;
    background: #00000050;
}
.carousel-image-box figure figcaption h5 {
    width: 100%;
    display: block;
    font-size: 28px;
    font-weight: 500;
}
.carousel-image-box figure figcaption p {
    width: 100%;
    display: block;
    margin: 0;
}

.swiper-scrollbar {
    width: 100%;
    height: 4px;
    display: inline-block;
    opacity: 1 !important;
}

/* EVENTS TAB */
.events-tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.events-tab .tab-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0;
}
.events-tab .tab-nav li {
    display: inline-block;
    margin-right: 20px;
    padding: 0 5px;
    list-style: none;
    border-bottom: 4px solid transparent;
}
.events-tab .tab-nav li.active {
    border-color: #ed1c24;
}
.events-tab .tab-nav li a {
    display: inline-block;
    color: #fff;
}
.events-tab .tab-item {
    width: 100%;
    float: left;
    display: none;
    position: relative;
    overflow: hidden;
}
.events-tab .tab-item.active-item {
    display: block;
}

/* CONTENT TAB */
.content-tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.content-tab .tab-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}
.content-tab .tab-nav li {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    margin-right: 20px;
    padding: 0 25px;
    list-style: none;
    border: 1px solid #eee;
    margin-bottom: -1px;
}
.content-tab .tab-nav li.active {
    border-bottom: 1px solid #fff;
}
.content-tab .tab-nav li.active a {
    color: #ed1c24;
    opacity: 1;
}
.content-tab .tab-nav li a {
    display: inline-block;
    font-weight: 600;
    opacity: 0.5;
}
.content-tab .tab-item {
    width: 100%;
    float: left;
    display: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-top: none;
    padding: 20px;
}
.content-tab .tab-item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.content-tab .tab-item ul li {
    width: 33.33333%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 7px 0;line-height: 1;
}
.content-tab .tab-item ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.content-tab .tab-item ul li figure {
    width: 50px;
    float: left;
    margin-bottom: 0;
}
.content-tab .tab-item ul li figure img {
    height: 22px;
    float: left;
}
.content-tab .tab-item ul li b {
    font-weight: 400;
    float: left;
}
.content-tab .tab-item.active-item {
    display: block;
}

/* CAROUSEL EVENTS BOX */
.carousel-events-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.carousel-events-box .swiper-prev,
.rooms-slider .swiper-prev {
    width: 60px;
    height: 60px;
    background: #141414;
    position: absolute;
    left: 0;
    top: 33%;
    z-index: 2;
    cursor: pointer;
}
.carousel-events-box .swiper-prev:hover:before,
.rooms-slider .swiper-prev:hover:before {
    opacity: 1;
}
.carousel-events-box .swiper-prev:before,
.rooms-slider .swiper-prev:before {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 25px;
    top: 23px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}
.carousel-events-box .swiper-next,
.rooms-slider .swiper-next {
    width: 60px;
    height: 60px;
    background: #141414;
    position: absolute;
    right: 0;
    top: 33%;
    z-index: 2;
    cursor: pointer;
}
.carousel-events-box .swiper-next:hover:before,
.rooms-slider .swiper-next:hover:before {
    opacity: 1;
}
.carousel-events-box .swiper-next:before,
.rooms-slider .swiper-next:before {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 23px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}
.carousel-events-box figure {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.carousel-events-box figure:before {
    background: #ed1c24 !important;
}
.carousel-events-box figure img {
    width: 100%;
    display: block;
}
.carousel-events-box .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
}
.carousel-events-box .content h5 {
    width: 100%;
    display: block;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
}
.carousel-events-box .content h5 a {
    display: inline-block;
    color: #fff;
}
.carousel-events-box .content h5 a:hover {
    color: #ed1c24;
}
.carousel-events-box .content span {
    display: inline-block;
    margin: 4px auto;
    color: #f5f3ec;
    opacity: 0.6;
}
.carousel-events-box .content small {
    width: 100%;
    display: block;
}

/* ROOM SLIDER */
.rooms-slider {
    width: 100%;
    height: 110vh;
    max-height: 1000px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.rooms-slider:before {
    content: "";
    width: 100%;
    height: 240px;
    background: #141414;
    position: absolute;
    left: 0;
    top: 0;
}
.rooms-slider .swiper-slide {
    max-width: 75%;
    background-size: cover !important;
    background-position: center !important;
    transform: scale(0.9);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rooms-slider .swiper-slide video.video-box-mp4{
    max-width: 100%
}
.rooms-slider .swiper-slide .room-detail {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 50px;
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.rooms-slider .swiper-slide .room-detail .price-line {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #ed1c24;
    letter-spacing: 1px;
}
.rooms-slider .swiper-slide .room-detail .price-line span {
    color: #141414;
    opacity: 0.7;
}
.rooms-slider .swiper-slide .room-detail h3 {
    width: 100%;
    display: block;
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}
.rooms-slider .swiper-slide .room-detail .reviews {
    width: 100%;
    color: #4c4c4c;
    font-size: 18px;
}
.rooms-slider .swiper-slide .room-detail .reviews span {
    padding: 5px 8px;
    background: #ed1c24;
    color: #fff;
    font-weight: 800;
    margin-left: 5px;
}
.rooms-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
}
.rooms-slider .swiper-slide.swiper-slide-active .room-detail {
    opacity: 1;
}

/* RECENT NEWS */
.col-md-6:nth-child(2) .recent-news {
    padding-right: 30px;
}

.col-md-6:nth-child(3) .recent-news {
    padding-left: 30px;
}

.recent-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.recent-news figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.recent-news figure img {
    width: 100%;
}
.recent-news .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 80px;
}
.recent-news .content ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 15px;
    position: relative;
}
.recent-news .content ul:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #ed1c24;
    position: absolute;
    left: -80px;
    top: calc(50% - 0.5px);
}
.recent-news .content ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}
.recent-news .content ul li:last-child {
    margin-right: 0;
}
.recent-news .content ul li a {
    display: inline-block;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 600;
}
.recent-news .content span {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.5;
    line-height: 27px;
}
.recent-news .content span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #141414;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}
.recent-news .content h2 {
    width: 100%;
    display: block;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
    margin-bottom: 0;
}

/* IMAGE */
.image {
    width: 100%;
    display: block;
}

/* TESTIMONIAL BOX */
.testimonial-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.testimonial-box.bottom {
    margin-bottom: -100px;
}
.testimonial-box small {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.testimonial-box small i {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-box h4 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}
.testimonial-box p {
    width: 100%;
    margin-bottom: 40px;
    font-size: 19px;
}
.testimonial-box .custom-button {
    margin: 0 auto;
}

/* PACKAGE BOX */
.package-box {
    width: 100%;
    height: 450px;
    /* display: flex; */
    flex-wrap: wrap;
    padding: 60px;
}
.package-box h4 {
    width: 100%;
    display: block;
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}
.package-box p {
    width: 100%;
    display: block;
    margin-bottom: 35px;
}
.package-box a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid #eee;
    font-size: 15px;
}

/* MEMBER BOX */
.member-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.member-box:hover figure img {
    opacity: 0.6;
}
.member-box:hover figure ul {
    opacity: 1;
    visibility: visible;
}
.member-box figure {
    width: 100%;
    display: block;
    margin-bottom: 0;
    position: relative;
    background: #141414;
}
.member-box figure * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.member-box figure ul {
    width: 44px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 30px;
    bottom: 60px;
    opacity: 0;
    visibility: hidden;
}
.member-box figure ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}
.member-box figure ul li:last-child {
    margin-bottom: 0;
}
.member-box figure ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    background: #ed1c24;
    color: #fff;
}
.member-box figure img {
    width: 100%;
    display: block;
}
.member-box .content {
    width: calc(100% - 30px);
    display: inline-block;
    background: #fff;
    margin-top: -30px;
    padding: 30px;
    position: relative;
}
.member-box .content small {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.member-box .content h5 {
    width: 100%;
    display: block;
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
    opacity: 0.7;
}
.member-box .content a {
    display: inline-block;
    text-decoration: underline;
    color: #ed1c24;
    font-weight: 600;
    font-size: 13px;
}

/* VIDEO BOX */
.video-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 100px 0;
}
.video-box .play-btn {
    width: 140px;
    height: 140px;
    line-height: 140px;
    display: inline-block;
    background: #fff;
    color: #ed1c24;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 100px;
}
.video-box .play-btn:hover {
    background: #ed1c24;
    color: #fff;
}
.video-box h2 {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

/* ROOMS FITER */
.rooms-filter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.rooms-filter h6 {
    display: inline-block;
    font-weight: 600;
}
.rooms-filter .price-range {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
}
.rooms-filter .price-range .range-slider__value {
    float: right;
    margin-top: -56px;
    font-weight: 800;
    color: #ed1c24;
}
.rooms-filter .price-range .range-slider__value:before {
    content: "$";
}
.rooms-filter .price-range .range-slider {
    width: 100%;
}
.rooms-filter .specifications {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}
.rooms-filter .specifications ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.rooms-filter .specifications li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    list-style: none;
}

/* ROOMS LIST */
.rooms-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.rooms-list li {
    width: 50%;
    display: inline-block;
    margin: 0;
    margin-top: 50px;
    padding: 0;
    padding-right: 30px;
    list-style: none;
}
.rooms-list li:nth-child(1) {
    margin-top: 0;
}
.rooms-list li:nth-child(2) {
    margin-top: 0;
}
.rooms-list li:nth-child(even) {
    padding-right: 0;
    padding-left: 30px;
}

/* ROOM BOX */
.room-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.room-box figure {
    width: 100%;
    display: block;
    margin: 0;
}
.room-box figure img {
    width: 100%;
}
.room-box .content {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-top: -50px;
    margin-left: 50px;
    position: relative;
    z-index: 1;
    padding: 50px;
    padding-right: 0;
}
.room-box .content .price-line {
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #ed1c24;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.room-box .content .price-line span {
    color: #141414;
    opacity: 0.7;
}
.room-box .content h3 {
    width: 100%;
    display: block;
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}
.commercial-projects-page .room-box .content h3{
    font-size: 33px;
}
.room-box .content .bottom-specs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 0;
}
.room-box .content .bottom-specs .icons {
    width: 50%;
    display: inline-block;
}
.room-box .content .bottom-specs .icons img {
    height: 25px;
    margin-right: 5px;
}
.room-box .content .bottom-specs .reviews {
    width: 100%;
    text-align: left;
    color: #888888;
    font-size: 15px;
}
.room-box .content .bottom-specs .reviews span {
    padding: 5px 8px;
    background: #ed1c24;
    color: #fff;
    font-weight: 800;
    margin-left: 5px;
}

/* ROOM TYPE */
.room-type {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.room-type .price-line {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #ed1c24;
    letter-spacing: 1px;
}
.room-type .price-line span {
    color: #141414;
    opacity: 0.7;
}
.room-type h3 {
    width: 100%;
    display: block;
    font-size: 80px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-indent: -4px;
}
.room-type small {
    width: 100%;
    display: block;
    opacity: 0.5;
    font-size: 16px;
}

/* RECENT TESTIMONIAL */
.recent-testimonial {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
    padding: 50px;
    margin-bottom: 50px;
}
.recent-testimonial span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.recent-testimonial span b {
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
}
.recent-testimonial span i {
    color: #ed1c24;
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
}
.recent-testimonial small {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    opacity: 0.5;
}
.recent-testimonial p {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 19px;
    font-family: "Open Sans", sans-serif;
}

/* ROOM GALLERY */
.room-gallery-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.room-gallery-top .swiper-slide {
    max-width: 40%;
}

.room-gallery-thumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.room-gallery-thumbs .swiper-slide {
    background: #141414;
}
.room-gallery-thumbs .swiper-slide:hover img {
    opacity: 1;
}
.room-gallery-thumbs .swiper-slide img {
    opacity: 0.5;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* ROOM INFO BOX */
.room-info-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    border: 1px solid #ed1c24;
    /* margin: 30px 0; */
}
.room-info-box h6,
.room-info-box h2 {
    width: 100%;
    display: block;
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
    color: #ed1c24;
    font-weight: 600;
}
.room-info-box p {
    width: 100%;
    display: block;
}
.room-info-box p:last-child {
    margin-bottom: 0;
}
.room-info-box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}
.room-info-box ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
    padding: 5px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.room-info-box ul li:first-child {
    padding-top: 0;
    margin-top: 0;
}
.room-info-box ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.room-info-box ul li figure {
    width: 50px;
    float: left;
    margin-bottom: 0;
}
.room-info-box ul li figure img {
    height: 22px;
    float: left;
}
.room-info-box ul li b {
    width: 30%;
    font-weight: 600;
    float: left;
}
.room-info-box ul li span,.investor_info_page .room-info-box ul li span {
    width: 65%;
    float: left;
}

/* MEETING EVENT BOX */
.meeting-event-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.meeting-event-box figure {
    width: 100%;
    display: block;
    margin: 0;
}
.meeting-event-box figure img {
    width: 100%;
}
.meeting-event-box .content {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.meeting-event-box .content h5 {
    width: 100%;
    display: block;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
}
.meeting-event-box .content h5 a {
    display: inline-block;
    font-weight: 900;
}
.meeting-event-box .content h5 a:hover {
    color: #ed1c24;
}
.meeting-event-box .content span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    opacity: 0.4;
}
.meeting-event-box .content small {
    width: 100%;
    display: block;
}

/* SPECIAL OFFER BOX */
.special-offer-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.special-offer-box figure {
    width: 100%;
    display: block;
    margin: 0;
}
.special-offer-box figure img {
    width: 100%;
}
.special-offer-box .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 20px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.special-offer-box .content span {
    width: 100%;
    display: block;
    margin-bottom: 0;
    opacity: 0.4;
    font-weight: 600;
    font-size: 13px;
}
.special-offer-box .content h5 {
    width: 100%;
    display: block;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
}
.special-offer-box .content h5 a {
    display: inline-block;
}
.special-offer-box .content h5 a:hover {
    color: #ed1c24;
}
.special-offer-box .content p {
    width: 100%;
    display: block;
    opacity: 0.7;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px;
}
.special-offer-box .content small {
    display: inline-block;
    background: #ed1c24;
    padding: 4px 8px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
}

/* EVENT HEADLINE */
.event-headline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.event-headline .rating {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.event-headline .rating i {
    color: #ed1c24;
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
}
.event-headline h3 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-indent: -4px;
}
.event-headline address {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.event-headline address span {
    display: inline-block;
}
.event-headline address span:first-child {
    margin-right: 10%;
}
.event-headline address span i {
    display: inline-block;
    color: #ed1c24;
    margin-right: 10px;
}

/* CONTACT FORM */
.contact-form {
    width: 100%;
    display: block;
}
.contact-form input[type="text"] {
    width: 90%;
}
.contact-form textarea {
    width: 100%;
}

/* CONTACT BOX*/
.contact-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #ed1c24;
    color: #fff;
    padding: 50px;
    margin: 15px 0;
}
.contact-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
}
.contact-box address {
    width: 100%;
    display: block;
    margin: 0;
}
.contact-box address strong {
    width: 100%;
    display: block;
    margin-top: 5px;
}
.contact-box:hover .contact_box_content h6,
.contact-box:hover .contact_box_content p,
.contact-box:hover .contact_box_content i,
.contact-box:hover .contact_box_content a {
    color: #fff;
    position: relative;
}

/* GOOGLE MAPS */
.google-maps {
    width: 100%;
    height: 560px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #ed1c2442;
}
.google-maps iframe {
    width: 100%;
    height: 100%;
    display: block;
    mix-blend-mode: overlay;
    filter: grayscale(1);
}
.google-maps i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    font-size: 40px;
    color: #ed1c24;
    border-radius: 50%;
}
.google-maps:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* NEWS BOX */
.news-box {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 100px;
}
.news-box.single .content {
    padding-left: 0;
}
.news-box.single .content .category:before {
    display: none;
}
.news-box.single .content .author {
    margin-bottom: 30px;
}
.news-box:last-child {
    margin-bottom: 0;
}
.news-box:hover .content h3 a {
    background-size: 100% 100%;
}
.news-box figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #ed1c24;
}
.news-box figure img {
    width: 100%;
    max-width: inherit;
}
.news-box .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 80px;
}
.news-box .content .category {
    display: inline-block;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.news-box .content .category:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #ed1c24;
    position: absolute;
    left: -80px;
    top: calc(50% - 0.5px);
}
.news-box .content .date {
    display: inline-block;
    font-size: 14px;
    opacity: 0.5;
    font-weight: 600;
    margin-left: 15px;
}
.news-box .content .date:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #141414;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    transform: translateY(-2px);
}
.news-box .content h3,
.news-box .content h1 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.news-box .content h3 a,
.news-box .content h1 a {
    display: block;
    color: #141414;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-box .content h3 a:hover,
.news-box .content h1 a:hover {
    color: #ed1c24;
    text-decoration: none;
}
.news-box .content .author {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 13px;
}
.news-box .content .author img {
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}
.news-box .content .author b {
    font-weight: 600;
}
.news-box .content h6 {
    font-size: 24px;
    line-height: 1.7;
    margin: 30px 0;
}
.news-box .content strong {
    font-weight: 600;
}
.news-box .content figure {
    margin: 30px 0;
}
.news-box .content blockquote {
    width: 100%;
    display: block;
    padding: 40px;
    background: #f5f3ec;
    color: #ed1c24;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    margin: 30px 0;
}
.news-box .content ul {
    padding-left: 20px;
}
.news-box .content ul li {
    margin: 4px 0;
}

/* SIDEBAR */
.sidebar {
    width: 100%;
    display: block;
    padding-left: 30px;
}
.sidebar .widget {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f5f3ec;
    border-right: 4px solid #f5f3ec;
    border-bottom: 4px solid #f5f3ec;
    padding: 35px;
    margin-bottom: 35px;
    position: relative;
}
.sidebar .widget * {
    position: relative;
}
.sidebar .widget .widget-title {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 22px;
    color: #ed1c24;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-family: "Open Sans", sans-serif;
}
.sidebar .widget .widget-title:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #ed1c24;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.sidebar .widget .widget-title:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #f5f3ec;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: difference;
}
.sidebar .widget form {
    width: 100%;
    display: block;
}
.sidebar .widget form input[type="submit"] {
    margin-top: 10px;
    background: #141414;
    color: #fff;
}
.sidebar .widget .categories {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.sidebar .widget .categories li {
    width: 100%;
    display: block;
    margin: 4px 0;
    padding: 0;
    list-style: none;
}
.sidebar .widget .categories li a {
    color: #141414;
    font-size: 19px;
}
.sidebar .widget .categories li a:hover {
    color: #ed1c24;
}
.sidebar .widget .widget-gallery {
    width: calc(100% + 4px);
    float: left;
    margin: 0 -2px;
    padding: 0;
}
.sidebar .widget .widget-gallery li {
    width: 50%;
    float: left;
    margin: 0;
    padding: 2px;
    list-style: none;
}

/* PAGINATION */
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.pagination .page-item {
    display: inline-block;
}
.pagination .page-item .page-link {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 600;
    color: #141414;
    outline: none !important;
}
.pagination .page-item .page-link:focus {
    outline: none !important;
}

/* NEWSLETTER BOX */
.newsletter-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 20%;
}
.newsletter-box h6 {
    width: 100%;
    display: block;
    font-size: 21px;
    font-weight: 800;
    opacity: 0.3;
    letter-spacing: 2px;
    position: relative;
}
.newsletter-box h6:before {
    content: "";
    width: 4vw;
    max-width: 100%;
    height: 1px;
    display: inline-block;
    background: #141414;
    position: absolute;
    left: calc(50% - 2vw);
    top: calc(100% + 10px);
}
.newsletter-box h2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    margin-top: 20px;
}
.newsletter-box form {
    width: 100%;
    height: auto;
    display: block;
}
.newsletter-box form input[type="email"] {
    flex: 1;
    height: 60px;
    border: none;
    padding: 0 10px;
}
.newsletter-box form input[type="submit"] {
    height: 60px;
    border: none;
}
.newsletter-box small {
    width: 100%;
    display: block;
}
.newsletter-box small a {
    display: inline-block;
    text-decoration: underline;
}
.newsletter-box small a:hover {
    text-decoration: none;
}

/* FOOTER BAR */
.footer-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 40px 0;
}
.footer-bar i {
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
}
.footer-bar h6 {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    font-size: 24px;
    opacity: 0.4;
}
.footer-bar strong {
    font-size: 15px;
}
.footer-bar figure {
    margin-left: auto;
    margin-bottom: 0;
}
.footer-bar figure img {
    height: 40px;
}

/* FOOTER */
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: rgb(245, 243, 236);
    padding-top: 100px;
    color: #141414;
    /* box-shadow: 4px 0px 3px 3px #e9e9e9; */
    position: relative;
}
/*
.footer:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
} 
*/
.footer .widget-title {
    width: 100%;
    display: block;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}
.footer p {
    width: 100%;
    display: block;
    font-size: 15px;
}
.footer p a {
    color: #141414;
}
.footer p a:hover {
    text-decoration: underline;
}
.footer .bottom-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 14px;
    position: relative;
    margin-top: 30px;
}
.footer .bottom-bar:before {
    content: "";
    width: calc(100% + 100px);
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: -50px;
    opacity: 0.2;
}
.footer .bottom-bar span {
    display: inline-block;
}
.footer .bottom-bar .footer-social {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.footer .bottom-bar .footer-social li {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    list-style: none;
}
.footer .bottom-bar .footer-social li a {
    display: inline-block;
    color: #141414;
}

/*===== Why Choose Tabs Style =====*/
.why-choose-tabs-wrap ul.nav-tabs {
    border: 0;
    padding-right: 2.1875rem;
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item {
    margin-bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 1.625rem;
    line-height: 2.5rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif !important;
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item + li.nav-item {
    margin-top: 2.1875rem;
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item a.nav-link {
    border: 1px solid var(--color5);
    -webkit-border-radius: 0;
    border-radius: 0;
    color: inherit;
    position: relative;
    padding: 1.875rem 1.875rem 1.875rem 8.4375rem;
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item a.nav-link:before {
    content: "";
    height: 1px;
    background-color: var(--color1);
    width: 2.8125rem;
    position: absolute;
    bottom: 1.6875rem;
    left: 8.4375rem;
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item a.nav-link.active {
    border-color: var(--color3);
    background-color: var(--color3);
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item a.nav-link span {
    left: 14px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1;
    top: 10px;
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item a.nav-link i {
    position: absolute;
    left: 3rem;
    font-size: 3rem;
    line-height: 1;
    top: 1.875rem;
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item a.nav-link svg {
    max-width: 1.75rem;
    top: 50%;
    margin-top: -7.5px;
    right: -0.25rem;
    opacity: 0;
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item a.nav-link.active i {
    color: var(--color1);
}
.why-choose-tabs-wrap ul.nav-tabs > li.nav-item a.nav-link.active svg {
    right: -1.25rem;
    opacity: 1;
}
.why-choose-tabs-decs-wrap {
    padding: 4.6875rem 0 6.5625rem 4.6875rem;
    min-height: 470px;
}
.why-choose-bg {
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
    right: -150%;
    background-size: cover;
    background-position: center;
}
.why-choose-tabs-decs-wrap .tab-content {
    margin-top: -10px;
}
.why-choose-tabs-decs-wrap .tab-content h4 {
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.why-choose-tabs-decs-wrap .tab-content p {
    margin-top: 1.875rem;
}
.why-choose-tabs-decs-wrap .tab-content h4 + p {
    margin-top: 1.25rem;
}

/* thm */
.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.footer_social_icons {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
}
ul {
    padding: 0;
    list-style: none;
}
.footer_address li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.footer_address li a {
    color: #141414;
    font-size: 15px;
}
.footer_address li i {
    margin-right: 10px;
}

.footer_social_icons li i {
    color: #141414;
    font-size: 16px;
}
.footer_social_icons li {
    padding: 5px 10px;
}
.footer_social_icons li:first-child {
    padding-left: 0;
}
.navbar a:hover,
.subnav:hover .subnavbtn {
    background-color: transparent;
}

.subnav-content {
    display: none;
    position: absolute;
    background-color: #00000091;
    z-index: 1;
    text-align: center;
    width: 70%;
    margin-left: auto;
}
.quick_links ul {
    list-style: none;
    padding: 0;
}
.quick_links ul li a {
    color: #141414;
    font-size: 15px;
}
.subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
    text-align: left;
    display: block;
    width: 100%;
}

.subnav-content a:hover {
    background-color: #eee;
    color: black;
}

.subnav:hover .subnav-content {
    display: block;
}
.card__content {
    min-height: 132px;
}
.card__content h3 {
    font-size: 1.2rem;
}
.spacing-80 {
    height: 80px;
    width: 100%;
}
.red-layer:before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* opacity: .9; */
    content: "";
    background-color: #ed1c24;
    display: block;
}
.awards__section h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
}
.package-box li {
    position: relative;
    padding-left: 20px;
}
.package-box li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #ef333a;
    width: 12px;
    height: 2px;
}
.package-box {
    border-bottom: 3px solid;
}
.package-box:hover {
    border-color: #ef333a;
}
#visionmission .package-box:not(:hover) {border-color: rgb(242, 242, 242); }
.height-100-vh {
    height: 100vh;
}
.contact-banner-bg {
    background-image: url(../images/contact-banner.png);
    background-color: #f2f2f2;
    background-position: top center;
    background-repeat: no-repeat;
}
.contact-form-page input[type="text"] {
    width: 80%;
    height: 50px;
    padding: 0;
    float: left;
    background: transparent;
    text-align: center;
    font-size: 18px;
}

.contact-form-page .input-group {
    align-items: unset;
    -ms-flex-align: unset;
    float: left;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form-page .input-group label {
    float: left;
    display: unset;
    margin: 0;
    width: 20%;
    font-size: 20px;
    color: #141414;
}
.contact-form-page .input-group textarea {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 100px;
}
.contact-form-page input::-webkit-input-placeholder,
.contact-form-page textarea::-webkit-input-placeholder {
    /* Edge */
    color: #141414;
}

.contact-form-page input:-ms-input-placeholder,
.contact-form-page textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #141414;
}

.contact-form-page input::placeholder,
.contact-form-page textarea::placeholder {
    color: #141414;
}
.contact-banner-bg.page-header .container h1 {
    font-size: 3vw;
    margin-bottom: 50px;
    color: #141414;
}
.contact-form-page h2 {
    padding: 20px 0;
    color: #141414;
}

.text-black {
    color: #141414;
}
.contact-box i {
    color: #ef333a;
}
.contact-box a:hover {
    color: #ef333a;
}
.chooseus-block-one {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
}
.chooseus-block-one .left-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}
.chooseus-block-one .left-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #ef333a;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.chooseus-block-one .left-layer:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #ef333a;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.chooseus-block-one:hover .right-layer:after,
.chooseus-block-one:hover .right-layer:before,
.chooseus-block-one:hover .left-layer:after,
.chooseus-block-one:hover .left-layer:before {
    height: 100%;
}
.chooseus-block-one .right-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}
.chooseus-block-one .right-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #ef333a;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.chooseus-block-one .right-layer:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #ef333a;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.chooseus-block-one .location-item__title:hover {
    color: #fff;
    z-index: 9;
}
.file-wrapper {
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    width: 100%;
}
.file-wrapper input {
    left: 0;
    opacity: 0.01;
    cursor: pointer;
    position: absolute;
    -moz-opacity: 0.01;
    filter: alpha(opacity=1);
}
.file-wrapper .file-button {
    color: #fff;
    float: left;
    cursor: pointer;
    margin-left: 0;
    padding: 16px 20px 16px 40px;
    background: linear-gradient(to right top, #ed1c24, #ed1c24, #ef333a, #ef333a, #ef333a) !important;
    display: inline-block;
}
.file-holder {
    top: 15px;
    padding-left: 15px;
    position: absolute;
    left: auto;
}
.file-button i {
    margin-right: 8px;
}
.career-form .input-group label {
    width: 100%;
}
.career-form .input-group input {
    width: 100%;
    height: 50px;
    padding-left: 30px;
}
.career-form .input-group textarea {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
}
.career-form .input-group i {
    position: absolute;
    top: 35px;
    left: 20px;
    color: #777;
    z-index: 1;
}
.career-form .input-group {
    padding: 20px;
}
.input-group.file-wrapper {
    position: relative;
}
span.file-button {
    position: absolute;
}
.file-wrapper .file-button i {
    top: 20px;
    left: 10px;
    color: #fff;
}
.career-form {
    border: 1px solid #ddd;
    padding: 30px;
}
.financial-information .room-info-box .row,
.financial-information .room-info-box ul li b,
.financial-information .room-info-box a {
    width: 100%;
}
.financial-information .room-info-box .a-box {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.financial-information .room-info-box .a-box:hover {
    background-color: #ef333a;
    color: #fff;
}
.financial-information .room-info-box .a-box:hover a {
    color: #fff;
}
.financial-information .room-info-box .a-box p {
    margin: 0;
}
.recent-news .content .logo-list-style-1 {
    position: relative;
}

.recent-news .content .logo-list-style-1:before {
    display: none;
}

.recent-news .content .logo-list-style-1 li {
    display: block;
    width: 100%;
    position: relative;
    padding: 20px 0px 20px 40px;
}
.recent-news .content .logo-list-style-1 li:before {
    content: "";
    position: absolute;
    background-image: url(../ico/favicon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 25px;
    left: 0;
}
.corporate-announcements .col-md-6:nth-child(2) .recent-news {
    padding: 0;
}
.pl-10px {
    padding-left: 10px;
}
.archive-projects .package-box {
    flex-wrap: unset;
    display: block;
    height: 220px;
    padding: 30px;
    cursor: pointer;
}
.archive-projects .package-box h4 {
    font-size: 30px;
    line-height: 30px;
    color: #ef333a;
}
.archive-projects .package-box p {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}
.archive-projects .package-box a {
    color: #141414;
    /* border-bottom: 3px solid #141414; */
}
.mt-10 {
    margin-top: 10px;
}
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}

/* search */
.project-select li {
    list-style: none;
}
.banner-box select {
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.banner-box select:focus {
    outline: none;
}
.banner-sub-option {
    font-size: 16px;
    font-weight: 800;
}
.content-section.testimonial-sec {
    padding-bottom: 0;
}
.upcoming-projects .swiper-slide {
    width: 38% !important;
}
.testimonial-sec .swiper-slide {
    width: 50% !important;
}
.exotica-section h2 {
    font-size: 28px;
    margin: 0;
}
.exotica-section .info-box {
    margin-top: 30px;
    margin-right: 30px;
}
.exotica-section .side-hotel-box .info-box b {
    font-size: 18px;
}
.trade-centre-section h2,
.malabar-county-3 h2{
    font-size: 28px;
}
.malabar-3-section .side-content h2 {
    font-size: 20px;
}
.malabar-3-section .side-content h2 img {
    margin-bottom: 20px;
}
.malabar-county-3 {
    position: relative;
    top: -100px;
}
.malabar-county-3 .info-box {
    margin-right: 30px;
}
.quality-section .side-content.text-left {
    padding-right: 0;
    padding-left: 20%;
}
.exotica-section h2 img {
    margin-bottom: 15px;
}
.v-m-box {
    background: rgb(242, 242, 242);
    padding: 25px;
    border-bottom: 3px solid transparent;
    height: 620px;
}

.v-m-box img {
    width: 70px;
    margin-bottom: 20px;
}

.v-m-box h4 {
    font-size: 36px;
    margin-bottom: 15px;
}

.v-m-box li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
}

.v-m-box li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #ef333a;
    width: 12px;
    height: 2px;
}

.v-m-box:hover {
    border-bottom: 3px solid #ef333a;
}

@-webkit-keyframes spinnerRotate {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinnerRotate {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes spinnerRotate {
    from {
        -ms-transform: rotate(0);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}
#form_process {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1.1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    visibility: hidden;
}
#error_data {
    color: red;
    font-size: 16px;
    margin: 0px 0px 10px;
    line-height: normal;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: block;
    width: 100%;
}
.career-form .file-holder {
    top: 55%;
    padding-left: 15px;
    position: absolute;
    left: 20%;
}
.newsletter-box form input {
    width: 100%;
}
.newsletter-box form .button {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.package-box:hover .package_box_content h4,
.package-box:hover .package_box_content p,
.package-box:hover .package_box_content i,
.package-box:hover .package_box_content a {
    color: #fff;
    position: relative;
}
/* #visionmission .package-box {
  height: 55vh;
  padding: 20px 40px;
} */
#CSRInitiatives .side-content.text-left {
    padding-right: 5%;
}
#CSRInitiatives .side-content.text-left p {
    padding-right: 0;
    margin: 0;
}
#CSRInitiatives .side-image.overlap-top {
    transform: translateY(132px);
}
#CSRInitiatives.content-section {
    margin-bottom: 50px;
}
.m-hide-slider .swiper-prev {
    left: 5%;
    top: 90%;
    background: transparent;
}
.m-hide-slider .swiper-prev:before,
.testimonials-section .swiper-prev:before {
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
}
.m-hide-slider .swiper-next:before,
.testimonials-section .swiper-next:before {
    border-right: 4px solid #000;
    border-top: 4px solid #000;
}
.m-hide-slider .swiper-next {
    left: 8.5%;
    top: 90%;
    background: transparent;
}
.testimonials-section .swiper-prev {
    top: 90%;
    left: 1%;
    background: transparent;
}

.testimonials-section .swiper-next {
    top: 90%;
    left: 5%;
    background: transparent;
}
.pr-100 {
    padding-right: 100px !important;
}
.plr-80 {
    padding: 0 80px;
}
.color-green {
    color: #008d45;
}
#visionmission .package-box {
    height: 100%;
}
.a-box label {
    font-size: 14px;
    color: #ed1c24;
    padding-left: 10px;
    font-weight: 700;
}
.m-display{
    display: none !important;
}

.archive-projects .package-box{
    height: 100%;
}
#pdf_section article.vacancy {
                height: 420px;
            }
.notices-page #pdf_section article.vacancy,.amalgamation-page #pdf_section article.vacancy {
                height: 400px;
            }
#blog_inner .pagination {
    margin-top: 30px;
}
.investor_info_page .member-box .content,.dividend-page .member-box .content{
            padding: 25px;width: 100%;
    }
.chairman_list .row,.financial-information-page .room-info-box ul li .row,.share-holding-pattern-page .room-info-box ul li .row  {
    margin: 0 -8px;
}

.chairman_list .row>div,.financial-information-page .room-info-box ul li .row>div ,.share-holding-pattern-page .room-info-box ul li .row>div {
    padding: 0 8px;
}
/*
.table-bordered{
    margin-left: 1px;
}
*/
.notices-page #pdf_section article.vacancy .image,.amalgamation-page #pdf_section article.vacancy .image {
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 60%;
    background-position: center;
}
/* .amalgamation-page #pdf_section article.vacancy .image  img{
    display: none;
} */
.dividend-page .room-info-box table th br{
       display: none;
    }
.dividend-page .row.member-row .member-box{
    height: 100%;
}
@media screen and (max-width: 1600px) {
    /* #visionmission .package-box {
    height: 70vh;
    padding: 20px 40px;
} */
    .container-cus {
        width: 100%;
        max-width: 1140px;
        padding: 0;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1400px) {
    .height-100-vh.contact-banner-bg {
        height: auto;padding: 110px 0 60px
    }
    .room-box .content {
        padding: 20px 30px;
    }
    .rooms-slider .swiper-slide {
        max-width: 100%;
        margin-left: 45px;
    }
    .rooms-slider .swiper-slide.swiper-slide-active {
        transform: unset;
    }
    .page-header {
        height: 350px;
    }
    #visionmission .package-box {
        padding: 20px;
        display: block;
    }
    .rooms-slider{
        height: 150vh;
    }
}
@media (max-width: 1440px) {
    .rooms-slider .swiper-slide .room-detail {
        width: 100%;
    }
    .package-box{padding: 20px;}
    .page-header{height: 550px;}
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .contact-banner-bg {
        height: 800px !important;
    }
    .rooms-slider .swiper-slide.swiper-slide-active {
        transform: unset;
    }
    .rooms-slider .swiper-slide {
        max-width: 80%;
        margin-left: 50px;
    }
    .rooms-slider{
        height: 120vh;
    }
    .page-header {
        height: 650px;
    }
    #visionmission .package-box {
        padding: 25px;
        display: block;
    }
    .content-section#BoardDirectors {
        padding-bottom: 0;
    }
    section#Awards {
        padding-top: 0;
        padding-bottom: 50px;
    }
    #prelude .side-content p {
        margin: 0;
    }
    .rooms-slider.m-hide-slider{
        height: auto;
    }
   .m-hide-slider .swiper-next, .m-hide-slider .swiper-prev {
    top: auto;
    bottom: 0px;
}


}
@media (min-width: 1280px) {
    .container {
        max-width: 1260px;
    }
    
}
@media (max-width: 1280px) {
    .rooms-slider .swiper-slide.swiper-slide-active {
        transform: unset;
    }
    .rooms-slider .swiper-slide {
        max-width: 100%;
    }
    .rooms-slider{
        height: 120vh;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .rooms-slider.m-hide-slider {
        height: auto;
    }

    .m-hide-slider .swiper-next,
    .m-hide-slider .swiper-prev {
        top: auto;
        bottom: 0px;
    }
}
/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
    .container {
        max-width: 1100px;
    }
}
@media (max-width: 1170px) {
    .rooms-slider .swiper-slide.swiper-slide-active {
        transform: unset;
    }
    .rooms-slider .swiper-slide{
        max-width: 100%;
    }
    .rooms-slider{
        height: 120vh;
    }
    .dividend-page .room-info-box table th br{
       display: block;
    }
    #policy .sec-watermark{
        font-size: 7.625rem !important;
    }
    #policy .pos-lft-250 {
    left: 5% !important;
}
}
/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    /* #visionmission .package-box {
    height: 65vh;
    padding: 20px 40px;
} */
    .hotel-search form .form-group {
        margin: 15px;
    }

    .side-image .video-button {
        width: 120px;
        height: 120px;
        line-height: 120px;
        left: calc(50% - 60px);
        top: calc(50% - 60px);
    }

    .side-image.overlap-bottom {
        transform: translateY(0);
    }

    .side-image.left-align:after {
        display: none;
    }

    .side-image.right-align:after {
        display: none;
    }

    .side-image.overlap-top {
        transform: translateY(0);
    }

    .side-content.text-left p {
        padding-right: 0;
    }

    .side-content .custom-button {
        margin-top: 20px;
    }

    .section-title h2 {
        font-size: 48px;
    }

    .section-title h6:before {
        display: none;
    }

    .side-content h2 {
        font-size: 38px;
    }

    .carousel-image-box {
        width: 100%;
    }

    .side-hotel-box.right {
        padding-left: 50px;
    }

    .side-hotel-box h2 {
        font-size: 38px;
    }

    .side-hotel-box h2 br {
        display: none;
    }

    .side-hotel-box .review {
        display: none;
    }

    .side-content.text-left {
        padding-right: 10%;
    }

    .video-box .play-btn {
        width: 120px;
        height: 120px;
        line-height: 120px;
        left: calc(50% - 60px);
        top: calc(50% - 60px);
    }

    .rooms-slider .swiper-slide .room-detail {
        width: 60%;
    }
    .testimonials-page .rooms-slider .swiper-slide .room-detail {
        width: 100%;
    }
    .recent-news .content {
        padding-left: 0;
    }

    .recent-news .content ul:before {
        display: none;
    }

    .meeting-event-box .content {
        width: 100%;
        margin-top: 0;
        padding-top: 25px;
    }

    .meeting-event-box .content h5 {
        font-size: 23px;
    }

    .event-headline h3 {
        font-size: 44px;
    }

    .room-box .content {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
        padding: 0;
    }

    .special-offer-box .content h5 {
        font-size: 23px;
    }

    .special-offer-box .content {
        width: 100%;
        margin-top: 25px;
        padding: 0;
    }

/*
    .newsletter-box h2 {
        font-size: 48px;
    }
*/

    .side-gallery {
        transform: translateY(0);
    }

    .rooms-list li {
        padding-right: 15px;
    }

    .rooms-list li:nth-child(even) {
        padding-left: 15px;
    }

    .room-type h3 {
        font-size: 60px;
    }

    .room-info-box {
        padding: 30px;
    }

    .room-info-box ul li span {
        width: auto;
    }

    .contact-box {
        padding: 30px;
    }

    .contact-form input[type="text"] {
        width: 100%;
    }

/*
    .custom-button {
        height: 70px;
        line-height: 70px;
    }
*/

    .sidebar {
        padding-left: 0;
    }

    .news-box .content {
        padding-left: 0;
    }

    .news-box .content .category:before {
        display: none;
    }

    .footer .bottom-bar:before {
        width: 100%;
        left: 0;
    }

    .content-section.bottom-spacing {
        margin-bottom: 0 !important;
    }

    .content-section.top-spacing {
        margin-top: 0 !important;
    }

    .col-md-6:nth-child(2) .recent-news {
        padding-right: 0;
    }

    .col-md-6:nth-child(3) .recent-news {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    #visionmission .col-md-4 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
    .v-m-box{
        height: auto;
        margin: 10px 0;
    }
    .hotel-search form {
        flex-wrap: wrap;
    }
    .rooms-slider .swiper-slide .room-detail {
        width: 100%;
    }
    .rooms-slider {
        height: 110vh;
    }
    .content-tab .tab-item ul li {
        display: block;
        align-items: center;
    }
    .card--project .card__year {
        font-size: 5.1rem;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .package-box {
        display: block;
        flex-wrap: unset;
    }
    .projects {
        padding: 50px 20px 86px;
    }
    .fact-box > h2 + h5:before {
        width: 10rem;
        margin-left: -80px;
    }
    .rooms-slider .swiper-slide.swiper-slide-active {
        transform: unset;
    }
    .rooms-slider .swiper-slide{
        max-width: 100%;
    }
    .pos-lft-250 {
        left: 0 !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1169px) {
    .hotel-search form {
        flex-wrap: wrap;
    }

    .facts-wrap > .row {
        margin: 0 -10px;
    }

    .facts-wrap > .row > div {
        padding: 0 10px;
    }

    .facts-wrap .fact-box img {
        width: 30px;
    }

    .facts-wrap .fact-box > h2 {
        font-size: 27px;
    }

    .facts-wrap .fact-box > h5 {
        font-size: 14px;
    }

    .facts-wrap .fact-box > h2 + h5:before {
        width: 97%;
    transform: translateX(-50%);
    margin-left: 0;
    }

    .m-hide-slider .swiper-next,
    .m-hide-slider .swiper-prev {
        width: 50px;
        height: 50px;
        top: auto;
        bottom: 0px;
    }
    .m-hide-slider .swiper-prev{
        left: 30px;
    }
    .m-hide-slider .swiper-next{left: 80px}
    .rooms-slider .swiper-slide {
        line-height: 1;
    }

    .footer .row {
        justify-content: space-between;
    }

    .footer .row .col-lg-3 {
        max-width: 28%;
        flex: auto;
        width: auto;    flex-grow: initial;
    }
.rooms-slider {
    height: auto;
}
    .carousel-image-box figure figcaption {
        padding: 20px;
    }

    .carousel-image-box figure figcaption h5 {
        font-size: 26px;
    }
    .serv-info2 > h3 {
        font-size: 1.425rem;}
    #visionmission .plr-80 {
    padding: 0 40px;
}
    .height-100-vh.contact-banner-bg {
    height: auto;
    padding: 100px 0 50px;
}
    .contact-banner-bg.page-header .container h1 {
        margin-bottom: 30px;    font-size: 42px;}
    #contact .row {
    margin: 0 -9px;
}

#contact .row >div {
    padding: 0px 9px;
}
    .contact-box h6{font-size: 19px;}
    .contact-box .font-size-16 {
    font-size: 12px;
}
  #contact  .height-150 {
    height: auto;
}
    .lifeganesh-page .room-type ,.event-page .room-type,#media-release .room-type {
    margin-bottom: 10px;
}
    #pdf_section #media-release article.vacancy  {
    height: 370px;
}
    .notices-page #pdf_section article.vacancy  {
    height: 280px;
}.amalgamation-page #pdf_section article.vacancy {
    height: 340px;
}
    .financial-information-page .financial-information .room-info-box .a-box,.financial-information-page .room-info-box ul li{font-size: 16px;}
    .dividend-page .room-info-box table{
        font-size: 16px;
    }
     .dividend-page .row.member-row {
    margin: 0 -10px;
}

 .dividend-page .row.member-row>div {
    padding: 0 10px;
}
    .dividend-page .member-box .content{padding: 20px;}
    .dividend-page .member-box .content i{font-size: 14px;}
    .dividend-page .member-box .content a{font-size: 13px;padding-left: 6px;}
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .cursor {
        display: none;
    }

    .hamburger-navigation .nav-menu.mobile-menu {
        display: inline-block;
    }

    .navbar .site-menu {
        display: none;
    }

    .side-image.right-full {
        width: 100%;
    }

    .side-content.text-center {
        padding: 100px 0;
    }

    .side-content.text-left {
        padding: 100px 0;
    }

    .side-hotel-box.right {
        padding: 100px 0;
    }

    .side-gallery {
        width: 100vw;
        margin-left: 50%;
        float: left;
        transform: translateX(-50%);
    }

    .side-gallery div:nth-child(1) {
        width: 100%;
    }

    .side-gallery div:nth-child(2) {
        width: 50%;
        margin: 0;
    }

    .side-gallery div:nth-child(3) {
        width: 50%;
        margin: 0;
    }

    .side-content h2 br {
        display: none;
    }

    .rooms-slider {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .rooms-slider .swiper-slide {
        max-width: 100%;
    }

    .testimonial-box.bottom {
        margin-bottom: 0;
    }

    .recent-news .content h2 {
        font-size: 27px;
        margin-top: 10px;
    }

    .member-box {
        margin: 15px 0;
    }

    .member-box .content {
        width: 100%;
        margin-top: 0;
    }

    .side-image.left-full-space {
        width: 100vw;
        float: left;
        margin-right: 0;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .event-headline h3 {
        font-size: 36px;
    }

    .event-headline h3 br {
        display: none;
    }

    .content-tab .tab-item {
        padding: 30px;
    }

    .content-tab .tab-item ul li {
        width: 50%;
    }

    .content-tab .tab-item .col-lg-4.col-md-6 {
        margin-bottom: 30px;
    }

    .video-box {
        margin: 0;
    }

    .video-box h2 br {
        display: none;
    }

    .video-box .play-btn {
        margin-bottom: 50px;
    }

    .rooms-filter .price-range {
        width: 100%;
        margin-bottom: 10px;
    }

    .rooms-filter .specifications {
        width: 100%;
        padding-left: 0;
    }

    .rooms-list li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px;
    }

    .rooms-list li:nth-child(even) {
        width: 100%;
        padding-left: 0;
    }

    .rooms-list li:last-child {
        margin-bottom: 0;
    }

    .recent-testimonial {
        padding: 30px;
    }

    .sidebar {
        margin-top: 50px;
    }

    .newsletter-box {
        padding: 0;
    }

    .footer-bar h6 {
        font-size: 20px;
    }

    .footer-bar figure img {
        height: 34px;
    }

    .footer .widget-title {
        margin-top: 30px;
    }

    .footer .row div:first-child .widget-title {
        margin-top: 0;
    }.m-order-2 {
        order: 2;
    }
    .m-order-1 {
        order: 1;
    }
    #policy .overlap-tp-shap100 {
    top: -3.05rem !important;
}
    #policy .toggle-item > h4 {
        font-size: 1.475rem !important;}
}
@media (max-width: 768px) {
    #visionmission .col-md-4 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
    .v-m-box{
        height: auto;
    }
    .content-tab .tab-item ul li:nth-child(2) {
        margin-top: 0 !important;
    }
    .fact-box > h2 + h5:before {
        width: 8rem !important;
        margin-left: -70px !important;
    }
    .side-hotel-box {
        margin-bottom: 30px;
    }
    .font-200 {
        font-size: 10rem !important;
    }
    .serv-wrap2 .slick-dots {
        margin: 0 auto;
    }

    .serv-wrap2 .slick-dots li {
        float: left;
    }

    .serv-wrap2 .slick-dots li button {
        background: #ed1c24;
        border: none;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        line-height: 10px;
        font-size: 0;
    }

    .footer li {
        float: left;
        margin: 0 10px;
    }

    .footer_address li {
        padding: 15px 0;
    }

    .pos-lft-250 {
        left: 0 !important;
    }
    footer .justify-content-center {
        justify-content: left !important;
    }
    .footer-logo {
        height: 70px;
    }
    .archive-projects .package-box h4 {
        font-size: 22px;line-height: 1.4;
    }
    .archive-projects .package-box p {
        font-size: 12px;
    }
    .spacing-100 {
        height: 30px;
    }
    .projects {
        padding: 30px 30px 80px;
    }
    .side-content.text-left {
        padding: 100px 0;
    }
    .side-hotel-box.right {
        padding: 60px 0;
    }
    section#BoardDirectors {
        padding-bottom: 20px;
    }
    #CSRInitiatives .side-content.light.text-left {
        padding: 0px 20px 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .facts-wrap .fact-box > h2 {
        font-size: 27px;
    }
    .fact-box > h2 + h5:before {
            width: 67% !important;
    margin-left: 0 !important;
    transform: translateX(-50%);
    }
    .carousel-image-box figure figcaption {
        padding: 20px;
    }

    .carousel-image-box figure figcaption h5 {
        font-size: 22px;
    }
    .side-hotel-box.left.pl-12{padding-left: 0;}
    .side-hotel-box.right{padding-bottom: 0;}
    .home-page .side-image.left-align{padding-bottom: 60px;}
    .side-content.text-left {
        padding: 60px 0 30px;}
    .side-image.overlap-top {
    padding-bottom: 30px;
}
    .rooms-slider.m-hide-slider{height: auto;}
    .m-hide-slider .swiper-next,
    .m-hide-slider .swiper-prev {
        width: 50px;
        height: 50px;
        top: auto;
        bottom: 0px;
    }
    .m-hide-slider .swiper-prev{
        left: 30px;
    }
    .m-hide-slider .swiper-next{left: 80px}
    .footer_social_icons{
    display: flex;}
    .custom-button {
    height: 50px;
    line-height: 50px;
}
    .content-tab .tab-nav li {
    height: 60px;
        line-height: 60px;}
    .content-tab .tab-item{padding: 10px;}
    .tab-item ul li {
    padding: 10px !important;
    }.room-box .content h3,.commercial-projects-page .room-box .content h3{font-size: 32px;}
     #visionmission .plr-80 {
    padding: 0 30px;
}
    .mt-mb-30{
        margin-top: 30px;
    }
    #CSRInitiatives .side-content.light.text-left{
        padding: 0 0 60px;
    }
    #CSRInitiatives .side-image.overlap-top {
     transform: none; 
}
    #Awards.projects {
    padding: 30px 20px 80px;
}
    .height-100-vh.contact-banner-bg {
    height: auto;
    padding: 100px 0 50px;
}
    .contact-banner-bg.page-header .container h1 {
        margin-bottom: 30px;    font-size: 42px;}
    #contact iframe {
    width: 100%;
}
     #contact  .height-150 {
    height: calc(100% - 30px);
}
    .career-form{padding: 15px;}
    .lifeganesh-page .room-type ,.event-page .room-type,#media-release .room-type {
    margin-bottom: 0;
}
    .lifeganesh-page .room-type h2{font-size: 25px;}
    .room-gallery-top-5 .swiper-slide,
    .room-gallery-top-6 .swiper-slide,
    .room-gallery-top-7 .swiper-slide,
    .room-gallery-top .swiper-slide,
    .room-gallery-top-1 .swiper-slide,
    .room-gallery-top-2 .swiper-slide,
    .room-gallery-top-3 .swiper-slide,
    .room-gallery-top-4 .swiper-slide,
    .room-gallery-top-8 .swiper-slide,.room-gallery-top-10 .swiper-slide,.room-gallery-top-11 .swiper-slide
    {
        max-width: 50% !important;
    }
    .news-views-section.archive-projects .package-box {
    padding: 20px;
}
     #pdf_section #media-release article.vacancy  {
    height: 320px;
}
    .notices-page #pdf_section article.vacancy  {
    height: 300px;
}.amalgamation-page #pdf_section article.vacancy  {
    height: 310px;
}
   .blog-page .rooms-list li:not(:last-child) {
    margin: 0 0 30px;
}
    .member-row.row{
        margin: 0 -10px;
    }
    .member-row.row>div{
        padding: 0 10px;
    }
    .investor_info_page .member-box .content{
        padding: 15px
    }
    .investor_info_page .member-box .content h5{font-size: 20px;}
   .investor_info_page .member-box .content p{font-size: 16px;}
    .investor-relations-page .row {margin: 0 -10px;}
    .investor-relations-page .row>div {padding: 0 10px;}
    .investor-relations-page .archive-projects .package-box{padding: 20px;}
   .financial-information-page .room-info-box ul li .row  {
    margin: 0 -5px;
}
.financial-information-page .room-info-box ul li .row>div {
    padding: 0 5px;
}
    .financial-information-page .room-info-box {
    padding: 20px;
}
    .financial-information-page .financial-information .room-info-box .a-box,.financial-information-page .room-info-box ul li{font-size: 15px;}
    .notices-page #pdf_section article.vacancy .image, .amalgamation-page #pdf_section article.vacancy .image {
    height: 50%;
}
    
}

    
    
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    body {
        font-size: 16px;
    }
    .career-form {
        padding: 10px;
    }
    .career-form .input-group textarea {
        padding: 10px 25px;
    }
    .career-form .input-group select {
        color: #666;
        background: transparent;
        font-size: 14px;
    }
    .archive-projects .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .rooms-list li {
        margin: 0;
        margin-top: 0;
        padding: 0;
        padding-right: 0;
    }
    .projects {
        padding: 0 30px !important;
    }
    .founder-desc-wrap {
        margin-top: 30px;
    }
    .meeting-event-box .content {
        padding: 15px;
    }
    #BoardDirectors .carousel-events-box .swiper-prev,
    #BoardDirectors .carousel-events-box .swiper-next {
        top: 55%;
    }
    .card__content {
        min-height: 100%;
    }
    .hamburger-navigation-active .hamburger-navigation .container {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .hamburger-navigation .info-box {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
    }

    .hamburger-navigation .nav-menu li {
        margin: 3px 0;
    }

    .hamburger-navigation .nav-menu li a {
        font-size: 6vw;
    }

    .page-header .container h1 {
        font-size: 6vw;
    }

    .page-header .container p {
        letter-spacing: 0;
    }

    .navbar .navbar-text {
        display: none;
    }

    .slider h6 {
        letter-spacing: 0;
        font-size: 13px;
    }

    .slider h1 {
        font-size: 4vw;
        margin-bottom: 10px;
    }

    .slider a {
        height: 70px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .slider .slider-prev {
        display: none;
    }

    .slider .slider-next {
        display: none;
    }

    .slider .slider-fraction {
        width: 30%;
    }

    .hotel-search form .form-group {
      width: 45%;
      margin: 0 5px;
      float: left;
    }

    .section-title h6 {
        font-size: 15px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h2 br {
        display: none;
    }

    .package-box {
        padding: 30px;
        height: auto;
        margin: 20px 0;
    }
    .package-box h4 {
        font-size: 28px;
    }

    .events-tab .tab-nav li {
      margin-bottom: 10px;
      margin-right: 12px;
    }

    .events-tab .tab-nav {
      margin-bottom: 20px;
    }

    .rooms-slider .swiper-slide .room-detail {
        width: calc(100% - 30px);
        left: 0;
        bottom: 0;
        padding: 15px;
    }

   .testimonials-page .rooms-slider .swiper-slide .room-detail {
        width: 100%;
    }

    .room-box .content .bottom-specs .icons {
        width: 100%;
    }

    .room-box .content .bottom-specs .reviews {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .room-type h3 {
        font-size: 34px;
    }

    /* .room-gallery-top {
        display: none;
    } */

    .room-info-box ul li b {
        width: 80%;
    }

    .content-tab .tab-nav li {
        padding: 0 10px;
        margin-right: 0;
        margin-left: -1px;
    }

    .content-tab .tab-nav li:first-child {
        margin-left: 0;
    }

    .content-tab .tab-item ul li {
        width: 100%;
    }

    .news-box {
        margin-bottom: 50px;
    }

    .news-box .content h3,
    .news-box .content h1 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .sidebar .widget {
        padding: 30px;
    }

    .newsletter-box h2 {
        font-size: 28px;
        margin-top: 20px;
    }

    .newsletter-box form {
        height: auto;
    }

    .newsletter-box form input[type="email"] {
        margin-bottom: 10px;
    }

    .newsletter-box form input[type="submit"] {
        width: 100%;
    }

    .footer-bar strong {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    .footer-bar figure {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .footer .bottom-bar .footer-social {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .footer .bottom-bar .footer-social li {
        margin-left: 0;
        margin-right: 10px;
    }
    #visionmission .package-box{height: auto;}
    .v-m-box {
        height: auto;
        margin: 10px 0;
    }
}
@media screen and (max-width: 767px) {
    body{
        overflow-x: hidden;
    }
    .font-size-26{
        font-size: 24px !important;
    }
    .quality-section .side-content.text-left {
        padding-right: 0;
        padding-left: 5%;
    }
    .careers-page-1.archive-projects .package-box a {
        position: absolute;
        bottom: 10px;
    }
    #Contact_Us input::-webkit-input-placeholder { /* Edge */
        color: red;
      }
      
      #Contact_Us input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: red;
      }
      
      #Contact_Us input::placeholder {
        color: red;
      }
    #BoardDirectors .meeting-event-box {
        margin-bottom: 0px;
        margin: 0 auto;
        width: 100%;
        max-width: 80%;
    }
    .tab-item .room-box .content .bottom-specs .reviews {
        width: 100%;
        text-align: center;
        background: #ed1d24;
        max-width: 50%;
        display: block;
        margin-top: 10px;
        padding: 5px 0;
    }
    .tab-item a.color-red {
        color: #fff;
    }
    .logo-mob img {
        margin: 10px 0;
    }
    .copyrights {
        position: absolute;
        bottom: 0;
    } 
    .copyrights span {
        color: #fff;
        font-size: 11px;
    }
    .slider,
    .slider .main-slider {
        height: auto;
    }
    .m-hide-slider .swiper-prev {
        left: 0;
        top: 90%;
    }
    .m-hide-slider .swiper-next {
        left: 20%;
        top: 90%;
    }
    .testimonials-section .swiper-prev {
        top: 50%;
        left: 0;
    }
    .testimonials-section .swiper-next {
        top: 50%;
        right: 0;
        left: unset;
    }
    .rooms-slider .video-box-mp4 {
        width: 100%;
        height: auto;
    }
    .content-tab .tab-item ul li:nth-child(2) {
        margin-top: 0 !important;
    }
    .fact-box > h2 + h5:before {
        top: 5px !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        text-align: center !important;
        height: 2px !important;
        width: 4rem !important;
    }
    .hotel-search form {
        display: block;
    }
    #project_link {
      display: inline-flex;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 10px;
    }
    .footer img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .footer .justify-content-center {
        justify-content: unset !important;
    }
    .footer .bottom-bar .thm {
        width: auto;
        max-width: 100%;
    }
    .toggle-item > h4 span {
        font-size: 2rem !important;
        margin-top: -15px !important;
    }
    .toggle-item > h4 span:before {
        left: 3rem !important;
    }
    .fact-box > h2 {
        font-size: 1rem !important;
        font-weight: normal !important;
    }
    .fact-box > h2 + h5 {
      padding-top: 1rem !important;
      margin-top: 5px !important;
    }
    .content-section{padding: 120px 0 40px !important;}
    .faq-inner {
        padding: 40px 0 !important;
    }
    .upcoming-projects .swiper-slide {
        width: 100% !important;
    }
    
    .events-tab .tab-nav li a {
        font-size: 14px;
    }
    .team-slider figure img {
        width: 100%;
    }
    .toggle-item > h4 {
        font-size: 18px !important;
        line-height: 28px !important;
        padding: 0 80px !important;
    }
    .toggle-item > h4 i {
        height: 2rem !important;
        width: 2rem !important;
        line-height: 2rem !important;
    }
    .toggle-content {
        padding-left: 30px !important;
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }
    .toggle-content li {
        font-size: 15px !important;
    }
    .toggle-content > p {
        font-size: 14px !important;
    }
    .pos-lft-250 {
        left: 50px;
    }
    .font-200 {
        font-size: 80px;
    }
    .toggle-item > h4 i svg.arrow-svg,
    .toggle-item > h4 i svg.close-svg {
        max-width: 10px !important;
    }
    /* .serv-sec .slick-dots {
        display: none !important;
    } */
    .serv-caro .serv-img2 {
        max-width: 100%;
    }
    .pl-12.side-hotel-box {
        padding-left: 0;
    }
    .timeline-box-head > h4 {
        font-size: 1rem !important;
        padding-left: 0 !important;
    }
    .timeline-box {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .timeline-box-wrap.active .timeline-box-head > h4 {
        font-size: 1rem !important;
    }
    .timeline-box-head > span i {
        height: 2rem !important;
        width: 2rem !important;
        line-height: 2rem !important;
        margin: 10px 10px 10px -10px !important;
    }
    .footer .bottom-bar {
        padding: 10px 0;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .timeline-list > li:nth-child(3) .timeline-box-head {
        right: -70px !important;
    }
    .timeline-box-wrap.active .timeline-box-head {
        top: 0 !important;
    }
    .timeline-box-head > span {
        width: 0 !important;
    }
    .timeline-box-head {
        top: 0 !important;
    }
    .timeline-list > li:nth-child(2) .timeline-box-head {
        right: 0 !important;
    }
    .timeline-box-head > h4 + span {
        margin-top: 55px !important;
    }
    .timeline-list:before {
        width: 620% !important;
    }
    .timeline-box-head > span:before {
        content: "";
        height: 10px;
        width: 10px;
        position: absolute;
        background-color: var(--color1);
        top: 25px;
        left: 0;
        margin: 0;
    }
    .timeline-box-head > span:after {
        content: "";
        left: 50%;
        width: 1px;
        height: 45px;
        background-color: var(--color5);
        position: absolute;
        top: 0;
        margin-left: 0;
    }
    .timeline-box-head > span i:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border: 1px solid;
    }
    .timeline-box-head > span i svg {
        max-width: 15px;
    }
    .timeline-box-wrap.active .timeline-box-head > h4 {
        padding-left: 0;
    }
    .side-hotel-box .info-box b {
        font-size: 20px;
    }
    .timeline-list > li:first-child .timeline-box-head + .timeline-box {
        left: 0;
    }
    .timeline-box:before {
        left: -10px !important;
    }
    .timeline-box > h4 {
        font-size: 12px !important;
    }
    .timeline-box > h4 + .loc {
        font-size: 14px !important;
    }
    .facts-wrap .col-md-3 {
      width: 25%;
    }
    .fact-box {
      margin-bottom: 1.5rem !important;
    }
    .fact-box > h2 + h5:before {
        left: 90%;
    }
    .fact-box > h2 + h5:before {
        width: 90px;
    }
    .meeting-event-box .content h5 {
        font-size: 16px;
    }
    .meeting-event-box p {
        font-size: 14px !important;
        margin: 0;
    }
    .timeline-list > li:nth-child(4) .timeline-box-head {
        right: 0;
    }
    .timeline-list > li:last-child .timeline-box-head {
        right: auto;
        left: 0;
    }
    .timeline-list > li:last-child .timeline-box-head {
        right: auto;
        left: 30px;
    }
    .timeline-list > li:nth-child(2) .timeline-box-head + .timeline-box {
        left: -60px;
    }
    .timeline-list > li:nth-child(3) .timeline-box-head + .timeline-box {
        left: -130px;
    }
    .timeline-list > li:nth-child(4) .timeline-box-head + .timeline-box {
        left: -200px;
    }
    .timeline-list > li:last-child .timeline-box-head + .timeline-box {
        left: -280px;
    }
    .slider a,
    .custom-button {
        height: 30px;
        line-height: 30px;
    }
    .side-hotel-box .availability {
        line-height: 60px;
    }
    .side-hotel-box.right,
    .side-content.text-left,
    .side-content.text-center {
        padding: 50px 0;
    }
    .page-loaded .page-header {
        transform: unset;
        height: 180px;
        background-position: center !important;
        margin-top: 60px;
    }
    .projects-tabs .content-tab .tab-item ul li {
        width: 100% !important;
        padding: 10px !important;
    }
    .room-box .content .bottom-specs {
        padding-top: 0;
        margin-top: 0;
    }
    .room-box .content h3,.commercial-projects-page .room-box .content h3 {
        font-size: 28px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .room-box .content p {
        font-size: 15px;
    }
    .testimonials-section .rooms-slider {
        height: 100%;
        max-height: 100%;
    }
    .testimonials-section iframe {
        width: 100%;
        height: 400px;
    }
    .testimonials-section .rooms-slider .swiper-slide .room-detail h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .height-150 {
        height: auto !important;
    }
    header.page-header.contact-banner-bg {
        height: 750px;
    }
    .contact-banner-bg.page-header .container h1 {
        display: none;
    }
    .Contact_Us {
        padding-top: 100px;
    }
    .room-info-box .col-md-1 {
        width: 10%;
    }
    .room-info-box .col-md-11 {
        width: 90%;
    }
    .room-info-box .a-box a {
        font-size: 13px;
    }
    .dividend-section .room-info-box {
        padding: 0;
    }
    .dividend-section .room-info-box th {
        padding: 5px;
        font-size: 14px;
        line-height: 24px;
    }
    .dividend-section .room-info-box td {
        padding: 10px;
        font-size: 15px;
    }
    .p-m-20 {
        padding: 20px !important;
    }
    .room-info-box h6,
    .room-info-box h2 {
        width: 100%;
        display: block;
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 15px;
        color: #ed1c24;
        font-weight: 600;
        line-height: 25px;
    }
    .member-box .content h5 {
        font-size: 20px;
    }
    .room-type h2 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 30px;
    }
    .room-type {
        margin-bottom: 0;
    }
    .room-gallery-thumbs {
        margin-bottom: 30px;
    }
    .events-section video {
        width: 100%;
        height: 100%;
    }
    .room-info-box .col-md-3 {
        width: 36%;
    }
    .room-info-box .col-md-2 {
        width: 100%;
        margin: 10px 0;
    }
    .financial-information .room-info-box ul li b {
        font-weight: 400;
        font-size: 14px;
    }
    .financial-information .room-info-box .a-box p {
        display: contents;
        font-size: 14px;
    }
    .financial-information .room-info-box .a-box {
        padding: 0 10px;
        text-align: left;
    }
    #pdf_section article.vacancy {
        width: 45% !important;
        margin: 8px !important;
        flex-basis: calc(45% - 0px) !important;
        float: left;
    }
    #policy .sec-watermark {
        font-size: 80px !important;
    }
    #policy .overlap-tp-shap100 {
        top: 0 !important;
    }
    #policy .pos-lft-250 {
        left: 0 !important;
    }
    #policy .toggle-item > h4 {
        margin-bottom: 0;
    }
    .toggle-item {
        padding-top: 0;
    }
    .content-section.thank-section {
        display: block;
        flex-wrap: unset;
    }
    .scroll-down {
        display: none;
    }
    .hotel-search {
        margin: 0;
    }
    .plr-80 {
        padding: 0 20px;
    }
   
    .height-50vh {
        height: 50vh !important;
    }
    .projects {
        padding: 50px 0;
    }
    #CSRInitiatives .side-image.overlap-top {
        transform: translateY(60px);
    }
    .footer_address li a,
    .quick_links ul li a,
    .footer p {
        font-size: 12px;
    }
    .footer .widget-title {
        margin-top: 20px;
    }
    .footer {
        padding-top: 50px;
    }
    .fab-wrapper {
        bottom: 6rem !important;
    }
    .fact-box img {
      width: 15px;
      height: 15px;
    }
    .fact-box h5 {
        font-weight: normal !important;
        font-size: 11px !important;
        text-transform: unset !important;
    }
    .carousel-image-box figure figcaption {
      padding: 10px;
    }
    .carousel-image-box figure figcaption h5 {
      font-size: 14px;
      font-weight: normal;
      line-height: 24px;
      margin-bottom: 0;
    }
    .hotel-search form .form-group select {
        width: 250px;
        font-size: 10px;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        max-width: 100%;
        background: transparent;
    }
    .side-image.right-align {
      margin-top: 20px;
    }
    .carousel-events-box .content h5 a {
        font-size: 16px;
    }   
    .carousel-events-box .content span {
        font-size: 12px;
    } 
    .carousel-events-box .swiper-slide {
        width: 100% !important;
    }
    .carousel-events-box figure {
        margin-bottom: 10px;
    }
    .carousel-events-box .swiper-prev, .rooms-slider .swiper-prev,
    .carousel-events-box .swiper-next, .rooms-slider .swiper-next {
        width: 40px;
        height: 40px;
    }
    .carousel-events-box .swiper-prev:before, .rooms-slider .swiper-prev:before,
    .carousel-events-box .swiper-next:before, .rooms-slider .swiper-next:before {
        width: 10px;
        height: 10px;
        left: 15px;
        top: 15px;
    }
    .m-display{
        display: block !important;
    }
    .rooms-slider {
        height: 70vh;
    }
    .rooms-slider:before{
        display: none;
    }
    .swiper-container-horizontal .swiper-prev, 
    .swiper-container-horizontal .swiper-next {
        top: unset;
        bottom: 0px;
    }
    .toggle-item {
        padding-top: 2rem;
    }
    .m-font-18 {
        font-size: 32px !important;
        left: 20px !important;
        top: -40px !important;
        line-height: 32px !important;
    }
    .serv-box2-wrap > span {
        font-size: 2rem !important;
        top: 50px !important;
    }
    .serv-info2 > h3 {
        font-size: 1rem !important;
    }
    .serv-info2:before {
        height: 1.2rem !important;     
        left: 10px !important;
    }
    .serv-caro .serv-img2 {
        max-width: 100% !important;
    }
    .serv-caro .slick-slide.slick-active.slick-current .serv-box2-wrap, 
    .serv-wrap2 > div.row > div:first-child .serv-box2-wrap, 
    .serv-wrap2 > div.row > div:nth-child(4) .serv-box2-wrap {
        padding-right: 0 !important;
    }
    .timeline-wrap {
        padding-top: 0 !important;
    }
    .carousel-image-box{
        padding-bottom: 0;
    }
    .archive-projects .package-box {
        height: 130px !important;
        padding: 10px;
        margin: 0;
    }
    #pdf_section article.vacancy .image img {
        max-width: 70%;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    article.vacancy .content {
        padding: 0 20px !important;
    }
    #pdf_section article.vacancy {
        height: 270px !important;
    }
    .archive-projects .package-box h4 {
        font-size: 16px;
    }
    #pdf_section article.vacancy .content span.title {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .pdf-text{
        font-size: 14px !important;
    }
    .section-title h2,
    .side-content h2,
    .awards__section h2,
    .side-hotel-box h2,
    .newsletter-box h2,
    .hotel-search h6 {
        font-size: 24px;
    }
    .h3, h3,
    .h2, h2,
    .h4, h4 {
        font-size: 1.25rem;
    }
    .room-type h2 {
        font-size: 1.25rem !important;
    }
    .navbar .hamburger-menu {
        position: absolute;
        right: 0;
    }
    .file-wrapper .file-button{
        padding: 15px 15px 10px 30px;
        width: 88%;
    }
    .financial-information .room-info-box {
        padding: 0 0 20px 0;
    }
    .content-tab .tab-item {
        padding: 10px;
    }
    .dividend-section select.form-control {
        font-size: 12px;
        line-height: 22px;
        padding: 0;
    }
    .contact-form-page .input-group label {
        font-size: 15px;
        width: 100%;
    }
    .contact-form-page input[type="text"] {
        text-align: left;
        font-size: 15px;
        width: 100%;
    }
    .contact-form-page .input-group textarea {
        text-align: left;
        font-size: 15px;
        height: 50px;
        padding: 0;
    }
    .recent-news .content h2 {
        font-size: 24px;
        margin-top: 10px;
    }
    .room-info-box.p-0-m {
        padding: 0 0 20px 5px;
    }
    .testimonial-sec .row {
        width: 100% !important;
        margin: auto !important;
    }
    .information-p-m .room-info-box {
        padding: 10px;
    }
    .information-p-m .room-info-box .a-box{
        margin: 10px 0;
    }
    .analyst-coverage .room-info-box .col-md-3 {
        width: 50%;
        font-size: 12px;
    }
    .insider-section .package-box,
    .relations-section .package-box{
        margin: 10px 0;
        height: auto !important;
    }
    .relations-section .mt-30 {
        margin-top: 0;
    }   
    #media-release article.vacancy .image img {
        max-width: 100%;
        margin-bottom: 5px;
    }
    #media-release article.vacancy {
        height: 300px !important;
    } 
    .news-views-section .package-box {
        height: auto !important;
        margin: 10px 0;
    }
    .notices-section#pdf_section article.vacancy {
        height: 370px !important;
    }
    #policy .toggle-item {
        padding-top: 10px;
    }
    #policy .toggle-item > h4 {
        padding: 5px 10px !important;
    }
    .share-holding-pattern .room-info-box{
        padding: 10px;
    }
    .navbar.fixed .container {
        width: 100%;
        overflow-x: hidden !important;
    }
    section.content-section.pb-0 {
        padding-bottom: 0 !important;
    }
    .footer .row div:first-child .widget-title {
        margin-top: 20px;
    }
    .slider .main-slider .swiper-slide .slide-inner {
        width: 100vw;
        height: 200px;
    }
}
@media (max-width: 425px) {
    .spacing-100 {
        width: 0%;
        height: 100px;
        display: flex;
    }
    .pr-100 {
        padding-right: 0px !important;
    }
    .side-hotel-box.right {
        padding: 20px 0;
    }
    #contact .w-50 {
        width: 100% !important;
    }
    #about .content-section {
        padding: 20px 0px !important;
    }
    #prelude .content-section {
        padding: 20px 0px !important;
    }
    #BoardDirectors .content-section {
        padding: 40px 0px !important;
    }
    #BoardDirectors .meeting-event-box {
        margin-bottom: 0px;
        margin: 0 auto;
        width: 100%;
        max-width: 80%;
    }
    #CSRInitiatives .side-content.light.text-left {
        padding: 30px 20px 0px;
    }
    .logo {
        margin-bottom: 20px;
    }
    
}
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .hotel-search form .form-group select {
            color: #333;
        }
    }
}

.projects-tabs .room-box .content p {
    line-height: 28px;
    margin-bottom: 5px;
}
.side-hotel-box .info-box span {
    font-size: 15px;
}
.timeline-box h4.mb-0.mt-10 {
    margin-top: 20px;
}
.page-loaded .slider .main-slider {
    transform: unset;
}
.slider .main-slider .swiper-slide .slide-inner{
    background-position: bottom center !important;
}
.connect-text {
    background: #1a9958;
    font-size: 14px;
    width: 165px;
    position: absolute;
    right: 0;
    top: 3px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
.side-hotel-box .info-box b {
    font-size: 18px;
    line-height: 28px;
}
.fab-wrapper .fab-wheel .fab-action-1 {
    top: -80px;
    right: -5px;
}
.fab-wrapper .fab-wheel .fab-action-2 {
    top: -20px;
    right: -5px;
    background: #2283c5;
}
.fab-wrapper .fab-wheel .fab-action-3 {
    top: 40px;
    right: -5px;
    bottom: unset;
    left: unset;
    background: #f17f23;
}
.mt--50{
    margin-top: -50px;
}
.mb-0{
    margin-bottom: 0;
}
.navbar a,
.subnav .subnavbtn{
    padding: 5px 16px;
}
.subnav-content a {
    padding: 14px 16px;
}
.fab-wrapper .fab {
    background: #008d45;
    box-shadow: 0px 5px 20px #008d45;
    border: 1px solid #008d45;
}
.fab-wrapper .fab-action{
    background: #008d45;
}
.fab-wrapper .fab:hover {
    background: #008d45;
    box-shadow: 0px 5px 20px #008d45;
}
.side-content.about-company-home {
    padding: 0 100px;
}
.content-section.landmarks-home {
    background: #f2f2f2;
}
.rooms-slider:before {
    display: none;
}
.home-video-slider .swiper-prev {
    top: 50%;
    left: 5%;
    bottom: unset;
}
.home-video-slider .swiper-next {
    top: 50%;
    left: 95%;
    right: unset;
    bottom: unset;
}
@media screen and (max-width: 767px) {
    .side-content.about-company-home {
        padding: 0 0 30px 0;
    }
    .content-section {
        padding: 40px 0 40px !important;
    }
    .trade-centre-section {
        margin: 0 !important;
        padding: 0 !important;
    }
    .side-hotel-box.right {
        padding: 0;
    }
    .malabar-county-3 {
        top: 0;
    }
    .home-video-slider .swiper-prev {
        top: unset;
        left: 0;
        bottom: 0;
    }
    .home-video-slider .swiper-next {
        top: unset;
        left: 60px;
        right: unset;
        bottom: 0;
    }
    .mt--50 {
        margin-top: 0;
    }
    .connect-text {
        top: 0;
    }
    
    
}