/*-- Triangel css ---*/

/*=======  COMMON CSS  =======*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;1,400&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
    background-color: #f8f8f8;
}

@media (max-width: 399px) {
    body {
        font-size: 14px;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #222;
    font-weight: 700;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
a:hover {
    color: #ff1929;
}

input,
select,
textarea,
select {
    border: none;
    width: 100%;
    height: 70px;
    background-color: #f8f8f8;
    padding: 0 40px;
}

textarea {
    height: 250px;
    padding-top: 25px;
}

::-webkit-input-placeholder,
input,
textarea,
select {
    
    color: #222777;
}

:-ms-input-placeholder,
input,
textarea,
select {
    
    color: #222777;
}

::-ms-input-placeholder,
input,
textarea,
select {
    
    color: #222777;
}

::placeholder,
input,
textarea,
select {
    
    color: #222777;
}

.nice-select {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    border: none;
    height: 70px;
    padding-left: 50px;
    line-height: 70px;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
}

.nice-select .list li {
    line-height: 35px;
    color: #222;
}

.nice-select .list li:hover,
.nice-select .list li.option:hover {
    background-color: #ff1929;
    color: #fff;
}

.nice-select::after {
    display: none;
}

.nice-select::before {
    content: '\f063';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    left: 30px;
    top: 50%;
    color: #ff1929;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-group input,
.input-group select,
.input-group textarea,
.input-group select {
    padding-left: 80px;
}

.input-group label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    display: block;
}

.input-group .icon {
    position: absolute;
    left: 40px;
    bottom: 35px;
    color: #ff1929;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.input-group.textarea .icon {
    top: 25px;
    bottom: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.input-group .nice-select {
    padding-left: 80px;
}

.input-group .nice-select::before {
    left: 40px;
}

.input-group.input-group-two input,
.input-group.input-group-two select,
.input-group.input-group-two textarea,
.input-group.input-group-two select {
    height: 60px;
    padding: 0px 50px 0 30px;
    background-color: #fff;
    color: #222;
}

.input-group.input-group-two ::-webkit-input-placeholder {
    opacity: 1;
    color: #222;
}

.input-group.input-group-two :-ms-input-placeholder {
    opacity: 1;
    color: #222;
}

.input-group.input-group-two ::-ms-input-placeholder {
    opacity: 1;
    color: #222;
}

.input-group.input-group-two ::placeholder {
    opacity: 1;
    color: #222;
}

.input-group.input-group-two .icon {
    left: auto;
    bottom: 30px;
    right: 30px;
}

.input-group.input-group-two .nice-select {
    background-color: #fff;
    padding: 0 50px 0 30px;
    height: 60px;
    line-height: 60px;
}

.input-group.input-group-two .nice-select::before {
    left: auto;
    right: 30px;
}

/*=======  COMMON CLASS  =======*/
@media (min-width: 1600px) {
    .container-custom-one {
        max-width: 1600px;
    }
}

.slick-slide img {
    display: inline-block;
}

.bg-black {
    background-color: #222;
}

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 18px;
    font-size: 11px;
    line-height: 34px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #222;
    border: 2px solid #ff1929;
}

.main-btn.btn-filled {
    background-color: #ff1929;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
}

.main-btn.btn-filled:hover {
    background-color: transparent;
    color: #222;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-btn.btn-border {
    border-color: #ff1929;
}

.main-btn.btn-border:hover {
    background-color: #ff1929;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
}

.section-title span.title-tag {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .section-title span.title-tag {
        letter-spacing: 2px;
    }
}

@media (max-width: 399px) {
    .section-title span.title-tag {
        font-size: 12px;
    }
}

.section-title h2 {
    font-size: 68px;
    line-height: 1.125;
    letter-spacing: -1px;
}

.section-title.about-title h2 {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title h2 {
        font-size: 62px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 399px) {
    .section-title h2 {
        font-size: 32px;
    }
}

.arrow-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.arrow-style .slick-arrow {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #111;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.arrow-style .slick-arrow.next-arrow {
    margin-left: 20px;
}

.arrow-style .slick-arrow:hover,
.arrow-style .slick-arrow.next-arrow {
    background-color: #ff1929;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}

/*=======  Preloader  =======*/


.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.preloader .cssload-container {
    display: block;
    width: 197px;
}

.preloader .cssload-loading i {
    width: 10px;
    height: 2px;
    display: inline-block;
    background: #ff1929;
}

.preloader .cssload-loading i:first-child {
    opacity: 0;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-transform: translate(-19px);
    transform: translate(-19px);
}

.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader .cssload-loading i:last-child {
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    animation: cssload-loading-ani1 0.58s linear infinite;
}

/*=======  ANIMATION  =======*/
@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        transform: translate(39px);
        opacity: 0;
    }
}

@keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        transform: translate(39px);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
        opacity: 1;
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
        opacity: 1;
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

/*=======  HEADER CSS  =======*/
header.header-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    top: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .container.container-custom-one {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .container.container-custom-one {
        max-width: 100%;
    }
}

header .nav-container .toggle {
    margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .nav-container .toggle {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .nav-container .toggle {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header .nav-container .toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    header .nav-container .toggle {
        display: none;
    }
}

header .nav-container .toggle a {
    color: #222;
    font-size: 24px;
    padding: 10px;
}

header .nav-container .site-logo img {
    max-width: 250px;
    margin-top: -8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .nav-container .site-logo img {
        max-width: 200px;
    }
}

@media (max-width: 575px) {
    header .nav-container .site-logo img {
        max-width: 180px;
    }
}

header .nav-container .site-logo .sticky-logo {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header .nav-container .header-info {
        padding: 40px 20px 0;
    }
}

@media (max-width: 767px) {
    header .nav-container .header-info {
        padding: 40px 20px 0;
    }
}

header .nav-container .header-info .item {
    padding-left: 10px;
    position: relative;
}

header .nav-container .header-info .item .main-btn {padding: 0 10px; font-size: 11px; line-height: 24px;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header .nav-container .header-info .item {
        color: #fff;
    }
}

@media (max-width: 767px) {
    header .nav-container .header-info .item {
        color: #fff;
    }
}

header .nav-container .header-info .item span {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 4px;
}

header .nav-container .header-info .item a {
    display: block;
}

header .nav-container .header-info .item .title {
    font-size: 24px;
    font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .nav-container .header-info .item .title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .nav-container .header-info .item .title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header .nav-container .header-info .item .title {
        color: #fff;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    header .nav-container .header-info .item .title {
        color: #fff;
        font-size: 22px;
    }
}

header .nav-container .header-info .item:not(:last-child) {
    margin-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

header .nav-container .menu-items ul li {
    display: inline-block;
    position: relative;
}

header .nav-container .menu-items ul li a {
    font-size: 14px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    line-height: 80px;
    padding: 0px 14px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .nav-container .menu-items ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .nav-container .menu-items ul li a {
        padding: 0 8px;
    }
}

header .nav-container .menu-items ul li .submenu {
    position: absolute;
    left: 0;
    top: 110%;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    height: auto;
}

header .nav-container .menu-items ul li .submenu li {
    display: block;
}

header .nav-container .menu-items ul li .submenu li a {
    display: block;
    padding: 8px 24px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    line-height: 30px !important;
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
    color: #222;
}

header .nav-container .menu-items ul li .submenu li a:hover {
    background-color: #ff1929;
    color: #fff !important;
    border-color: #ff1929;
}

header .nav-container .menu-items ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

header .nav-container .menu-items ul li .dd-trigger {
    display: none;
}

header .nav-container .nav-pushed-item {
    display: none;
}

header .nav-container .navbar-toggler {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
}

header .nav-container .navbar-toggler span {
    position: relative;
    background-color: #222;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}

header .nav-container .navbar-toggler.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

header .nav-container .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0;
}

header .nav-container .navbar-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}

header .nav-container .navbar-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 12;
    display: none;
}

header .nav-container .navbar-close .cross-wrap {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
}

header .nav-container .navbar-close .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #fff;
}

header .nav-container .navbar-close .cross-wrap span.top {
    top: 12px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .nav-container .navbar-close .cross-wrap span.bottom {
    bottom: 12px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .nav-container.breakpoint-on .nav-menu {
    background-color: #ff1929;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 70px;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li {
    display: block;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
    line-height: 45px !important;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
    color: #fff;
    padding: 0px 20px 0 40px;
    line-height: 45px !important;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
    display: block;
    position: absolute;
    right: 0;
    height: 45px;
    width: 45px;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 2;
    background: transparent;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

header .nav-container.breakpoint-on .nav-menu.menu-on {
    left: 0;
}

header .nav-container.breakpoint-on .nav-pushed-item,
header .nav-container.breakpoint-on .navbar-close,
header .nav-container.breakpoint-on .navbar-toggler {
    display: block;
}

header.header-two .nav-container .toggle a,
header.header-two .nav-container .menu-items ul li a {
    color: #fff;
}

header.header-two .nav-container .navbar-toggler span {
    background-color: #fff;
}

header.header-two .header-info .item a,
header.header-two .header-info .item,
header.header-two .header-info .item .title {
    color: #fff;
}

header.sticky-header.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.sticky-header.sticky-active .nav-container {
        padding: 10px 0;
    }

    header.sticky-header.sticky-active .nav-container .site-logo img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    header.sticky-header.sticky-active .nav-container {
        padding: 10px 0;
    }
}

header.sticky-header.sticky-active .nav-container .menu-items ul li a {
    line-height: 100px;
}

header.sticky-header.sticky-active .nav-container .site-logo .main-logo {
    display: none;
}

header.sticky-header.sticky-active .nav-container .site-logo .sticky-logo {
    display: block;
}

header.sticky-header.sticky-active.header-two .nav-container .toggle a,
header.sticky-header.sticky-active.header-two .nav-container .menu-items ul li a {
    color: #111;
}

header.sticky-header.sticky-active.header-two .nav-container .navbar-toggler span {
    background-color: #111;
}

header.sticky-header.sticky-active.header-two .header-info .item a,
header.sticky-header.sticky-active.header-two .header-info .item,
header.sticky-header.sticky-active.header-two .header-info .item .title {
    color: #111;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    header.sticky-header.sticky-active.header-two .header-info .item a,
    header.sticky-header.sticky-active.header-two .header-info .item,
    header.sticky-header.sticky-active.header-two .header-info .item .title {
        color: #fff;
    }
}

@media (max-width: 767px) {

    header.sticky-header.sticky-active.header-two .header-info .item a,
    header.sticky-header.sticky-active.header-two .header-info .item,
    header.sticky-header.sticky-active.header-two .header-info .item .title {
        color: #fff;
    }
}




/*=======  Off canvas menu  =======*/
.offcanvas-wrapper {
    position: fixed;
    width: 450px;
    top: 0;
    min-height: 100vh;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    margin-left: -450px;
}

.offcanvas-wrapper.show-offcanvas {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

.offcanvas-wrapper .offcanvas-overly {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 98;
    background-color: #1e1e1e;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-wrapper .offcanvas-overly.show-overly {
    visibility: visible;
    opacity: 0.5;
}

/*=======  Breadcrumb CSS  =======*/
.breadcrumb-area {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.breadcrumb-area.no-margin {margin-top: 0;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-area {
        margin-top: 100px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area {
        margin-top: 80px;
    }
}

.breadcrumb-area::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #000;
    content: '';
    opacity: 0.5;
}

.breadcrumb-area .breadcrumb-text {
    position: relative;
    padding: 140px 0 100px;
}

.breadcrumb-area.large-header .breadcrumb-text {
	padding: 300px 0 200px;
}

.breadcrumb-area .breadcrumb-text,
.breadcrumb-area .breadcrumb-text h2.page-title {
    color: #fff;
}

.breadcrumb-area .breadcrumb-text h2.page-title {
    font-size: 55px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}


/* versions */
.breadcrumb-area.breadcrumb-alternative {background: #2d2e9a;}
.breadcrumb-area.breadcrumb-alternative .breadcrumb-text {padding: 80px 0 40px;}

.breadcrumb-area.breadcrumb-alternative h3 {color: #fff; font-size: 16px;  line-height: 1.5;}

.breadcrumb-area.breadcrumb-alternative .breadcrumb-text h2.page-title {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-wrapper.white-bg {background: #fff;}



@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-area .breadcrumb-text h2.page-title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area .breadcrumb-text h2.page-title {
        font-size: 50px;
    }
}

.breadcrumb-area .breadcrumb-text span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff1929;
    margin-bottom: 5px;
}
.breadcrumb-area .breadcrumb-text span strong {font-weight: 900;}

@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-text span {
        letter-spacing: 2px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area .breadcrumb-text span {
        font-size: 12px;
    }
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 2px 20px;
    z-index: 2;
    border-radius: 2px 2px 0 0;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav:before {
    content: '';
    position: absolute;
    left: -1%;
    top: 0px;
    width: 320%;
    height: 100%;
    background: #fff;
    -ms-transform: skewX(-18deg);
    -webkit-transform: skewX(
-18deg
);
    -o-transform: skewX(-18deg);
    -moz-transform: skewX(-18deg);
    transform: skewX(
-14deg
);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}



@media (max-width: 575px) {
    .breadcrumb-area .breadcrumb-text .breadcrumb-nav {
        padding: 5px 10px;
        font-size: 14px;
    }
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li {
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li,
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
    color: #222;
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a:hover {
    color: #ff1929;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child) {
    padding-left: 10px;
    margin-left: 10px;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child)::before {
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    content: '/';
    color: #222;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active {
    color: #ff1929;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active::before {
    color: #ff1929;
}

/*=======  BANNER CSS  =======*/
.banner-area .banner-content span.promo-tag {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area .banner-content span.promo-tag {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .banner-area .banner-content span.promo-tag {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.banner-area .banner-content .title {
    font-size: 80px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0px;
    padding-bottom: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-area .banner-content .title {
        font-size: 64px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-area .banner-content .title {
        font-size: 86px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area .banner-content .title {
        font-size: 72px;
    }
}

@media (max-width: 575px) {
    .banner-area .banner-content .title {
        font-size: 66px;
    }
}

@media (max-width: 399px) {
    .banner-area .banner-content .title {
        font-size: 52px;
    }
}

.banner-area .banner-content .intro {font-size: 18px;}

.banner-area .banner-content ul li {
    display: inline-block;
}

.banner-area .banner-content ul li:last-child {
    margin-left: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-area .banner-content ul li:last-child {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area .banner-content ul li:last-child {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .banner-area .banner-content ul li:last-child {
        margin-left: 5px;
    }
}

@media (max-width: 399px) {
    .banner-area .banner-content ul li:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area .banner-content .main-btn {
        padding: 0 35px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .banner-area .banner-content .main-btn {
        padding: 0 25px;
        line-height: 50px;
        letter-spacing: 1px;
    }
}

.banner-area {background-size: cover;}
.banner-area .single-banner {
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {

    .banner-area .single-banner {
        height: 700px;
    }
}

.banner-area .banner-content,
.banner-area .banner-content h1 {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .banner-area .banner-content h1 {
        font-size: 90px;
    }
}

.banner-area .banner-content .main-btn.btn-filled,
.banner-area .banner-content .main-btn.btn-border:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.banner-area .banner-content .main-btn.btn-filled:hover,
.banner-area .banner-content .main-btn.btn-border {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.banner-area .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
}

.banner-area .slick-arrow:hover {
    background-color: #ff1929;
    color: #fff;
}

.banner-area .slick-arrow.next-arrow {
    right: 0;
    left: auto;
}

.banner-area ul.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
    bottom: 30px;
}

.banner-area ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

/*=======  ABOUT CSS  =======*/
.about-section {
    position: relative;
    z-index: 1;
}

.about-section .about-title span.title-tag span {
    color: #ff1929;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .about-section .about-title h2 {
        font-size: 30px;
    }
}


/*=======  content inner  =======*/

.color-red {color: #ff1929;}

.subheader-text p {margin-bottom: 15px;}
.intro-content p {color: #222; margin-bottom: 15px; font-size: 20px;}

.alt-img img {
    margin-left: -10%;
    max-width: 120%;
}


/* news */

.blog-loop .post-box {border-bottom: 1px solid #dfdfdf; padding-bottom: 50px;}
.blog-loop .post-box img {margin-bottom: 15px;}
.blog-loop .post-box .post-desc h2 {font-size: 30px; margin-bottom: 10px;}
.blog-loop .post-box .post-desc p {margin-bottom: 20px;}



.news-details-box .entry-footer .post-nav {
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    position: relative;
}

.news-details-box .entry-footer .post-nav span.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .news-details-box .entry-footer .post-nav span.icon {
        display: none;
    }
}

.news-details-box .entry-footer .post-nav .prev-post span,
.news-details-box .entry-footer .post-nav .next-post span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #aaa;
}

.news-details-box .entry-footer .post-nav .prev-post a,
.news-details-box .entry-footer .post-nav .next-post a {
    color: #222;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .news-details-box .entry-footer .post-nav .prev-post a,
    .news-details-box .entry-footer .post-nav .next-post a {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .news-details-box .entry-footer .post-nav .prev-post a,
    .news-details-box .entry-footer .post-nav .next-post a {
        font-size: 20px;
    }
}

.news-details-box .entry-footer .post-nav .prev-post {
    text-align: left;
}

@media (max-width: 767px) {
    .news-details-box .entry-footer .post-nav .prev-post {
        margin-bottom: 30px;
    }
}

.tag-and-share ul li {display: inline-block;}
.tag-and-share h5 {font-size: 16px; line-height: 1.5;}

/*=======  Paginations  =======*/
.pagination-wrap {
    text-align: center;
    padding-top: 20px;
}

.pagination-wrap ul li {
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 575px) {
    .pagination-wrap ul li {
        margin-bottom: 8px;
    }
}

.pagination-wrap ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #777;
    font-weight: 700;
    background-color: #fff;
    color: #111;
}

.pagination-wrap ul li a:hover {
    background-color: #ff1929;
    color: #fff;
}

.pagination-wrap ul li.active a {
    background-color: #ff1929;
    color: #fff;
}


/* paragraphs */

p.excerpt {margin-bottom: 20px; font-size: 20px; font-weight: 600;}
.content-inner p {color: #222; margin-bottom: 15px; font-size: 18px;}
.content-inner.smaller-text p  {font-size: 16px;}
.content-inner p a {color: #d10410}
.content-inner p a:hover {color: #000;}
.content-inner p.par-big {font-size: 130%;}
.content-inner p.par-small {font-size: 80%;}
.content-inner p.par-highlight {background: #ff192924; padding: 15px; margin: 20px -15px;}
.content-inner p.par-alternative {border-top: 2px solid #ff1929; border-bottom: 2px solid #ff1929; padding: 10px 0;}
.content-inner p.par-comment {background: #f05038; padding: 20px; color: #fff;  float: right; width: 30%; margin: 10px;}

/* images */
.content-inner img.wrapper-out {width: 120%; max-width: 140%; margin-left: -10%;}
.content-inner p img.pull-to-left {float: left; margin: 5px 20px 20px -60px; width: 50%; }
.content-inner p img.push-to-right {float: right; margin: 5px -60px 20px 20px; width: 50%; }

.alt-img img {
    margin-left: -10%;
    max-width: 120%;
}

/* tables */
.content-inner table {width: 100%; margin-bottom: 40px; background: #f2f2f2;}
.content-innertr:nth-child(odd) td, tr:nth-child(odd) td { background: #f8f8f8; }
.content-inner thead tr td, .content-inner thead tr th {
	color: #333;
	border-right: 1px solid #efefef;
	padding: 8px;
}
.content-inner tr td {padding: 8px;}

/* lists */
.content-inner ul {
    list-style: disc;
    color: #282828;
    margin: 10px 0 30px 40px;
}

/* img caption */
.content-inner .fr-img-caption {display: inline-block; text-align: left;}
.content-inner .fr-img-caption img {margin-bottom: 4px;}
.content-inner .fr-img-caption .fr-inner {border-bottom: 1px dashed #ddd; font-size: 13px; padding:0; display: block;}

.fr-img-caption .fr-img-wrap {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: auto;
}

.post-page .detail img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.post-page .detail img.fr-dii.fr-fil {
    float: left;
    margin: 5px 15px 5px 0;
    max-width: calc(100% - 5px);
}


.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 25px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-img-caption.fr-dii.fr-fir {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-img-caption.fr-dib {width: 130% !important; margin-left: -15%; margin: 20px 0 20px -15%;}

.content-left h4 {font-size: 28px;}

.content-files {padding: 20px 0;}
.content-files h4 {font-size: 22px; margin-bottom: 10px;}
.content-files ul {margin: 0 0 0 25px;}
.content-files ul li {list-style: none;}
.content-files ul li a {font-size: 17px;}

.content-files ul li a:before {
	content: "\f1c2";
	color: #333;
    font-family: Font Awesome\ 5 Pro;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    margin-left: -1.3em;
    width: 1.3em;
}
.content-files ul li a.pdf:before {content: "\f1c1";}

.content-files ul li a span {color: #888; font-size: 12px;}

/* content images -----------*/
.content-gallery {margin-bottom: 20px;}
.content-gallery h4 {font-size: 22px; margin-bottom: 10px;}
.content-gallery a img {margin: 0 5px 5px 0; width: 100px;}

/*=======  Front Tab CSS  =======*/
{
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    background-position: center;
}

.room-type-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../img/bg/brush.png);
    z-index: -1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.front-boxes .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.front-boxes .row>.col,
.front-boxes .row>[class*='col-'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.front-boxes .front-box {
    width: 100%;
    height: 280px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 15px;
}

.front-boxes .front-box.extra-height {
    height: 575px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .front-boxes .front-box.extra-height {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .front-boxes .front-box.extra-height {
        height: 280px;
    }
}

.front-boxes .front-box::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(17, 17, 17, 0.50196) 0%, rgba(17, 17, 17, 0.25) 44%, rgba(17, 17, 17, 0) 100%);
    content: '';
}

.front-boxes .front-box .front-bgimg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.front-boxes .front-box .front-box-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    right: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .front-boxes .front-box .front-box-content {
        left: 15px;
    }
}

.front-boxes .front-box .front-box-content h3 {
    font-size: 28px;
}

@media (max-width: 767px) {
    .front-boxes .front-box .front-box-content h3 {
        font-size: 26px;
    }
}

.front-boxes .front-box .front-box-content h3 a {
    color: #fff;
}

.front-boxes .front-box .front-box-content span {
    color: #fff;
    padding-bottom: 15px;
    font-weight: 700;
    border-bottom: 2px solid #ff1929;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 4px 0px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 5px;
}

.front-boxes .front-box .front-box-content span i {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .front-boxes .front-box .front-box-content span {
        font-size: 14px;
    }
}

.front-boxes .front-box .front-box-link {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 3;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .front-boxes .front-box .front-box-link {
        height: 40px;
        width: 40px;
        text-align: center;
        right: 10px;
        line-height: 40px;
    }
}

.front-boxes .front-box .front-box-link:hover {
    background-color: #fff;
    color: #111;
}

.front-boxes .front-box.extra-wide .front-box-link {
    right: 40px;
}

.front-boxes .front-box:hover .front-box-link {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.front-boxes .front-box:hover .front-bgimg {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

/*=======  Call TO Action Two  =======*/
.room-gallery-cta {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    background-attachment: fixed;
}

.room-gallery-cta::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #111;
    opacity: 0.7;
    content: '';
}

.room-gallery-cta ul li {
    display: inline-block;
    margin: 0px 10px;
}

@media (max-width: 767px) {
    .room-gallery-cta ul li {
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .room-gallery-cta ul li .main-btn {
        padding: 0 25px;
        letter-spacing: 1px;
    }
}

@media (max-width: 399px) {
    .room-gallery-cta ul li .main-btn {
        padding: 0 15px;
        letter-spacing: 1px;
        font-size: 12px;
    }
}

.room-gallery-cta ul li .main-btn.btn-filled,
.room-gallery-cta ul li .main-btn.btn-border:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.room-gallery-cta ul li .main-btn.btn-filled:hover,
.room-gallery-cta ul li .main-btn.btn-border {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.room-gallery-cta .cta-text h2 {
    font-size: 80px;
    line-height: 1.125;
    letter-spacing: -3px;
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 72px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 32px;
    }
}

@media (max-width: 399px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 28px;
    }
}

.room-gallery-cta .cta-text span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
    color: #ff1929;
}

.text-block.bg-black p,
.text-block.bg-black .section-title h2 {
    color: #fff;
}

.text-block.bg-black .section-title .title-tag {
    color: #ff1929;
}

.text-block.bg-black .main-btn.btn-filled {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-block.bg-black .main-btn.btn-filled:hover {
    color: #fff;
}

.text-block.with-pattern {
    position: relative;
    z-index: 1;
}

.text-block.with-pattern .pattern-wrap {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: -1;
    width: 40%;
    top: 0;
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-block.with-pattern .pattern-wrap {
        width: 100%;
        height: 320px;
    }
}

@media (max-width: 767px) {
    .text-block.with-pattern .pattern-wrap {
        width: 100%;
        height: 320px;
    }
}

.text-block.with-pattern .pattern-wrap .pattern::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:#000;
    opacity: .2;
    content: '';
    background-size: cover;
    background-position: right;
}

@media (max-width: 575px) {
    .text-block .block-text p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-block .mb-small {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .text-block .mb-small {
        margin-bottom: 50px;
    }
}

/*=======  Video  =======*/
.video-wrap {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .video-wrap {
        height: 350px;
    }
}

.video-wrap a.popup-video {
    border-radius: 50%;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    width: 60px;
    height: 60px;
    line-height: 65px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #111;
    position: relative;
}

.video-wrap a.popup-video::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1s linear infinite;
    animation: pulse-border-2 1s linear infinite;
}

.video-wrap a.popup-video::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

.video-wrap.video-wrap-two {
    height: 460px;
}

@media (max-width: 575px) {
    .video-wrap.video-wrap-two {
        height: 350px;
    }
}

.video-wrap.video-wrap-two a.popup-video {
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-wrap.video-wrap-two a.popup-video {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrap.video-wrap-two a.popup-video {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .video-wrap.video-wrap-two a.popup-video {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.testimonial-slider ul.slick-dots li button {
    font-size: 0;
    border: 0;
    background: #e7e7e7;
    width: 16px;
    height: 4px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial-slider ul.slick-dots li.slick-active button {
    width: 26px;
    background-color: #ff1929;
}

/*=======  Latest Post   =======*/
.latest-news .latest-post-box .post-img {
    height: 230px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .latest-news .latest-post-box .post-img {
        height: 220px;
    }
}

.latest-news .latest-post-box .post-desc {
    background-color: #fff;
    padding: 40px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-news .latest-post-box .post-desc {
        padding: 35px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-news .latest-post-box .post-desc {
        padding: 35px 18px;
        font-size: 14px;
    }
}

@media (max-width: 399px) {
    .latest-news .latest-post-box .post-desc {
        padding: 35px 25px;
        font-size: 14px;
    }
}

.latest-news .latest-post-box .post-desc .post-meta {
    margin-bottom: 10px;
}

.latest-news .latest-post-box .post-desc .post-meta li {
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        margin-right: 5px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        margin-right: 5px;
        font-size: 12px;
    }
}

@media (max-width: 399px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        margin-right: 5px;
        font-size: 12px;
    }
}

.latest-news .latest-post-box .post-desc .post-meta li a {
    font-weight: 500;
    color: #222;
}

.latest-news .latest-post-box .post-desc .post-meta li a i {
    margin-right: 10px;
}

.latest-news .latest-post-box .post-desc .post-meta li:last-child {
    margin-right: 0;
}

.latest-news .latest-post-box .post-desc h4 {
    font-size: 24px;
    color: #111;
    margin-bottom: 25px;
    letter-spacing: -1px;
    line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-news .latest-post-box .post-desc h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-news .latest-post-box .post-desc h4 {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .latest-news .latest-post-box .post-desc h4 {
        font-size: 20px;
    }
}

/*=======  Room List  =======*/
.room-list-loop .room-box .room-img-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 265px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-list-loop .room-box .room-img-wrap {
        min-height: 350px;
    }
}

@media (max-width: 575px) {
    .room-list-loop .room-box .room-img-wrap {
        min-height: 250px;
    }
}

.room-list-loop .room-box .room-img-wrap .room-img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-size: cover;
    background-position: center;
}

.room-list-loop .room-box:hover .room-img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.room-list-loop .room-box .room-desc {
    background-color: #fff;
    font-size: 14px;
    padding: 30px 20px 30px 40px;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-list-loop .room-box .room-desc {
        padding: 50px 20px 50px 25px;
    }
}

@media (max-width: 575px) {
    .room-list-loop .room-box .room-desc {
        padding: 50px 30px;
    }
}

@media (max-width: 399px) {
    .room-list-loop .room-box .room-desc {
        padding: 50px 25px;
    }
}

.room-list-loop .room-box .room-desc h2 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.room-list-loop .room-box .room-desc h3 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #aaa;
}


.room-list-loop .room-box .room-desc p {margin-bottom: 15px;}

.room-list-loop .room-box .room-desc .price {
    font-size: 24px;
    font-weight: 500;
    color: #ff1929;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .room-list-loop .room-box .room-desc .price {
        margin-top: 30px;
    }
}

.room-list-loop .room-box .room-desc .price span {
    font-size: 16px;
}



.room-list-loop .room-box .buttons ul li {display: inline-block;}

.room-list-loop .room-box .buttons .main-btn {
	padding: 0 18px;
    font-size: 11px;
    line-height: 36px;
}



/*=======  Room Slider  =======*/
.featured-slider {
    position: relative;
    z-index: 1;
    /*=======  Room Slider One  =======*/
    /*=======  Room Slider Two  =======*/
}

.featured-slider .featured-slider-wrap.row {
    margin-left: -20px;
    margin-right: -20px;
}

.featured-slider .featured-slider-wrap.row>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.featured-slider .featured-slider-wrap .slider-img {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-slider .featured-slider-wrap .slider-img {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .featured-slider .featured-slider-wrap .slider-img {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .featured-slider .featured-slider-wrap .slider-img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .featured-slider .featured-content-wrap {
        margin-bottom: 100px;
    }
}

.featured-slider .featured-content-wrap .featured-content-box {
    background-color: #222;
    color: #d4d4d4;
    font-size: 14px;
    padding: 60px 50px;
    position: relative;
    z-index: 2;
    margin-top: -495px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-slider .featured-content-wrap .featured-content-box {
        margin-top: -445px;
    }
}

@media (max-width: 767px) {
    .featured-slider .featured-content-wrap .featured-content-box {
        margin-top: -100px;
        padding: 50px 30px;
    }
}

@media (max-width: 575px) {
    .featured-slider .featured-content-wrap .featured-content-box {
        margin-top: -50px;
        padding: 50px 30px;
    }
}

.featured-slider .featured-content-wrap .featured-content-box h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.featured-slider .featured-content-wrap .featured-content-box h3,
.featured-slider .featured-content-wrap .featured-content-box h3 a {
    color: #fff;
}

.featured-slider .featured-content-wrap .featured-content-box .featured-content-slider {
    padding-bottom: 45px;
}

.featured-slider .featured-content-wrap .featured-content-box .featured-content-slider .single-content {
    overflow: hidden;
}

.featured-slider .featured-content-wrap .featured-content-box .featured-content-slider ul.slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
}

.featured-slider .featured-content-wrap .featured-content-box .featured-content-slider .slick-arrow {position: absolute; right: 0; bottom: 0; background: #ff1929; padding: 6px 10px; color: #fff;}

.featured-slider .featured-content-wrap .featured-content-box .featured-content-slider ul.slick-dots li {
    display: inline-block;
    cursor: pointer;
}

.featured-slider .featured-content-wrap .featured-content-box .featured-content-slider ul.slick-dots li button {
    font-size: 0;
    border: 0;
    background: #434343;
    width: 16px;
    height: 4px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.featured-slider .featured-content-wrap .featured-content-box .featured-content-slider ul.slick-dots li.slick-active button {
    width: 26px;
    background-color: #ff1929;
}

.featured-slider .rooms-slider-two .slick-arrow {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: #111;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: 40%;
    z-index: 2;
    left: 22%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-slider .rooms-slider-two .slick-arrow {
        left: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-slider .rooms-slider-two .slick-arrow {
        left: 5%;
    }
}

@media (max-width: 767px) {
    .featured-slider .rooms-slider-two .slick-arrow {
        left: 2%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
}

.featured-slider .rooms-slider-two .slick-arrow.next-arrow {
    margin-left: 20px;
    left: auto;
    right: 22%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-slider .rooms-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-slider .rooms-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 5%;
    }
}

@media (max-width: 767px) {
    .featured-slider .rooms-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 2%;
    }
}

.featured-slider .rooms-slider-two .slick-arrow:hover,
.featured-slider .rooms-slider-two .slick-arrow.next-arrow {
    background-color: #ff1929;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}




/*=======  Room Details  =======*/
.room-details .deatils-box {
    
}

.room-details .deatils-box .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 50px;
    background-color: #fff;
    margin-right: 40px;
    z-index: 2;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .title-wrap {
        padding: 40px 30px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .title-wrap {
        padding: 30px 20px;
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .title-wrap {
        padding: 20px;
        margin-right: 0;
        width: 100%;
        display: block;
    }
}

.room-details .deatils-box h3.subtitle {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.room-details .deatils-box .room-fearures {
    background-color: #fff;
    padding: 50px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .room-fearures {
        padding: 50px 35px 30px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .room-fearures {
        padding: 50px 30px 30px;
    }
}

.room-details .deatils-box .room-fearures .room-fearures-list li {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .room-fearures .room-fearures-list li {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .room-fearures .room-fearures-list li {
        width: 100%;
    }
}

.room-details .deatils-box .room-fearures .room-fearures-list li i {
    color: #ff1929;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.room-details .room-booking-form {
    background-color: #fff;
    padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-details .room-booking-form {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .room-details .room-booking-form {
        margin-top: 30px;
    }
}

.room-details .room-booking-form input,
.room-details .room-booking-form .nice-select,
.room-details .room-booking-form select {
    background-color: #f8f8f8;
}

.room-details .room-booking-form .main-btn {
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
}

.room-details .room-booking-form .title {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .room-booking-form .title {
        padding-left: 50px;
    }
}

@media (max-width: 399px) {
    .room-details .room-booking-form .title {
        padding-left: 50px;
    }
}

.room-details .room-booking-form .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #ff1929;
    content: '';
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .room-booking-form .title::before {
        width: 30px;
    }
}



@media (max-width: 399px) {
    .room-details .room-booking-form .title::before {
        width: 30px;
    }
}

/*=======  Our Menu  =======*/
.menu-area {
    position: relative;
    z-index: 1;
}

.menu-area .menu-loop .single-menu-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 120px;
    position: relative;
}

@media (max-width: 575px) {
    .menu-area .menu-loop .single-menu-box {
        padding-left: 0;
        padding-top: 140px;
    }
}

.menu-area .menu-loop .single-menu-box .menu-desc {
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
    color: #222;
    padding: 20px 85px 20px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area .menu-loop .single-menu-box .menu-desc {
        padding: 20px 50px 20px 30px;
    }
}

@media (max-width: 399px) {
    .menu-area .menu-loop .single-menu-box .menu-desc {
        padding: 20px 50px 20px 30px;
    }
}

.menu-area .menu-loop .single-menu-box .menu-desc h4 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.menu-area .menu-loop .single-menu-box .menu-desc .menu-link {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #ff1929;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

.menu-area .menu-loop .single-menu-box .menu-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

@media (max-width: 575px) {
    .menu-area .menu-loop .single-menu-box .menu-img {
        height: 120px;
        left: 30px;
    }
}

.menu-area .menu-loop .single-menu-box:hover .menu-desc {
    background-color: #fff;
}

.menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
    right: 40px;
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
        right: 15px;
    }
}

@media (max-width: 399px) {
    .menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
        right: 15px;
    }
}

/*=======  Gallery  =======*/
.gallery-loop {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

@media (max-width: 767px) {
    .gallery-loop {
        grid-gap: 10px;
    }
}

@media (max-width: 575px) {
    .gallery-loop {
        grid-gap: 10px;
    }
}

/*=======  BOOKING FORM  =======*/
.booking-form {
    position: relative;
    margin-top: -70px;
    z-index: 2;
}

.booking-form .booking-form-inner {
    background-color: #fff;
    padding: 10px 40px 30px;
}

.booking-form form input,
.booking-form form select,
.booking-form form .nice-select {
    background-color: transparent;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #ff1929;
    line-height: 50px;
    color: rgba(119, 119, 119, 0.5);
}

.booking-form form .nice-select {
    border-color: #e9e9e9;
    padding-left: 0;
}

.booking-form form .nice-select::after {
    display: none;
}

.booking-form form .nice-select::before {
    left: 0;
}

.booking-form form label {
    color: #222;
    font-weight: 700;
    
    display: block;
    margin: 0;
}

.booking-form form .inputs-filed {
    position: relative;
}

.booking-form form .inputs-filed input,
.booking-form form .inputs-filed .nice-select {
    padding: 0 20px;
}

.booking-form form .inputs-filed .icon {
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 14px;
    color: #ff1929;
}

.booking-form form button {
    width: 100%;
    border: none;
    background-color: #ff1929;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    height: 60px;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.booking-form form button:hover {
    background-color: #111;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .booking-form form button {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.places-wrapper .map-info-window .info-window-img {
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center;
}

.places-wrapper .map-info-window .info-content {
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
}

.menu-area.gradient-white {
    background: linear-gradient(45deg, #f8f8f8 0%, white 100%);
}

/*=======  FOOTER  =======*/
footer {
    /*=======  Subscibe  =======*/
    /*=======  Widgets  =======*/
    /*=======  Copy Right  =======*/
}


.footer-menu ul li {display: inline-block; margin-left: 20px;}

.footer-subscibe-area {
    background-color: #fff;
}

.footer-subscibe-area .subscribe-text h3 {font-weight: 700; text-transform: uppercase; letter-spacing: 4px; font-size: 18px;}

.footer-subscibe-area .subscribe-text .subscribe-form {
    position: relative;
}

.footer-subscibe-area .subscribe-text .subscribe-form input {
    width: 100%;
    border: none;
    height: 90px;
    background-color: #f8f8f8;
    padding-left: 50px;
    padding-right: 230px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #aeaeae;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-subscibe-area .subscribe-text .subscribe-form input {
        padding-left: 20px;
        padding-right: 200px;
    }
}

@media (max-width: 575px) {
    .footer-subscibe-area .subscribe-text .subscribe-form input {
        padding-left: 20px;
        padding-right: 20px;
        height: 70px;
    }
}

.footer-subscibe-area .subscribe-text .subscribe-form button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    top: 15px;
    background-color: #ff1929;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    width: 200px;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-subscibe-area .subscribe-text .subscribe-form button {
        width: 180px;
    }
}

@media (max-width: 575px) {
    .footer-subscibe-area .subscribe-text .subscribe-form button {
        position: unset;
        width: 100%;
        height: 60px;
    }
}

.footer-subscibe-area .subscribe-text .subscribe-form button:hover {
    background-color: #111;
}




footer .footer-top-area {
    position: relative;
    z-index: 1;
    background-color: #222;
}

.footer-top-area .footer-logo img {max-width: 200px;}
.footer-top-area .footer-intro p {text-transform: uppercase; font-size: 12px; letter-spacing: 4px;}

.footer-top-area .footer-menu ul {display: }


.footer-top-area .footer-menu ul li {display: inline-block;}
.footer-top-area .footer-menu ul li a {    
	font-weight: 700;
    margin: 0px 10px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
}



.footer-top-area .social-links {
    text-align: left;
}

.footer-top-area .social-links a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #2e2e2e;
    margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-top-area .social-links a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-right: 2px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-top-area .social-links a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-right: 2px;
    }
}

.footer-top-area .social-links a:hover {
    background-color: #ff1929;
}


.footer-bottom-area {background: #282828;}

.footer-bottom-area .footer-contacts ul li {display: inline-block;}
.footer-bottom-area .footer-contacts ul li a {    
	font-weight: 500;
    margin: 0px 10px;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 575px) {
    .main-btn{
      font-size: 13px;
      letter-spacing: 1px;
    }
}
/*=======  Back to top  =======*/
.back-to-top {
    position: fixed;
    right: 0;
    bottom: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ff1929;
    z-index: 99;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
    right: 40px;
}

.back-to-top:hover {
    background-color: #222;
}