@import url("https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;500;600;700;800&family=Lato:ital,wght@0,400;0,700;0,900;1,400&display=swap");
html {
    overflow-x: hidden;
}

body {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(119, 119, 119);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
    background-color: rgb(248, 248, 248);
}

@media (max-width: 399px) {
    body {
        font-size: 14px;
    }
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    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;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

.cta-section .cta-inner::before {
    content: "/f104";
    font-family: Flaticon;
    left: 0px;
    bottom: 0px;
    line-height: 1;
    color: rgb(246, 246, 246);
    font-size: 350px;
    position: absolute;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Baloo Thambi 2", cursive;
    font-weight: 700;
    margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: rgb(57, 61, 114);
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
    line-height: 1.2;
}

h4 {
    font-size: 28px;
    line-height: 1.4;
}

h5 {
    font-size: 24px;
    line-height: 1.3;
}

h6 {
    font-size: 18px;
    line-height: 1.7;
}

p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: rgb(119, 119, 119);
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0px;
}

a {
    transition: all 0.3s ease-out 0s;
}

a,
a:hover {
    color: rgb(255, 142, 21);
}

input,
select,
textarea,
select {
    border: none;
    width: 100%;
    height: 70px;
    background-color: rgb(248, 248, 248);
    padding: 0px 40px;
    border-radius: 45px;
}

textarea {
    height: 250px;
    padding-top: 25px;
}

::-webkit-input-placeholder,
input,
textarea,
select {
    font-family: Lato, sans-serif;
    color: rgb(119, 119, 119);
}

::placeholder,
input,
textarea,
select {
    font-family: Lato, sans-serif;
    color: rgb(119, 119, 119);
}

.nice-select {
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
    position: relative;
    border: none;
    height: 70px;
    padding-left: 50px;
    line-height: 70px;
}

.nice-select .list {
    width: 100%;
    border-radius: 0px;
}

.nice-select .list li {
    line-height: 35px;
    color: rgb(119, 119, 119);
}

.nice-select .list li:hover,
.nice-select .list li.option:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.nice-select::after {
    display: none;
}

.nice-select::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    left: 30px;
    top: 50%;
    color: rgb(255, 142, 21);
    transform: translateY(-50%);
}

.input-group input,
.input-group select,
.input-group textarea,
.input-group select {
    padding-left: 60px;
}

.input-group label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(34, 34, 34);
    display: block;
}

.input-group .icon {
    position: absolute;
    left: 40px;
    top: 50%;
    color: rgb(255, 142, 21);
    transform: translateY(-50%);
}

.input-group.textarea .icon {
    top: 25px;
    bottom: auto;
    transform: translateY(0px);
}

.input-group .nice-select {
    padding-left: 60px;
    background-color: rgb(248, 248, 248);
    border-radius: 45px;
}

.input-group .nice-select::before {
    left: 40px;
}

.input-group.input-group-two ::-webkit-input-placeholder {
    opacity: 1;
    color: rgb(119, 119, 119);
}

.input-group.input-group-two ::placeholder {
    opacity: 1;
    color: rgb(119, 119, 119);
}

.input-group.input-group-two .icon {
    left: auto;
    bottom: 52px;
    right: 30px;
}

.input-group.input-group-two .nice-select {
    background-color: rgb(255, 255, 255);
    padding: 0px 50px 0px 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 45px;
}

.input-group.input-group-two .nice-select::before {
    left: auto;
    right: 30px;
}

label.error {
    color: rgb(255, 0, 0);
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

.alert-dismissible {
    display: flex;
    align-items: center;
}

@media (min-width: 1600px) {
    .container-custom-one {
        max-width: 1600px;
    }
}

@media (min-width: 1600px) {
    .container-custom-two {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container-custom-three {
        max-width: 1420px;
    }
}

.slick-slide img {
    display: inline-block;
}

.bg-black {
    background-color: rgb(143, 196, 36);
}

.text-yellow {
    color: rgb(252, 183, 27);
}

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0px 48px;
    font-size: 14px;
    line-height: 60px;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(119, 119, 119);
    border: 2px solid rgb(255, 142, 21);
}

.main-btn.btn-filled {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    box-shadow: rgba(190, 173, 142, 0.4) 0px 14px 24px 0px;
    border-radius: 45px;
}

.main-btn.btn-filled:hover {
    background-color: transparent;
    color: rgb(255, 142, 21);
    box-shadow: none;
}

.main-btn.btn-border {
    border-color: rgb(255, 142, 21);
    border-radius: 45px;
}

.main-btn.btn-border:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    box-shadow: rgba(190, 173, 142, 0.4) 0px 14px 24px 0px;
}

.section-title span.title-tag {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 8px 12px;
    border-radius: 45px;
    background-color: rgb(255, 104, 83);
    color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.section-title span.title-tag i {
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-right: 8px;
}

@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: 50px;
    line-height: 1.125;
    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;
    }
}

.section-title h2 span.highlight {
    color: rgb(255, 142, 21);
}

.section-title.white-color span.title-tag {
    color: rgb(255, 142, 21);
}

.section-title.white-color h2 {
    color: rgb(255, 255, 255);
}

.absolute-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.arrow-style {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.arrow-style .slick-arrow {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: rgb(17, 17, 17);
    background: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    border-radius: 45px;
}

.arrow-style .slick-arrow.next-arrow {
    margin-left: 20px;
}

.arrow-style .slick-arrow:hover,
.arrow-style .slick-arrow.next-arrow {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    box-shadow: rgba(190, 173, 142, 0.3) 0px 14px 24px 0px;
    border-radius: 45px;
}

.preloader {
    background-color: rgb(255, 142, 21);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}

.preloader .cssload-container {
    display: block;
    width: 97px;
}

.preloader .cssload-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: rotate(90deg) translate(-50%, -50%);
    font-size: 50px;
    width: 3em;
    height: 3em;
}

.preloader .cssload-loading .paw {
    width: 1em;
    height: 1em;
    animation: 2050ms ease-in-out 0s infinite normal none running pawAnimation;
    opacity: 0;
}

.preloader .paw svg {
    width: 100%;
    height: 100%;
}

.preloader .paw .icon {
    fill: rgb(255, 255, 255);
}

.preloader .paw:nth-child(2n+1) {
    transform: rotate(-10deg);
}

.preloader .paw:nth-child(2n) {
    transform: rotate(10deg) translate(125%, 0px);
}

.preloader .paw:nth-child(1) {
    animation-delay: 1.25s;
}

.preloader .paw:nth-child(2) {
    animation-delay: 1s;
}

.preloader .paw:nth-child(3) {
    animation-delay: 0.75s;
}

.preloader .paw:nth-child(4) {
    animation-delay: 0.5s;
}

.preloader .paw:nth-child(5) {
    animation-delay: 0.25s;
}

.preloader .paw:nth-child(6) {
    animation-delay: 0s;
}

.no-cssanimations .preloader .paw {
    opacity: 1;
}

@keyframes pawAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes wave {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%,
    100% {
        transform: translate3d(0px, -25px, 0px);
    }
    50% {
        transform: translate3d(0px, 5px, 0px);
    }
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0px;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}

@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse-animation {
    0% {
        box-shadow: rgba(255, 104, 83, 0.7) 0px 0px 0px 0px;
    }
    100% {
        box-shadow: rgba(255, 104, 83, 0) 0px 0px 0px 20px;
    }
}

@keyframes pulse-animation-2 {
    0% {
        box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 0px 0px;
    }
    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 20px;
    }
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        transform: translateX(1px) rotate(0deg);
    }
    100% {
        transform: translateX(-1px) rotate(0deg);
    }
}

@keyframes hvr-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        transform: translateX(1px) rotate(0deg);
    }
    100% {
        transform: translateX(-1px) rotate(0deg);
    }
}

@keyframes shakein {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(5px);
    }
}

@keyframes shakeout {
    0% {
        transform: translateX(0px);
        transition: all 1s ease 0s;
    }
    100% {
        transform: translateX(-5px);
        transition: all 2s ease 0s;
    }
}

@keyframes pulse-heart {
    10% {
        transform: scale(1.1);
    }
}

.modal-content {
    border: 0px;
    border-radius: 45px;
    background-color: rgb(255, 255, 255);
}

.modal-body {
    padding: 55px 40px;
}

.modal-lg {
    max-width: 1000px;
}

.modal-body .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.modal-body .close-btn a {
    font-size: 24px;
    line-height: 0;
    color: rgb(17, 17, 17);
}

@media (max-width: 575px) {
    .modal-body {
        padding: 20px;
    }
    .modal-body .close-btn {
        right: 35px;
        background-color: rgb(255, 142, 21);
    }
    .modal-body .close-btn a {
        color: rgb(255, 255, 255);
    }
}

.on-load-modal .modal-dialog {
    max-width: 900px;
}

.on-load-modal .modal-dialog .modal-content {
    position: relative;
    padding: 40px;
    background: center center / cover rgb(255, 142, 21);
    border-radius: 45px;
    z-index: 1;
}

.on-load-modal .modal-dialog .modal-content::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 45px;
    z-index: -1;
}

.on-load-modal .modal-dialog-centeRed {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
}

.on-load-modal .modal-header {
    padding: 0px;
    border: 0px;
}

.on-load-modal .modal-header button {
    text-shadow: none;
    box-shadow: none;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-weight: 100;
    padding: 0px;
    margin: 0px 0px 0px auto;
    width: 40px;
    height: 40px;
    font-size: 30px;
}

.on-load-modal .modal-body {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.on-load-modal .modal-inner {
    width: 100%;
    max-width: 500px;
}

.on-load-modal .modal-inner .title {
    color: rgb(255, 255, 255);
    font-size: 35px;
    margin-bottom: 20px;
}

.on-load-modal .modal-inner p {
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.on-load-modal form button {
    margin-top: 20px;
    display: block;
    width: 100%;
}

header.header-absolute {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    top: 35px;
}

@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: rgb(34, 34, 34);
    font-size: 24px;
    padding: 10px;
}

header .nav-container .site-logo img {
    max-width: 250px;
}

@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 0px;
    }
}

@media (max-width: 767px) {
    header .nav-container .header-info {
        padding: 40px 20px 0px;
    }
}

header .nav-container .header-info .item {
    padding-left: 50px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header .nav-container .header-info .item {
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 767px) {
    header .nav-container .header-info .item {
        color: rgb(255, 255, 255);
    }
}

header .nav-container .header-info .item i {
    position: absolute;
    left: 0px;
    top: 6px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 45px;
    background: rgb(255, 104, 83);
    color: rgb(255, 255, 255);
    font-size: 14px;
}

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: 18px;
    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: rgb(255, 255, 255);
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    header .nav-container .header-info .item .title {
        color: rgb(255, 255, 255);
        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: 0px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 0px;
        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: 16px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    text-transform: capitalize;
    line-height: 60px;
    padding: 0px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .nav-container .menu-items ul li a {
        font-size: 16px;
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .nav-container .menu-items ul li a {
        padding: 0px 6px;
    }
}

header .nav-container .menu-items ul li .submenu {
    position: absolute;
    left: 0px;
    top: 110%;
    width: 200px;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    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;
    transition: all 0.3s ease-out 0s;
    border-radius: 0px;
    margin: 0px;
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
    color: rgb(119, 119, 119);
    line-height: 30px !important;
}

header .nav-container .menu-items ul li .submenu li a:hover {
    background-color: rgb(255, 142, 21);
    border-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255) !important;
}

header .nav-container .menu-items ul li .submenu li .submenu {
    left: 100%;
    top: 50%;
}

header .nav-container .menu-items ul li .submenu li:hover .submenu {
    top: 0px;
}

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: rgb(34, 34, 34);
    border-radius: 3px;
    height: 3px;
    margin-top: 5px;
    padding: 0px;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}

header .nav-container .navbar-toggler.active span:nth-of-type(1) {
    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) {
    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: rgb(255, 255, 255);
}

header .nav-container .navbar-close .cross-wrap span.top {
    top: 12px;
    left: 0px;
    transform: rotate(45deg);
}

header .nav-container .navbar-close .cross-wrap span.bottom {
    bottom: 12px;
    left: 0px;
    transform: rotate(-45deg);
}

header .nav-container.breakpoint-on .nav-menu {
    background-color: rgb(255, 142, 21);
    position: fixed;
    top: 0px;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    transition-duration: 500ms;
    padding: 70px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
    display: block;
    overflow: hidden scroll;
}

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: rgb(255, 255, 255) !important;
    line-height: 45px !important;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none 0s ease 0s;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
    color: rgb(255, 255, 255);
    padding: 0px 20px 0px 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: 0px;
    height: 45px;
    width: 45px;
    top: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 2;
    background: transparent;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 20px;
}

header .nav-container.breakpoint-on .nav-menu.menu-on {
    left: 0px;
}

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: rgb(255, 255, 255);
}

header.header-two .nav-container .navbar-toggler span {
    background-color: rgb(255, 255, 255);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.header-two .header-info .item i {
        background: rgb(17, 17, 17);
    }
}

@media (max-width: 767px) {
    header.header-two .header-info .item i {
        color: rgb(17, 17, 17);
    }
}

header.header-two .header-info .item a,
header.header-two .header-info .item,
header.header-two .header-info .item .title {
    color: rgb(255, 255, 255);
}

header.header-three {
    background-color: transparent;
    position: relative;
}

header.header-three .contact-list {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    header.header-three .contact-list {
        margin-bottom: 10px;
    }
}

header.header-three .contact-list li {
    position: relative;
}

header.header-three .contact-list li+li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background-color: rgb(255, 255, 255);
}

header.header-three .contact-list li+li {
    margin-left: 15px;
    padding-left: 15px;
}

header.header-three .contact-list li a {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

header.header-three .contact-list li a i {
    color: rgb(255, 104, 83);
    margin-right: 10px;
}

header.header-three .main-menu-area {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 99;
    height: auto;
    bottom: -60px;
}

@media (max-width: 399px) {
    header.header-three .main-menu-area {
        position: relative;
        bottom: 0px;
        top: 0px;
    }
}

header.header-three .main-menu-area.sticky-header.sticky-active {
    position: fixed;
    inset: 12px 0px auto;
    z-index: 999;
    animation: 1.2s ease 0s 1 normal none running sticky;
}

header.header-three .main-menu-area.sticky-header.sticky-active .nav-container {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 5px 0px;
}

header.header-three .main-menu-area.sticky-header.sticky-active .nav-container .menu-items ul li a {
    line-height: 100px;
}

header.header-three .header-top {
    padding-top: 15px;
    padding-bottom: 75px;
    font-family: Lato, sans-serif;
    background-image: url("../img/header-bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

header.header-three .header-top::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(143, 196, 36, 0.6);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.header-three .header-top {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    header.header-three .header-top {
        text-align: center;
        padding-bottom: 50px;
    }
}

@media (max-width: 399px) {
    header.header-three .header-top {
        display: none;
    }
}

header.header-three .header-top,
header.header-three .header-top a {
    color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
    header.header-three .header-top ul.header-top-info {
        margin-top: 10px;
    }
}

header.header-three .header-top ul.header-top-info li {
    display: inline-block;
    margin-left: 15px;
}

@media (max-width: 575px) {
    header.header-three .header-top ul.header-top-info li {
        margin-left: 5px;
    }
}

header.header-three .header-top ul.header-top-info li i {
    margin-right: 10px;
    color: rgb(255, 142, 21);
}

header.header-three .sigma_social-links {
    z-index: 1;
}

header.header-three .nav-container {
    background-color: rgb(255, 255, 255);
    padding: 0px 40px;
    border-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header-three .nav-container {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.header-three .nav-container {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    header.header-three .nav-container {
        padding: 10px;
    }
}

@media (max-width: 399px) {
    header.header-three .nav-container {
        padding: 10px 5px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    header.header-three .nav-container .site-logo img {
        max-width: 200px;
    }
}

@media (max-width: 399px) {
    header.header-three .nav-container .site-logo img {
        max-width: 150px;
    }
}

header.header-three .nav-container .menu-items ul li a {
    line-height: 120px;
}

header.header-three .nav-container .menu-items ul li .submenu li a {
    line-height: 30px;
}

header.header-three .nav-container .menu-right-buttons {
    display: flex;
}

header.header-three .nav-container .menu-right-buttons .toggle {
    margin-right: 0px;
}

header.header-three .nav-container .menu-right-buttons>div {
    margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header-three .nav-container .menu-right-buttons>div {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    header.header-three .nav-container .menu-right-buttons>div {
        margin-left: 5px;
    }
}

header.header-three .nav-container .menu-right-buttons .navbar-toggler {
    border: 2px solid rgba(133, 133, 133, 0.2);
    padding: 15px;
    border-radius: 50%;
}

@media (max-width: 575px) {
    header.header-three .nav-container .menu-right-buttons .navbar-toggler span {
        width: 20px;
    }
}

header.header-three .nav-container .menu-right-buttons .main-btn {
    padding: 0px 30px;
}

header.header-three .nav-container .menu-right-buttons>div a {
    width: 65px;
    height: 65px;
    border: 2px solid rgba(133, 133, 133, 0.2);
    text-align: center;
    line-height: 65px;
    padding: 0px;
    color: rgb(17, 17, 17);
    font-size: 20px;
    border-radius: 45px;
}

@media (max-width: 575px) {
    header.header-three .nav-container .menu-right-buttons a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

header.header-three .nav-container .menu-right-buttons a:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

header.header-three .search {
    position: relative;
    margin-right: 30px;
}

header.header-three .search .search-icon {
    position: relative;
    display: block;
    font-size: 20px;
}

header.header-three .search .search-icon .close-icon,
header.header-three .search .search-icon .open-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

header.header-three .search .search-icon .close-icon {
    visibility: hidden;
    opacity: 0;
}

header.header-three .search .search-icon.active .close-icon {
    visibility: visible;
    opacity: 1;
}

header.header-three .search .search-icon.active .open-icon {
    visibility: hidden;
    opacity: 0;
}

header.header-three .search .search-form {
    position: absolute;
    right: 0px;
    width: 350px;
    display: none;
    top: calc(100% + 8px);
    z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.header-three .search .search-form {
        top: calc(100% + 17px);
    }
}

@media (max-width: 767px) {
    header.header-three .search .search-form {
        top: calc(100% + 43px);
        right: -200px;
    }
}

@media (max-width: 575px) {
    header.header-three .search .search-form {
        top: calc(100% + 20px);
        width: 250px;
    }
}

@media (max-width: 399px) {
    header.header-three .search .search-form {
        right: -100%;
        top: calc(100% + 12px);
    }
}

header.header-three .search .search-form form {
    position: relative;
}

header.header-three .search .search-form form input {
    width: 100%;
    background-color: rgb(248, 248, 248);
    height: 60px;
    border: none;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 14px;
}

@media (max-width: 575px) {
    header.header-three .search .search-form form input {
        height: 50px;
    }
}

header.header-three .search .search-form form button {
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    z-index: 1;
    background-color: rgb(255, 142, 21);
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 0px 45px 45px 0px;
    transition: all 0.3s ease-out 0s;
}

header.header-three .search .search-form form button:hover {
    background-color: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
}

header.inner-page.header-absolute {
    background-color: rgb(255, 255, 255);
    top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.inner-page.header-absolute .nav-container {
        padding: 10px 0px;
    }
}

@media (max-width: 767px) {
    header.inner-page.header-absolute .nav-container {
        padding: 10px 0px;
    }
}

header.inner-page.header-absolute .nav-container .menu-items ul li a {
    line-height: 130px;
}

header.sticky-header.sticky-active {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 5px 0px;
    z-index: 999;
    animation: 1.2s ease 0s 1 normal none running sticky;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.sticky-header.sticky-active .nav-container {
        padding: 10px 0px;
    }
    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 0px;
    }
}

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: rgb(17, 17, 17);
}

header.sticky-header.sticky-active.header-two .nav-container .navbar-toggler span {
    background-color: rgb(17, 17, 17);
}

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: rgb(17, 17, 17);
}

@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: rgb(255, 255, 255);
    }
}

@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: rgb(255, 255, 255);
    }
}

.offcanvas-wrapper {
    position: fixed;
    width: 450px;
    top: 0px;
    min-height: 100vh;
    left: 0px;
    transition: all 0.4s ease 0s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    margin-left: -450px;
}

.offcanvas-wrapper.show-offcanvas {
    margin-left: 0px;
    opacity: 1;
    visibility: visible;
}

.offcanvas-wrapper .offcanvas-overly {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 98;
    background-color: rgb(30, 30, 30);
    left: 0px;
    top: 0px;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-wrapper .offcanvas-overly.show-overly {
    visibility: visible;
    opacity: 0.5;
}

.offcanvas-wrapper .offcanvas-widget {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100vh;
    padding: 70px 40px;
    position: relative;
    z-index: 99;
    overflow-y: auto;
}

.offcanvas-wrapper .offcanvas-widget a.offcanvas-close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 28px;
    color: rgb(255, 142, 21);
}

.offcanvas-wrapper .offcanvas-widget .widget {
    margin-bottom: 50px;
    font-size: 14px;
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 2px;
    background-color: rgb(255, 142, 21);
    content: "";
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form {
    position: relative;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form input {
    width: 100%;
    background-color: rgb(248, 248, 248);
    height: 60px;
    border: none;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 14px;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    z-index: 1;
    background-color: rgb(255, 142, 21);
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 0px 45px 45px 0px;
    transition: all 0.3s ease-out 0s;
}

.offcanvas-wrapper .offcanvas-widget .widget.search-widget form button:hover {
    background-color: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li {
    line-height: 30px;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a {
    color: rgb(119, 119, 119);
    font-weight: 700;
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li a:hover {
    padding-left: 10px;
    color: rgb(255, 142, 21);
}

.offcanvas-wrapper .offcanvas-widget .widget.nav-widget ul li .submenu {
    padding-left: 10px;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li {
    display: inline-block;
    margin-right: 5px;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a {
    height: 40px;
    width: 40px;
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a:hover {
    background-color: rgb(34, 34, 34);
}

.breadcrumb-area {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.breadcrumb-area::before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgb(34, 34, 34);
    content: "";
    opacity: 0.7;
}

.breadcrumb-area .breadcrumb-text {
    position: relative;
    padding: 200px 0px 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .breadcrumb-area .breadcrumb-text {
        padding: 200px 0px 320px;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-area .breadcrumb-text {
        padding: 200px 0px 290px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-area .breadcrumb-text {
        padding: 200px 0px 250px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-text {
        padding: 160px 0px 190px;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .breadcrumb-area .breadcrumb-text {
        padding: 160px 0px 140px;
    }
}

@media (max-width: 399px) {
    .breadcrumb-area .breadcrumb-text {
        padding: 100px 0px 150px;
    }
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
    margin-top: 10px;
}

.breadcrumb-area .breadcrumb-text,
.breadcrumb-area .breadcrumb-text h2.page-title {
    color: rgb(255, 255, 255);
}

.breadcrumb-area .breadcrumb-text h2.page-title {
    font-size: 72px;
    letter-spacing: -1px;
}

@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: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-bottom: 25px;
}

@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 {
    background-color: rgb(255, 255, 255);
    padding: 20px 40px;
    z-index: 2;
    border-radius: 45px;
}

@media (max-width: 575px) {
    .breadcrumb-area .breadcrumb-text .breadcrumb-nav {
        padding: 15px 20px;
        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: rgb(34, 34, 34);
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a:hover {
    color: rgb(255, 142, 21);
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child) {
    padding-left: 14px;
    margin-left: 10px;
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child)::before {
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    content: "|";
    color: rgb(34, 34, 34);
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active {
    color: rgb(255, 142, 21);
}

.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active::before {
    color: rgb(255, 142, 21);
}

.sigma_subheader-shape.waves {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.sigma_subheader-shape.waves .wave {
    background: url("../img/wave.svg") repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) 0s infinite normal none running wave;
    transform: translate3d(0px, 0px, 0px);
}

.sigma_subheader-shape.waves .wave:nth-of-type(2) {
    top: -175px;
    animation: 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite normal none running wave, 7s ease -1.25s infinite normal none running swell;
    opacity: 1;
}

@media (max-width: 767px) {
    .sigma_subheader-shape.waves .wave {
        top: -138px;
        height: 138px;
    }
}

@media (max-width: 575px) {
    .sigma_subheader-shape.waves {
        display: none;
    }
}

.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: 81px;
    line-height: 1.1;
    letter-spacing: -6px;
    padding-bottom: 26px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-area .banner-content .title {
        font-size: 100px;
    }
}

@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 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: 0px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area .banner-content .main-btn {
        padding: 0px 35px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .banner-area .banner-content .main-btn {
        padding: 0px 25px;
        line-height: 50px;
        letter-spacing: 1px;
    }
}

.banner-area .banner-thumb .single-thumb {
    overflow: hidden;
}

.banner-area .banner-thumb .single-thumb img {
    animation: 15s linear 0s infinite normal none running zoomIn;
}

.banner-area.banner-style-one {
    padding-top: 240px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-area.banner-style-one {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.banner-style-one {
        padding-top: 160px;
        padding-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .banner-area.banner-style-one {
        padding-top: 160px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-area.banner-style-one .banner-content {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-area.banner-style-one .banner-content {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.banner-style-one .banner-content .title {
        font-size: 66px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.banner-style-one .banner-content ul li:last-child {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.banner-style-one .banner-content .main-btn {
        padding: 0px 20px;
        line-height: 50px;
        letter-spacing: 1px;
    }
}

.banner-area.banner-style-two .single-banner,
.banner-area.banner-style-three .single-banner {
    height: 950px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .banner-area.banner-style-two .single-banner,
    .banner-area.banner-style-three .single-banner {
        height: 700px;
    }
}

.banner-area.banner-style-two .single-banner .banner-bg,
.banner-area.banner-style-two .single-banner .banner-overly,
.banner-area.banner-style-three .single-banner .banner-bg,
.banner-area.banner-style-three .single-banner .banner-overly {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
}

.banner-area.banner-style-two .single-banner .banner-overly,
.banner-area.banner-style-three .single-banner .banner-overly {
    background-color: rgb(34, 34, 34);
    z-index: -1;
    opacity: 0.6;
}

.banner-area.banner-style-two .single-banner .banner-bg,
.banner-area.banner-style-three .single-banner .banner-bg {
    animation: 15s linear 0s infinite normal none running zoomIn;
}

.banner-area.banner-style-two .banner-content,
.banner-area.banner-style-two .banner-content h1,
.banner-area.banner-style-three .banner-content,
.banner-area.banner-style-three .banner-content h1 {
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.banner-style-two .banner-content h1,
    .banner-area.banner-style-three .banner-content h1 {
        font-size: 90px;
    }
}

.banner-area.banner-style-two .banner-content .main-btn.btn-filled,
.banner-area.banner-style-two .banner-content .main-btn.btn-border:hover,
.banner-area.banner-style-three .banner-content .main-btn.btn-filled,
.banner-area.banner-style-three .banner-content .main-btn.btn-border:hover {
    box-shadow: none;
}

.banner-area.banner-style-two .banner-content .main-btn.btn-filled:hover,
.banner-area.banner-style-two .banner-content .main-btn.btn-border,
.banner-area.banner-style-three .banner-content .main-btn.btn-filled:hover,
.banner-area.banner-style-three .banner-content .main-btn.btn-border {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
}

.banner-area.banner-style-three .single-banner {
    height: auto;
    padding-top: 180px;
    padding-bottom: 125px;
}

.banner-area .slick-arrow {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    background: rgb(255, 255, 255);
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.banner-area .slick-arrow:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.banner-area .slick-arrow.next-arrow {
    right: 0px;
    left: auto;
}

.banner-area ul.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-51%);
    bottom: 30px;
}

.banner-area ul.slick-dots li {
    display: inline-block;
    margin: 0px 5px;
}

.banner-area ul.slick-dots li button {
    border: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    line-height: 0;
    font-size: 0px;
}

.banner-area ul.slick-dots li.slick-active button {
    background-color: rgb(255, 142, 21);
}

.banner-area.banner-style-three .banner-shape-1 {
    position: absolute;
    top: 20px;
    left: 20px;
    animation: 0.4s ease 0s infinite alternate none running shakein;
}

.banner-area.banner-style-three .banner-shape-2 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    animation: 0.4s ease 0s infinite alternate none running shakeout;
}

.sigma_social-links {
    display: flex;
    align-items: center;
}

.sigma_social-links li+li {
    margin-left: 5px;
}

.sigma_social-links li a {
    height: 40px;
    width: 40px;
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.sigma_social-links li a:hover {
    background-color: rgb(229, 121, 5);
}

.sigma_social-links li a.red-icon {
    background-color: rgb(255, 104, 83);
}

.sigma_social-links li a.red-icon:hover {
    background-color: rgb(215, 46, 22);
}

.sigma_social-links li a.green-icon {
    background-color: rgb(143, 196, 36);
}

.sigma_social-links li a.green-icon:hover {
    background-color: rgb(102, 149, 8);
}

.sigma_social-links li a.white-icon {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 142, 21);
}

.sigma_social-links li a.white-icon:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.sigma_social-links li a.blue-icon {
    background-color: rgb(57, 61, 114);
    color: rgb(255, 142, 21);
}

.sigma_social-links li a.blue-icon:hover {
    background-color: rgb(27, 30, 74);
    color: rgb(255, 255, 255);
}

.about-section {
    position: relative;
    z-index: 1;
}

.about-section .down-arrow-wrap {
    padding-bottom: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .down-arrow-wrap {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .about-section .down-arrow-wrap {
        padding-bottom: 90px;
    }
}

.about-section .down-arrow-wrap a.down-arrow {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: rgb(255, 142, 21);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    box-shadow: rgba(190, 173, 142, 0.3) 0px 14px 24px 0px;
    position: relative;
}

.about-section .down-arrow-wrap a.down-arrow::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running pulse-border-2;
}

.about-section .down-arrow-wrap a.down-arrow::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50%;
    animation: 1.5s linear 0s infinite normal none running pulse-border-2;
}

.about-section .about-title span.title-tag span {
    color: rgb(255, 142, 21);
}

.about-section .abour-text .section-title .highlight {
    display: inline-flex;
    align-items: center;
}

.about-section .abour-text .section-title .highlight span {
    color: rgb(255, 0, 0);
    font-size: 36px;
    margin-left: 15px;
    animation: 1s linear 0s infinite normal none running pulse-heart;
}

@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;
    }
}

.about-section .about-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    column-gap: 35px;
    margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-features {
        column-gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-features {
        column-gap: 15px;
    }
}

@media (max-width: 767px) {
    .about-section .about-features {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 2fr;
        column-gap: 15px;
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .about-section .about-features {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 3fr;
    }
}

.about-section .about-features li {
    margin-top: 15px;
}

.about-section .about-features li a {
    background: rgb(255, 255, 255);
    padding: 55px 0px 45px;
    box-shadow: rgba(184, 184, 184, 0.1) 0px 14px 24px 0px;
    text-align: center;
    display: block;
    color: rgb(255, 142, 21);
    position: relative;
    z-index: 1;
}

.about-section .about-features li a,
.about-section .about-features li a i,
.about-section .about-features li a span {
    transition: all 0.3s ease-out 0s;
    border-radius: 45px;
}

.about-section .about-features li a i {
    font-size: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-features li a i {
        font-size: 55px;
    }
}

.about-section .about-features li a img {
    max-width: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-features li a img {
        max-width: 55px;
    }
}

.about-section .about-features li a .title {
    font-size: 16px;
    color: rgb(17, 17, 17);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    padding-top: 10px;
    display: block;
    font-family: "Baloo Thambi 2", cursive;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-features li a .title {
        letter-spacing: 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-features li a .title {
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .about-section .about-features li a .title {
        letter-spacing: 1px;
    }
}

.about-section .about-features li a .hover-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 75px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.about-section .about-features li a:hover {
    background: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    border-radius: 45px;
}

.about-section .about-features li a:hover .title {
    color: rgb(255, 255, 255);
}

.about-section .about-features li a:hover .hover-icon {
    visibility: visible;
    opacity: 0.1;
}

.about-section .about-features.masonry-layout {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .about-section .about-features.masonry-layout {
        margin-top: 50px;
    }
}

.about-section .about-features.masonry-layout li {
    margin-top: 0px;
}

.about-section .about-features.masonry-layout li:nth-child(2) {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-features.masonry-layout li:nth-child(2) {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .about-features.masonry-layout li:nth-child(2) {
        margin-top: 50px;
    }
}

.about-section .about-features.masonry-layout li:nth-child(3) {
    margin-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-features.masonry-layout li:nth-child(3) {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-features.masonry-layout li:nth-child(3) {
        margin-top: 100px;
    }
}

@media (max-width: 575px) {
    .about-section .about-features.masonry-layout li:nth-child(3) {
        margin-top: 0px;
    }
}

.about-section .about-features.masonry-layout li:nth-child(4) {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-features.masonry-layout li:nth-child(4) {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .about-features.masonry-layout li:nth-child(4) {
        margin-top: -50px;
    }
}

@media (max-width: 575px) {
    .about-section .about-features.masonry-layout li:nth-child(4) {
        margin-top: 50px;
    }
}

.about-section .about-features-boxes .single-feature-box {
    background-color: rgb(255, 255, 255);
    padding: 50px 30px;
    box-shadow: rgba(34, 34, 34, 0.02) 0px 8px 16px 0px;
    text-align: center;
    font-size: 14px;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-features-boxes .single-feature-box {
        padding: 50px 18px;
    }
}

.about-section .about-features-boxes .single-feature-box .icon {
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 1;
    color: rgb(255, 142, 21);
}

.about-section .about-features-boxes .single-feature-box h4 {
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-features-boxes .single-feature-box h4 {
        font-size: 24px;
    }
}

.about-section .about-features-boxes .single-feature-box.only-bg {
    width: 100%;
    height: 100%;
    box-shadow: none;
    min-height: 315px;
    padding: 0px;
    background-size: cover;
    background-position: center center;
}

.about-section .about-features-boxes .single-feature-box.dark {
    background-color: rgb(143, 196, 36);
}

.about-section .about-features-boxes .single-feature-box.dark,
.about-section .about-features-boxes .single-feature-box.dark h4,
.about-section .about-features-boxes .single-feature-box.dark h4 a {
    color: rgb(255, 255, 255);
}

.about-section .about-features-boxes .single-feature-box.dark a:hover {
    color: rgb(255, 142, 21);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .abour-text {
        padding: 0px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .abour-text {
        padding: 0px;
        margin-top: 50px;
    }
}

.about-section .about-text-box {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    margin-top: 40px;
    border-radius: 45px;
}

.about-section .about-text-box .about-img {
    border-radius: 45px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-text-box {
        padding: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-text-box {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .about-section .about-text-box {
        padding: 40px 20px;
    }
}

.about-section .about-text-box .about-text {
    font-size: 14px;
    padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-text-box .about-text {
        padding: 0px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .about-text-box .about-text {
        padding: 0px;
        margin-top: 50px;
    }
}

.about-section .about-text-box .about-text span {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-section .about-text-box .about-text h3 {
    font-size: 48px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-text-box .about-text h3 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-text-box .about-text h3 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .about-section .about-text-box .about-text h3 {
        font-size: 32px;
    }
}

.about-section .about-text-box .about-text .main-btn {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .about-section .about-text-box .about-text .main-btn {
        padding: 0px 35px;
    }
}

.about-section .about-right-bottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.about-section .about-right-bottom .about-bottom-img {
    position: relative;
}

.about-section .about-right-bottom .about-bottom-img::before {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../img/icon/pattern-04.png");
    content: "";
    background-size: cover;
    background-position: center center;
}

.room-type-section {
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    background-position: center center;
}

.room-type-section::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../img/bg/brush.png");
    z-index: -1;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.room-type-section .room-filter {
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-type-section .room-filter {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .room-type-section .room-filter {
        margin-top: 30px;
    }
}

.room-type-section .room-filter li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border: 2px solid transparent;
    padding: 20px 30px;
    cursor: pointer;
    color: rgb(119, 119, 119);
    transition: all 0.3s ease-out 0s;
    border-radius: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-type-section .room-filter li a {
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-type-section .room-filter li a {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .room-type-section .room-filter li a {
        padding: 8px 15px;
        font-size: 14px;
    }
}

.room-type-section .room-filter li a.active,
.room-type-section .room-filter li a:hover {
    color: rgb(17, 17, 17);
    border-color: rgb(230, 230, 230);
    background-color: transparent;
    border-radius: 45px;
}

.room-type-section .room-items .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.room-type-section .room-items .row>.col,
.room-type-section .room-items .row>[class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.room-type-section .room-items .room-box {
    width: 100%;
    height: 280px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 45px;
}

.room-type-section .room-items .room-box.extra-height {
    height: 575px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-type-section .room-items .room-box.extra-height {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .room-type-section .room-items .room-box.extra-height {
        height: 280px;
    }
}

.room-type-section .room-items .room-box::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(17, 17, 17, 0.5) 0%, rgba(17, 17, 17, 0.25) 44%, rgba(17, 17, 17, 0) 100%);
    content: "";
}

.room-type-section .room-items .room-box .room-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.4s ease-out 0s;
}

.room-type-section .room-items .room-box .room-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    right: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-type-section .room-items .room-box .room-content {
        left: 15px;
    }
}

.room-type-section .room-items .room-box .room-content h3 {
    font-size: 36px;
}

@media (max-width: 767px) {
    .room-type-section .room-items .room-box .room-content h3 {
        font-size: 26px;
    }
}

.room-type-section .room-items .room-box .room-content h3 a {
    color: rgb(255, 255, 255);
}

.room-type-section .room-items .room-box .room-content span {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    padding: 4px 12px;
    background-color: rgb(255, 142, 21);
    font-weight: 700;
    border-radius: 35px;
}

.room-type-section .room-items .room-box .room-content span.green {
    background-color: rgb(143, 196, 36);
    border-radius: 35px;
}

.room-type-section .room-items .room-box .room-content span.red {
    background-color: rgb(255, 104, 83);
    border-radius: 35px;
}

.room-type-section .room-items .room-box .room-content span.white {
    background-color: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    border-radius: 35px;
}

.room-type-section .room-items .room-box .room-content span i {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .room-type-section .room-items .room-box .room-content span {
        font-size: 14px;
    }
}

.room-type-section .room-items .room-box .room-link {
    background-color: rgb(255, 142, 21);
    width: 60px;
    height: 60px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    border-radius: 50%;
    z-index: 3;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .room-type-section .room-items .room-box .room-link {
        height: 40px;
        width: 40px;
        text-align: center;
        right: 10px;
        line-height: 40px;
    }
}

.room-type-section .room-items .room-box .room-link:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 142, 21);
}

.room-type-section .room-items .room-box.extra-wide .room-link {
    right: 40px;
}

.room-type-section .room-items .room-box:hover .room-link {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.room-type-section .room-items .room-box:hover .room-bg {
    transform: scale(1.1);
}

.room-type-section .shape-1 {
    position: absolute;
    left: -60px;
    top: -170px;
    animation: 0.4s ease 0s infinite alternate none running shakeout;
    z-index: -1;
}

.room-type-section .shape-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    animation: 4s ease 0s infinite alternate none running zoomIn;
    z-index: -1;
}

@media (min-width: 1600px) {
    .room-type-section .shape-2 {
        right: 300px;
    }
}

.cta-section .cta-inner {
    padding: 100px 0px;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    border-radius: 45px;
}

.cta-section .cta-inner .cta-text p {
    font-size: 20px;
    line-height: 1.6;
    color: rgb(160, 141, 105);
}

.cta-section .cta-inner .cta-text a.main-btn.btn-filled {
    background-color: rgb(255, 104, 83);
    color: rgb(255, 255, 255);
    margin-top: 40px;
    border-color: rgb(255, 104, 83);
}

.cta-section .cta-inner .cta-text a.main-btn.btn-filled:hover {
    background-color: rgb(255, 142, 21);
    border-color: rgb(255, 142, 21);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section .cta-inner .cta-text {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .cta-section .cta-inner .cta-text {
        margin-top: 60px;
    }
}

.cta-section .cta-inner .cta-features .single-feature {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 120px 1fr;
    margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-section .cta-inner .cta-features .single-feature {
        grid-template-columns: 100px 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-section .cta-inner .cta-features .single-feature {
        grid-template-columns: 100px 1fr;
    }
}

@media (max-width: 575px) {
    .cta-section .cta-inner .cta-features .single-feature {
        display: block;
    }
}

.cta-section .cta-inner .cta-features .single-feature .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(190, 173, 142, 0.2) 0px 8px 16px 0px;
    text-align: center;
    line-height: 140px;
    font-size: 60px;
    color: rgb(255, 142, 21);
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-section .cta-inner .cta-features .single-feature .icon {
        height: 100px;
        width: 100px;
        line-height: 100px;
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .cta-section .cta-inner .cta-features .single-feature .icon {
        height: 100px;
        width: 100px;
        line-height: 100px;
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .cta-section .cta-inner .cta-features .single-feature .icon {
        margin-bottom: 30px;
    }
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc {
    position: relative;
    padding-left: 40px;
    z-index: 1;
    font-size: 14px;
}

@media (max-width: 575px) {
    .cta-section .cta-inner .cta-features .single-feature .cta-desc {
        padding-left: 0px;
    }
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
    font-size: 30px;
    color: rgb(17, 17, 17);
    margin-bottom: 20px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
        font-size: 26px;
    }
}

.cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
    position: absolute;
    font-size: 120px;
    font-weight: 700;
    left: -32px;
    top: 0px;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgb(17, 17, 17);
    z-index: -1;
    color: transparent;
    opacity: 0.1;
}

@media (max-width: 575px) {
    .cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
        left: 0px;
        top: -75px;
    }
}

.cta-section .cta-inner .cta-features .single-feature:hover .icon {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.cta-section .cta-inner .cta-features .single-feature:last-child {
    margin-bottom: 0px;
}

.cta-section .paw-row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -58px;
    display: flex;
    align-items: center;
}

.cta-section .paw-row i {
    color: rgb(255, 142, 21);
    font-size: 30px;
    transform: rotate(45deg);
}

.cta-section .paw-row i+i {
    margin-left: 18px;
}

.cta-section .cta-inner::before {
    content: "";
    font-family: Flaticon;
    left: 0px;
    bottom: 0px;
    line-height: 1;
    color: rgb(246, 246, 246);
    font-size: 350px;
    position: absolute;
}

@media (max-width: 991px) {
    .cta-section .paw-row {
        display: none;
    }
}

.room-gallery-cta {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    padding: 120px 0px;
    background-attachment: fixed;
}

.room-gallery-cta::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(80, 112, 13);
    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: 0px 5px;
    }
}

@media (max-width: 767px) {
    .room-gallery-cta ul li .main-btn {
        padding: 0px 25px;
        letter-spacing: 1px;
    }
}

@media (max-width: 399px) {
    .room-gallery-cta ul li .main-btn {
        padding: 0px 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 {
    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: rgb(255, 255, 255);
}

.room-gallery-cta .cta-text h2 {
    font-size: 60px;
    line-height: 1.125;
    letter-spacing: -3px;
    color: rgb(255, 255, 255);
}

@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: rgb(255, 142, 21);
}

.room-gallery-cta .rotate-images img {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    transform: rotate(-37deg);
    left: 3%;
}

@media (max-width: 767px) {
    .room-gallery-cta .rotate-images img {
        max-width: 150px;
    }
}

@media (max-width: 399px) {
    .room-gallery-cta .rotate-images img {
        max-width: 100px;
    }
}

.room-gallery-cta .rotate-images img.rotate-image-one {
    left: 8%;
    top: 0px;
    bottom: auto;
    max-width: 260px;
    transform: rotate(-37deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 2%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 2%;
        max-width: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 1%;
        max-width: 180px;
    }
}

@media (max-width: 767px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 1%;
        max-width: 150px;
    }
}

@media (max-width: 399px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        max-width: 100px;
    }
}

.room-gallery-cta .rotate-images img.rotate-image-three {
    right: 5%;
    left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        right: 2%;
        max-width: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        right: 2%;
        max-width: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        right: 1%;
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        right: 1%;
        max-width: 150px;
    }
}

@media (max-width: 399px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        max-width: 100px;
    }
}

.room-gallery-cta .shape {
    position: absolute;
    top: 45px;
    right: -45px;
    animation: 5s linear 0s infinite normal none running zoomIn;
    z-index: -1;
}

.text-block.with-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.text-block.with-bg::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(255, 255, 255);
    z-index: -2;
    opacity: 0.94;
}

.text-block.bg-black p,
.text-block.bg-black .section-title h2 {
    color: rgb(255, 255, 255);
}

.text-block.bg-black .section-title .title-tag {
    color: rgb(255, 142, 21);
}

.text-block.bg-black .main-btn.btn-filled {
    box-shadow: none;
}

.text-block.bg-black .main-btn.btn-filled:hover {
    color: rgb(255, 255, 255);
}

.text-block.with-pattern {
    position: relative;
    z-index: 1;
}

.text-block.with-pattern .pattern-wrap {
    position: absolute;
    background: rgb(143, 196, 36);
    right: 0px;
    height: 100%;
    z-index: -1;
    width: 30%;
    top: 0px;
}

@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 {
    position: relative;
    width: 100%;
    height: 100%;
}

.text-block.with-pattern .pattern-wrap .pattern::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("../img/icon/pattern-03.png");
    content: "";
    background-size: cover;
    background-position: right center;
}

@media (max-width: 575px) {
    .text-block .block-text p {
        padding-right: 0px;
    }
}

@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;
    }
}

.text-block.with-bg .shape {
    position: absolute;
    left: 0px;
    top: 60px;
    animation: 0.4s ease 0s infinite alternate none running shakeout;
    z-index: -1;
}

.text-block.with-bg .shape-2 {
    position: absolute;
    right: 0px;
    bottom: -40px;
    animation: 4s ease 0s infinite alternate none running zoomIn;
    z-index: -1;
}

@media (min-width: 1600px) {
    .text-block.with-bg .shape {
        left: 200px;
    }
    .text-block.with-bg .shape-2 {
        right: 200px;
    }
}

.text-block.with-pattern .section-title .highlight {
    display: inline-flex;
    align-items: center;
}

.text-block.with-pattern .pulsing-dot {
    width: 16px;
    height: 16px;
    background-color: rgb(255, 104, 83);
    border-radius: 50%;
    animation: 2s ease 0s infinite normal none running pulse-animation;
    margin-left: 15px;
}

.text-block.with-pattern .shape-1 {
    position: absolute;
    left: -30px;
    bottom: 40px;
    z-index: -1;
}

.text-block.with-pattern .shape-2 {
    position: absolute;
    right: -30px;
    top: -40px;
    z-index: -1;
}

.video-wrap {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 45px;
}

@media (max-width: 575px) {
    .video-wrap {
        height: 350px;
    }
}

.video-wrap a.popup-video,
.popup-video {
    border-radius: 50%;
    box-shadow: rgba(190, 173, 142, 0.3) 0px 14px 24px 0px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-size: 16px;
    color: rgb(17, 17, 17);
    position: relative;
}

.post-format-video .popup-video,
.video-box .popup-video,
.part-box .popup-video {
    position: absolute;
}

.video-wrap a.popup-video::before,
.popup-video::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running pulse-border-2;
}

.video-wrap a.popup-video::after,
.popup-video::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50%;
    animation: 1.5s linear 0s infinite normal none running pulse-border-2;
}

.video-wrap.video-wrap-two {
    height: 460px;
    border-radius: 45px;
}

@media (max-width: 575px) {
    .video-wrap.video-wrap-two {
        height: 350px;
        border-radius: 45px;
    }
}

.video-wrap.full-section {
    height: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrap.full-section {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .video-wrap.full-section {
        height: 380px;
    }
}

.video-wrap.full-section a.popup-video {
    height: auto;
    width: auto;
    background-color: transparent;
}

.video-wrap.full-section a.popup-video::before,
.video-wrap.full-section a.popup-video::after {
    display: none;
}

.video-wrap.full-section a.popup-video img {
    max-width: 115px;
    max-height: 115px;
}

@media (max-width: 767px) {
    .video-wrap.full-section a.popup-video img {
        max-width: 60px;
        max-height: 60px;
    }
}

.video-wrap.video-about {
    height: 650px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrap.video-about {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .video-wrap.video-about {
        height: 300px;
    }
}

.sigma_video-sec {
    position: relative;
}

.sigma_video-sec .video-wrap.video-wrap-two {
    border-radius: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

@media (max-width: 991px) {
    .sigma_video-sec .video-wrap.video-wrap-two {
        position: relative;
        width: 100%;
        height: 500px;
        margin-top: 50px;
    }
    .sigma_video-sec {
        padding-bottom: 0px;
    }
}

.testimonial-box {
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 50px 30px;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 40px;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-box {
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-box {
        padding: 50px 20px;
        font-size: 14px;
    }
}

.testimonial-box .client-img {
    max-width: 150px;
    max-height: 150px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.testimonial-box .client-img img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
}

.testimonial-box .client-img .check {
    position: absolute;
    right: -26px;
    top: -18px;
    color: rgb(255, 142, 21);
    font-size: 60px;
    line-height: 0;
    z-index: -1;
    opacity: 0.3;
}

.testimonial-box h3 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 35px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-box h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-box h3 {
        font-size: 22px;
    }
}

.testimonial-box .clinet-post {
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(255, 142, 21);
    margin-bottom: 30px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-box .clinet-post {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-box .clinet-post {
        font-size: 12px;
    }
}

.testimonial-box:hover {
    box-shadow: rgba(190, 173, 142, 0.2) 0px 14px 24px 0px;
}

.testimonial-slider ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.testimonial-slider ul.slick-dots li {
    display: inline-block;
    cursor: pointer;
}

.testimonial-slider ul.slick-dots li button {
    font-size: 0px;
    border: 0px;
    background: rgb(231, 231, 231);
    width: 16px;
    height: 4px;
    margin: 0px 5px;
    transition: all 0.3s ease-out 0s;
}

.testimonial-slider ul.slick-dots li.slick-active button {
    width: 26px;
    background-color: rgb(255, 142, 21);
}

.latest-blog {
    position: relative;
}

.latest-blog .latest-post-box .post-img {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    position: relative;
}

.latest-blog .latest-post-box .post-img .cat {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 142, 21);
    border-radius: 45px;
}

.latest-blog .latest-post-box .post-img .cat:hover {
    background-color: rgb(17, 17, 17);
}

.latest-blog .shape-1 {
    position: absolute;
    bottom: 50px;
    left: -20px;
    animation: 0.4s ease 0s infinite alternate none running shakein;
    z-index: -1;
}

.latest-blog .shape-2 {
    position: absolute;
    right: -20px;
    top: 30px;
    animation: 0.4s ease 0s infinite alternate none running shakeout;
    z-index: -1;
}

@media (max-width: 767px) {
    .latest-blog .latest-post-box .post-img {
        height: 220px;
    }
}

.latest-blog .latest-post-box .post-desc {
    background-color: rgb(255, 255, 255);
    padding: 40px 35px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-blog .latest-post-box .post-desc {
        padding: 35px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-blog .latest-post-box .post-desc {
        padding: 35px 18px;
        font-size: 14px;
    }
}

@media (max-width: 399px) {
    .latest-blog .latest-post-box .post-desc {
        padding: 35px 25px;
        font-size: 14px;
    }
}

.latest-blog .latest-post-box .post-desc .post-meta {
    margin-bottom: 20px;
}

.latest-blog .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-blog .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-blog .latest-post-box .post-desc .post-meta li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-blog .latest-post-box .post-desc .post-meta li {
        margin-right: 5px;
        font-size: 12px;
    }
}

@media (max-width: 399px) {
    .latest-blog .latest-post-box .post-desc .post-meta li {
        margin-right: 5px;
        font-size: 12px;
    }
}

.latest-blog .latest-post-box .post-desc .post-meta li a {
    font-weight: 500;
    color: rgb(255, 142, 21);
}

.latest-blog .latest-post-box .post-desc .post-meta li a:hover {
    color: rgb(229, 121, 5);
}

.latest-blog .latest-post-box .post-desc .post-meta li a i {
    margin-right: 10px;
}

.latest-blog .latest-post-box .post-desc .post-meta li:last-child {
    margin-right: 0px;
}

.latest-blog .latest-post-box .post-desc h4 {
    font-size: 24px;
    color: rgb(17, 17, 17);
    margin-bottom: 25px;
    letter-spacing: -1px;
    line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-blog .latest-post-box .post-desc h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-blog .latest-post-box .post-desc h4 {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .latest-blog .latest-post-box .post-desc h4 {
        font-size: 20px;
    }
}

.features-loop .feature-box {
    padding: 60px 50px;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    border: 2px solid rgb(248, 248, 248);
    border-radius: 45px;
    position: relative;
    margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-loop .feature-box {
        padding: 50px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-loop .feature-box {
        padding: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-loop .feature-box {
        padding: 35px 25px;
    }
}

@media (max-width: 575px) {
    .features-loop .feature-box {
        padding: 50px 30px;
    }
}

.features-loop .feature-box .icon {
    margin-bottom: 30px;
    font-size: 70px;
    color: rgb(255, 142, 21);
    line-height: 1;
}

.features-loop .feature-box:hover .icon i {
    animation: 0.75s linear 0s 1 normal none running hvr-buzz-out;
}

.features-loop .feature-box h3 {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-loop .feature-box h3 {
        font-size: 24px;
    }
}

.features-loop .feature-box .count {
    line-height: 1;
    position: absolute;
    right: 10px;
    top: -5px;
    font-size: 120px;
    color: rgb(248, 248, 248);
}

.features-loop .feature-box.with-hover-img .hover-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease-out 0s;
    visibility: visible;
    opacity: 1;
    border-radius: 45px;
}

.features-loop .feature-box.with-hover-img:hover .hover-img {
    opacity: 0;
    visibility: hidden;
}

.features-loop .feature-box.dark-box {
    background-color: rgb(41, 41, 41);
    border: none;
}

.features-loop .feature-box.dark-box,
.features-loop .feature-box.dark-box h3 a {
    color: rgb(255, 255, 255);
}

.features-loop .feature-box.dark-box .count {
    color: rgb(143, 196, 36);
}

.feature-room-section {
    position: relative;
    overflow: hidden;
}

.room-gird-loop .room-box .room-img-wrap {
    overflow: hidden;
    width: 100%;
    height: 240px;
}

.room-gird-loop .room-box .room-img-wrap .room-img {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.room-gird-loop .room-box:hover .room-img {
    transform: scale(1.1);
}

.room-gird-loop .room-box .room-desc {
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    padding: 50px 35px 30px;
    position: relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gird-loop .room-box .room-desc {
        padding: 50px 25px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc {
        padding: 50px 20px 30px;
    }
}

.room-gird-loop .room-box .room-desc .icons {
    background-color: rgb(255, 104, 83);
    padding: 15px;
    position: absolute;
    left: 25px;
    right: 25px;
    top: 0px;
    transform: translateY(-50%);
    box-shadow: rgba(138, 138, 138, 0.04) 0px 8px 16px 0px;
    border-radius: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc .icons {
        left: 12px;
        right: 12px;
        padding: 15px 5px;
    }
}

.room-gird-loop .room-box .room-desc .icons li {
    display: inline-block;
    margin: 0px 10px;
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0px 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0px 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0px 5px;
    }
}

@media (max-width: 399px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0px 5px;
    }
}

.room-gird-loop .room-box .room-desc h4 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc h4 {
        font-size: 20px;
    }
}

.room-gird-loop .room-box .room-desc span.price,
.room-gird-loop .room-box .room-desc a.book-btn {
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 142, 21);
    margin-top: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc span.price,
    .room-gird-loop .room-box .room-desc a.book-btn {
        font-size: 14px;
    }
}

.room-gird-loop .room-box .room-desc a.book-btn {
    color: rgb(189, 189, 189);
    margin-left: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc a.book-btn {
        margin-left: 10px;
    }
}

.room-gird-loop .room-box .room-desc a.book-btn:hover {
    color: rgb(255, 142, 21);
}

.feature-room-section .shape-1 {
    position: absolute;
    left: -30px;
    top: -30px;
    animation: 4s ease 0s infinite alternate none running zoomIn;
    z-index: -1;
}

.feature-room-section .shape-2 {
    position: absolute;
    right: -30px;
    bottom: -30px;
    animation: 0.4s ease 0s infinite alternate none running shakeout;
    z-index: -1;
}

.room-list-loop .room-box .room-img-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 310px;
    border-radius: 45px 45px 0px 0px;
}

@media (min-width: 992px) {
    .room-list-loop .room-box .room-img-wrap {
        border-radius: 45px 0px 0px 45px;
    }
}

@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%;
    transition: all 0.4s ease-out 0s;
    background-size: cover;
    background-position: center center;
}

.room-list-loop .room-box:hover .room-img {
    transform: scale(1.1);
}

.room-list-loop .room-box .room-desc {
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 50px 20px 50px 40px;
    position: relative;
    border-radius: 0px 0px 45px 45px;
}

@media (min-width: 992px) {
    .room-list-loop .room-box .room-desc {
        border-radius: 0px 45px 45px 0px;
    }
}

@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 .icons {
    padding: 15px;
    box-shadow: rgba(138, 138, 138, 0.04) 0px 8px 16px 0px;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 45px;
    background-color: rgb(255, 104, 83);
}

.room-list-loop .room-box .room-desc .icons li {
    display: inline-block;
    margin: 0px 10px;
    color: rgb(34, 34, 34);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-list-loop .room-box .room-desc .icons li {
        margin: 0px 8px;
    }
}

@media (max-width: 575px) {
    .room-list-loop .room-box .room-desc .icons li {
        margin: 0px 5px;
    }
}

.room-list-loop .room-box .room-desc h4 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.room-list-loop .room-box .room-desc a.book-btn {
    font-size: 16px;
    font-weight: 700;
    color: rgb(189, 189, 189);
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
}

.room-list-loop .room-box .room-desc a.book-btn:hover {
    color: rgb(255, 142, 21);
}

.room-list-loop .room-box .room-desc a.book-btn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    height: 2px;
    transform: translateX(-50%);
    width: 60px;
    background-color: rgb(239, 239, 239);
}

.room-list-loop .room-box .room-desc .price {
    font-size: 40px;
    font-weight: 700;
    color: rgb(255, 142, 21);
    line-height: 1;
    display: block;
}

@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-slider {
    position: relative;
    z-index: 1;
}

.room-slider .rooms-slider-one.row {
    margin-left: -20px;
    margin-right: -20px;
}

.room-slider .rooms-slider-one.row>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.room-slider .rooms-slider-one .slider-img {
    width: 100%;
    height: 580px;
    background-size: cover;
    background-position: center center;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .room-slider .rooms-content-wrap {
        margin-bottom: 100px;
    }
}

.room-slider .rooms-content-wrap .room-content-box {
    background-color: rgb(143, 196, 36);
    color: rgb(212, 212, 212);
    font-size: 14px;
    padding: 60px 50px;
    position: relative;
    z-index: 2;
    margin-top: -495px;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-content-wrap .room-content-box {
        margin-top: -445px;
    }
}

@media (max-width: 767px) {
    .room-slider .rooms-content-wrap .room-content-box {
        margin-top: -100px;
        padding: 50px 30px;
    }
}

@media (max-width: 575px) {
    .room-slider .rooms-content-wrap .room-content-box {
        margin-top: -50px;
        padding: 50px 30px;
    }
}

.room-slider .rooms-content-wrap .room-content-box .slider-count {
    position: absolute;
    right: 50px;
    font-size: 14px;
    font-weight: 700;
    top: 90px;
    color: rgb(255, 255, 255);
    z-index: 3;
    letter-spacing: 2px;
}

.room-slider .rooms-content-wrap .room-content-box .slider-count .current {
    color: rgb(255, 142, 21);
}

.room-slider .rooms-content-wrap .room-content-box .slider-count-big {
    position: absolute;
    bottom: -30px;
    right: 0px;
    line-height: 1;
    font-size: 200px;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
    opacity: 0.1;
}

@media (max-width: 767px) {
    .room-slider .rooms-content-wrap .room-content-box .slider-count-big {
        font-size: 150px;
    }
}

.room-slider .rooms-content-wrap .room-content-box h3 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.room-slider .rooms-content-wrap .room-content-box h3,
.room-slider .rooms-content-wrap .room-content-box h3 a {
    color: rgb(255, 255, 255);
}

.room-slider .rooms-content-wrap .room-content-box .icon {
    line-height: 1;
    color: rgb(255, 142, 21);
    margin-bottom: 40px;
    font-size: 70px;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider {
    padding-bottom: 45px;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider .single-content {
    overflow: hidden;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider .single-content p {
    color: rgb(255, 255, 255);
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li {
    display: inline-block;
    cursor: pointer;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li button {
    font-size: 0px;
    border: 0px;
    background: rgb(255, 255, 255);
    width: 16px;
    height: 4px;
    margin: 0px 5px;
    transition: all 0.3s ease-out 0s;
}

.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li.slick-active button {
    width: 26px;
    background-color: rgb(255, 142, 21);
}

.room-slider .rooms-slider-two .single-rooms-box {
    position: relative;
    margin-bottom: 130px;
    margin-top: 25px;
}

.room-slider .rooms-slider-two .single-rooms-box .room-img {
    overflow: hidden;
    width: 100%;
    height: 500px;
    border-radius: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-img {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-img {
        height: 350px;
    }
}

.room-slider .rooms-slider-two .single-rooms-box .room-img .img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease-out 0s;
}

.room-slider .rooms-slider-two .single-rooms-box:hover .img {
    transform: scale(1.1);
}

.room-slider .rooms-slider-two .single-rooms-box .icons {
    background-color: rgb(255, 104, 83);
    padding: 15px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(138, 138, 138, 0.04) 0px 8px 16px 0px;
    visibility: visible;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    width: max-content;
}

.room-slider .rooms-slider-two .single-rooms-box .icons li {
    display: inline-block;
    margin: 0px 10px;
    color: rgb(255, 255, 255);
}

@media (max-width: 575px) {
    .room-slider .rooms-slider-two .single-rooms-box .icons li {
        margin: 0px 5px;
    }
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: -115px;
    background-color: rgb(255, 255, 255);
    padding: 40px;
    box-shadow: rgba(138, 138, 138, 0.04) 0px 8px 16px 0px;
    font-size: 14px;
    visibility: visible;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc {
        left: 20px;
        right: 20px;
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc {
        left: 20px;
        right: 20px;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc {
        left: 10px;
        right: 10px;
        padding: 25px;
    }
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
    font-size: 36px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
        font-size: 26px;
    }
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
    text-align: right;
    font-size: 40px;
    color: rgb(255, 142, 21);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
        text-align: left;
        margin-top: 10px;
    }
}

.room-slider .rooms-slider-two .single-rooms-box .room-desc .price span {
    font-size: 16px;
}

.room-slider .rooms-slider-two .slick-current .single-rooms-box .room-desc,
.room-slider .rooms-slider-two .slick-current .single-rooms-box .icons {
    visibility: visible;
    opacity: 1;
    border-radius: 45px;
}

.room-slider .rooms-slider-two .slick-arrow {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: rgb(17, 17, 17);
    background: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: 40%;
    z-index: 2;
    left: 22%;
    transform: translateY(-50%);
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-slider-two .slick-arrow {
        left: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .slick-arrow {
        left: 5%;
    }
}

@media (max-width: 767px) {
    .room-slider .rooms-slider-two .slick-arrow {
        left: 2%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
}

.room-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) {
    .room-slider .rooms-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 5%;
    }
}

@media (max-width: 767px) {
    .room-slider .rooms-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 2%;
    }
}

.room-slider .rooms-slider-two .slick-arrow:hover,
.room-slider .rooms-slider-two .slick-arrow.next-arrow {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    box-shadow: rgba(190, 173, 142, 0.3) 0px 14px 24px 0px;
}

.room-details .deatils-box {
    font-family: Lato, sans-serif;
}

.room-details .deatils-box .title-wrap {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 40px 50px;
    background-color: rgb(255, 255, 255);
    margin-right: 40px;
    border-radius: 0px 45px 45px 0px;
    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: 0px;
        width: 100%;
        display: block;
    }
}

.room-details .deatils-box .title-wrap .title .room-cat {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

.room-details .deatils-box .title-wrap .title h2 {
    font-size: 48px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 28px;
    }
}

.room-details .deatils-box .title-wrap .price {
    font-size: 40px;
    color: rgb(255, 142, 21);
    font-weight: 700;
    font-family: Archivo, sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 24px;
        margin-top: 15px;
    }
}

.room-details .deatils-box .title-wrap .price span {
    font-size: 16px;
}

.room-details .deatils-box .thumb {
    margin-top: -90px;
    position: relative;
    margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .thumb {
        margin-top: -65px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .thumb {
        margin-top: 0px;
    }
}

.room-details .deatils-box h3.subtitle {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(241, 241, 241);
}

.room-details .deatils-box .room-fearures {
    background-color: rgb(255, 255, 255);
    padding: 50px 50px 30px;
    border-radius: 45px;
}

@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: rgb(255, 142, 21);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.room-details .deatils-box .room-rules {
    background-color: rgb(255, 255, 255);
    padding: 50px 50px 30px;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .room-rules {
        padding: 50px 35px 30px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .room-rules {
        padding: 50px 30px 30px;
    }
}

.room-details .deatils-box .room-rules .room-rules-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.room-details .deatils-box .room-rules .room-rules-list li::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(255, 142, 21);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "";
}

.room-details .deatils-box .cancellation-box {
    background-color: rgb(255, 255, 255);
    padding: 50px;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .cancellation-box {
        padding: 50px 35px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .cancellation-box {
        padding: 50px 30px;
    }
}

.room-details .deatils-box .cancellation-box strong {
    color: rgb(34, 34, 34);
}

.room-details .deatils-box .room-map {
    width: 100%;
    height: 390px;
    background-color: rgb(255, 255, 255);
}

@media (max-width: 575px) {
    .room-details .deatils-box .room-map {
        height: 320px;
    }
}

.room-details .deatils-box .room-map iframe {
    width: 100%;
    height: 100%;
}

.room-details .deatils-box .related-room h3.subtitle {
    border-color: rgb(221, 221, 221);
}

.room-details .room-booking-form {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 45px;
}

@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: rgb(248, 248, 248);
}

.room-details .room-booking-form .main-btn {
    height: 60px;
    line-height: 60px;
    box-shadow: none;
    width: 100%;
    padding: 0px;
}

.room-details .room-booking-form .title {
    font-weight: 700;
    font-family: Archivo, 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: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: rgb(255, 142, 21);
    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;
    }
}

.room-details.service-details .deatils-box .thumb {
    margin-top: 0px;
}

.counter-section .counter-box {
    margin-bottom: 50px;
    text-align: center;
}

.counter-inner {
    border-radius: 45px;
}

@media (max-width: 575px) {
    .counter-section .counter-box {
        font-size: 12px;
    }
}

.counter-section .counter-box .icon {
    margin-bottom: 30px;
}

.counter-section .counter-box .icon img {
    max-width: 100px;
}

.counter-section .counter-box,
.counter-section .counter-box h4 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-family: Lato, sans-serif;
}

.counter-section .counter-box h4 {
    font-size: 60px;
    word-spacing: 0px;
}

.counter-section .counter-box h4 .plus-icon {
    font-size: 16px;
}

@media (max-width: 575px) {
    .counter-section .counter-box h4 {
        font-size: 38px;
    }
}

.counter-section .counter-box .title {
    color: rgb(255, 255, 255);
}

.counter-section .counter-box .title.is-grey {
    color: rgb(119, 119, 119);
    font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-section .counter-box.box-layout {
        font-size: 12px;
    }
}

.counter-section .counter-box.counter-box-two {
    background-color: rgb(255, 255, 255);
    padding: 30px 40px 30px 120px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-section .counter-box.counter-box-two {
        padding: 30px 20px 30px 115px;
    }
}

@media (max-width: 767px) {
    .counter-section .counter-box.counter-box-two {
        padding: 110px 25px 30px;
    }
}

.counter-section .counter-box.counter-box-two,
.counter-section .counter-box.counter-box-two h4 {
    font-weight: 400;
    color: rgb(119, 119, 119);
}

.counter-section .counter-box.counter-box-two .icon {
    position: absolute;
    top: 28px;
    left: 40px;
    font-size: 60px;
    color: rgb(255, 142, 21);
    margin: 0px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-section .counter-box.counter-box-two .icon {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .counter-section .counter-box.counter-box-two .icon {
        top: 30px;
        left: 25px;
    }
}

.counter-section .counter-box.counter-box-two h4 {
    color: rgb(34, 34, 34);
    letter-spacing: -1px;
    line-height: 1;
    font-family: "Old Standard TT", serif;
}

.counter-section .row .image {
    border-radius: 45px;
    overflow: hidden;
}

.menu-area {
    position: relative;
    z-index: 1;
}

.menu-area.menu-nagative-gallery {
    padding-top: 115px;
    margin-bottom: 305px;
    padding-bottom: 285px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area.menu-nagative-gallery {
        margin-bottom: 230px;
        padding-bottom: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-area.menu-nagative-gallery {
        margin-bottom: 200px;
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .menu-area.menu-nagative-gallery {
        margin-bottom: 200px;
        padding-bottom: 200px;
    }
}

@media (max-width: 575px) {
    .menu-area.menu-nagative-gallery {
        margin-bottom: 230px;
        padding-bottom: 240px;
    }
}

.menu-area.menu-nagative-gallery .gallery-wrap {
    position: absolute;
    bottom: -190px;
    width: 100%;
    left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area.menu-nagative-gallery .gallery-wrap {
        bottom: -130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-area.menu-nagative-gallery .gallery-wrap {
        bottom: -100px;
    }
}

@media (max-width: 767px) {
    .menu-area.menu-nagative-gallery .gallery-wrap {
        bottom: -100px;
    }
}

@media (max-width: 575px) {
    .menu-area.menu-nagative-gallery .gallery-wrap {
        bottom: -150px;
    }
}

.menu-area.menu-with-shape .shape-one {
    position: absolute;
    left: 2%;
    top: -70px;
    max-width: 250px;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area.menu-with-shape .shape-one {
        max-width: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-area.menu-with-shape .shape-one {
        max-width: 180px;
    }
}

@media (max-width: 767px) {
    .menu-area.menu-with-shape .shape-one {
        display: none;
    }
}

.menu-area.menu-with-shape .shape-two {
    position: absolute;
    right: 3%;
    bottom: 160px;
    z-index: -1;
    max-width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-area.menu-with-shape .shape-two {
        max-width: 180px;
    }
}

.menu-area .menu-loop .single-menu-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding: 10px 80px 10px 10px;
    border-radius: 45px;
    transition: all 0.3s ease 0s;
}

.menu-area .menu-loop .single-menu-box:hover {
    background-color: rgb(143, 196, 36);
}

@media (max-width: 576px) {
    .menu-area .menu-loop .single-menu-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.menu-area .menu-loop .single-menu-box .menu-desc {
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
    color: rgb(34, 34, 34);
    padding-left: 30px;
    flex: 1 1 0%;
}

@media (max-width: 576px) {
    .menu-area .menu-loop .single-menu-box .menu-desc {
        padding-left: 10px;
        padding-top: 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%;
    transform: translateY(-50%);
    font-size: 24px;
    color: rgb(255, 255, 255);
    z-index: 2;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

.menu-area .menu-loop .single-menu-box .menu-img {
    position: relative;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center center;
    border-radius: 45px;
}

.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;
    }
}

.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc,
.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc h4 a {
    color: rgb(255, 255, 255);
}

.menu-area .menu-loop .single-menu-box.hover-drak:hover .menu-desc p {
    color: rgb(255, 255, 255);
}

.gallery-wrap .gallery-popup {
    overflow: hidden;
    border-radius: 45px;
}

.gallery-wrap .gallery-popup img {
    transition: all 0.4s ease-out 0s;
}

.gallery-wrap .gallery-popup:hover img {
    transform: scale(1.1);
}

.contact-part {}

.contact-part .contact-info .info-box {
    padding: 50px 45px;
    background-color: rgb(255, 255, 255);
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 40px 1fr;
    margin-bottom: 30px;
    column-gap: 30px;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-part .contact-info .info-box {
        padding: 50px 30px;
        grid-template-columns: 30px 1fr;
    }
}

@media (max-width: 767px) {
    .contact-part .contact-info .info-box {
        display: block;
        padding: 30px 20px;
    }
}

.contact-part .contact-info .info-box .icon {
    font-size: 40px;
    color: rgb(255, 142, 21);
}

@media (max-width: 767px) {
    .contact-part .contact-info .info-box .icon {
        margin-bottom: 15px;
    }
}

.contact-part .contact-info .info-box .desc h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-part .contact-maps {
    height: 700px;
    width: 100%;
}

.contact-part .contact-form {
    background-color: rgb(255, 255, 255);
    padding: 100px;
    border-radius: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-part .contact-form {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .contact-part .contact-form {
        padding: 50px;
    }
}

.contact-part .contact-form .main-btn.btn-filled {
    box-shadow: none;
}

.packages-area .offer-boxes-loop .offer-box {
    margin-bottom: 60px;
}

.packages-area .offer-boxes-loop .offer-box .thumb {
    border-radius: 45px;
    overflow: hidden;
}

.packages-area .offer-boxes-loop .offer-box .offer-desc {
    background-color: rgb(255, 255, 255);
    padding: 65px 60px 60px;
    margin-left: 60px;
    margin-right: 60px;
    border-top: 6px solid rgb(255, 142, 21);
    margin-top: -75px;
    z-index: 2;
    position: relative;
    border-radius: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 30px;
        margin-right: 30px;
        padding: 65px 40px 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 20px;
        margin-right: 20px;
        padding: 40px 30px 30px;
        margin-top: -50px;
    }
}

@media (max-width: 575px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 15px;
        margin-right: 15px;
        padding: 40px 20px 30px;
        margin-top: -30px;
    }
}

@media (max-width: 399px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 5px;
        margin-right: 5px;
        padding: 30px 15px 20px;
    }
}

.packages-area .offer-boxes-loop .offer-box .offer-desc .main-btn {
    box-shadow: none;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc .main-btn {
        padding: 0px 35px;
        line-height: 40px;
    }
}

.packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap {
    border-bottom: 2px solid rgb(236, 236, 236);
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title .room-cat {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

@media (max-width: 575px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title .room-cat {
        letter-spacing: 2px;
    }
}

.packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
    font-size: 48px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
        font-size: 24px;
    }
}

.packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
    font-size: 40px;
    color: rgb(255, 142, 21);
    font-weight: 700;
    text-align: right;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
        font-size: 20px;
    }
}

.packages-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price span {
    font-size: 16px;
}

.packages-area .offer-boxes-loop .offer-box .offer-desc .offer-text,
.packages-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
    font-family: Lato, sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .packages-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
        margin-top: 50px;
    }
}

.packages-area .offer-boxes-loop .offer-box .offer-desc .offer-feature li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.packages-area .offer-boxes-loop .offer-box .offer-desc .offer-feature li i {
    color: rgb(255, 142, 21);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-loop {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 767px) {
    .gallery-loop {
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .gallery-loop {
        gap: 10px;
    }
}

.gallery-loop .single-gallery-image {
    border-radius: 45px;
    overflow: hidden;
}

.gallery-loop .single-gallery-image img {
    transition: all 0.4s ease-out 0s;
}

.gallery-loop .single-gallery-image:hover img {
    transform: scale(1.1);
}

.gallery-loop .single-gallery-image:nth-child(3),
.gallery-loop .single-gallery-image:nth-child(6),
.gallery-loop .single-gallery-image:nth-child(9),
.gallery-loop .single-gallery-image:nth-child(12) {
    grid-column: 1 / 3;
}

.gallery-loop .single-gallery-image:nth-child(3) {
    grid-row: 2 / 3;
}

.gallery-loop .single-gallery-image:nth-child(6) {
    grid-row: 4 / 5;
}

.gallery-loop .single-gallery-image:nth-child(9) {
    grid-row: 6 / 7;
}

.gallery-loop .single-gallery-image:nth-child(12) {
    grid-row: 8 / 9;
}

.post-box {
    border-radius: 45px;
    overflow: hidden;
}

.post-box .post-desc {
    padding: 50px;
    background-color: rgb(255, 255, 255);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-box .post-desc {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .post-box .post-desc {
        padding: 40px 30px;
        font-size: 14px;
    }
}

@media (max-width: 399px) {
    .post-box .post-desc {
        padding: 40px 20px;
    }
}

.post-box .post-desc .cat {
    margin-bottom: 25px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 142, 21);
    border-radius: 45px;
}

.post-box .post-desc .cat:hover {
    background-color: rgb(17, 17, 17);
}

.post-box .post-desc h2 {
    font-size: 42px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    line-height: 1;
    color: rgb(17, 17, 17);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-box .post-desc h2 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box .post-desc h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-box .post-desc h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .post-box .post-desc h2 {
        font-size: 24px;
    }
}

.post-box .post-desc .post-meta {
    margin-bottom: 30px;
}

.post-box .post-desc .post-meta li {
    display: inline-block;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-box .post-desc .post-meta li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box .post-desc .post-meta li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-box .post-desc .post-meta li {
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .post-box .post-desc .post-meta li {
        font-size: 14px;
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

.post-box .post-desc .post-meta li a {
    color: rgb(119, 119, 119);
}

.post-box .post-desc .post-meta li a:hover {
    color: rgb(255, 142, 21);
}

.post-box .post-desc .post-meta li a i {
    margin-right: 5px;
}

.post-box .post-desc .post-footer {
    margin-top: 35px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.post-box .post-desc .post-footer .author {
    font-family: "Old Standard TT", serif;
    letter-spacing: -1px;
}

.post-box .post-desc .post-footer .author a {
    color: rgb(119, 119, 119);
}

.post-box .post-desc .post-footer .author img {
    margin-right: 15px;
}

.post-box .post-desc .post-footer .read-more a {
    font-size: 14px;
    color: rgb(119, 119, 119);
    font-family: Lato, sans-serif;
}

.post-box .post-desc .post-footer .read-more a i {
    margin-right: 5px;
}

.post-box .post-desc .post-footer .read-more a:hover {
    color: rgb(255, 142, 21);
}

.post-box.with-video .post-media {
    position: relative;
}

.post-box.with-video .post-media .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .post-box.with-video .post-media .play-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.post-box.with-video .post-media .play-icon:hover {
    background-color: rgb(17, 17, 17);
}

.post-box.title-with-thumb {
    position: relative;
    z-index: 1;
}

.post-box.title-with-thumb::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../img/blog/04.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -1;
    opacity: 0.1;
}

.post-box.title-with-thumb .post-desc {
    background-color: transparent;
}

.post-box.title-with-thumb .post-desc .post-meta {
    margin-bottom: 0px;
}

.post-box.quote-post {
    padding: 50px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-box.quote-post {
        padding: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box.quote-post {
        padding: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-box.quote-post {
        padding: 40px 25px;
    }
}

@media (max-width: 575px) {
    .post-box.quote-post {
        padding: 40px 15px;
    }
}

.post-box.quote-post::before,
.post-box.quote-post::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 142, 21);
    z-index: -1;
    content: "";
}

.post-box.quote-post::after {
    background-image: url("../img/icon/pattern-05.png");
    z-index: -1;
    opacity: 0.6;
}

.post-box.quote-post .post-desc {
    border: none;
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px 115px;
    background-color: transparent;
}

.post-box.quote-post .post-desc,
.post-box.quote-post .post-desc h2,
.post-box.quote-post .post-desc a {
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box.quote-post .post-desc {
        padding-left: 75px;
    }
}

@media (max-width: 767px) {
    .post-box.quote-post .post-desc {
        padding-left: 75px;
    }
}

@media (max-width: 399px) {
    .post-box.quote-post .post-desc {
        padding-left: 0px;
        padding-top: 70px;
    }
}

.post-box.quote-post .post-desc::before {
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url("../img/icon/quote.png");
    width: 75px;
    height: 90px;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    content: "";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box.quote-post .post-desc::before {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .post-box.quote-post .post-desc::before {
        width: 50px;
        height: 50px;
    }
}

.post-box.quote-post .post-desc .post-meta {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .post-box.quote-post .post-desc .post-meta li {
        margin-right: 5px;
    }
}

.post-box.quote-post .post-desc .post-meta li a {
    color: rgb(255, 255, 255);
}

.blog-details-box {
    padding: 40px;
    background-color: rgb(255, 255, 255);
    font-family: Lato, sans-serif;
    border-radius: 45px;
}

@media (max-width: 399px) {
    .blog-details-box {
        padding: 15px;
    }
}

.blog-details-box .entry-content .cat {
    margin-bottom: 25px;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 142, 21);
    border-radius: 45px;
}

.blog-details-box .entry-content .cat:hover {
    background-color: rgb(17, 17, 17);
}

@media (max-width: 767px) {
    .blog-details-box .entry-content img {
        width: 100%;
    }
}

.blog-details-box .entry-content .title,
.blog-details-box .entry-content .subtitle {
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-family: "Old Standard TT", serif;
}

.blog-details-box .entry-content h2.title {
    font-size: 36px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-content h2.title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-box .entry-content h2.title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-box .entry-content h2.title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .blog-details-box .entry-content h2.title {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .entry-content h2.title {
        font-size: 18px;
    }
}

.blog-details-box .entry-content h3.subtitle {
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-content h3.subtitle {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-box .entry-content h3.subtitle {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .blog-details-box .entry-content h3.subtitle {
        font-size: 18px;
    }
}

.blog-details-box .entry-content .gap {
    height: 60px;
}

.blog-details-box .entry-content .post-meta {
    margin-bottom: 25px;
}

.blog-details-box .entry-content .post-meta li {
    display: inline-block;
    margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-content .post-meta li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-box .entry-content .post-meta li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-box .entry-content .post-meta li {
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .blog-details-box .entry-content .post-meta li {
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

.blog-details-box .entry-content .post-meta li a {
    color: rgb(119, 119, 119);
    font-size: 14px;
}

.blog-details-box .entry-content .post-meta li a:hover {
    color: rgb(255, 142, 21);
}

.blog-details-box .entry-content .post-meta li a i {
    margin-right: 5px;
}

.blog-details-box .entry-content ul.list-icon li {
    padding-left: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-details-box .entry-content ul.list-icon li {
        padding-left: 40px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .entry-content ul.list-icon li {
        padding-left: 25px;
    }
}

.blog-details-box .entry-content ul.list-icon li:not(:last-child) {
    margin-bottom: 10px;
}

.blog-details-box .entry-content ul.list-icon li::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

@media (max-width: 767px) {
    .blog-details-box .entry-content ul.list-icon li::before {
        left: 0px;
    }
}

.blog-details-box .entry-content blockquote {
    padding: 45px 55px;
    background-color: rgb(255, 142, 21);
    border-radius: 45px;
    z-index: 1;
    font-size: 28px;
    font-family: "Old Standard TT", serif;
    font-weight: 700;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: -1px;
    position: relative;
}

.blog-details-box .entry-content blockquote::after {
    position: absolute;
    inset: 40px;
    content: "";
    background-image: url("../img/blog-details/quote-icon.png");
    z-index: -1;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-content blockquote {
        font-size: 22px;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-content blockquote {
        padding: 30px 20px;
        font-size: 18px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .entry-content blockquote {
        font-size: 16px;
    }
}

.blog-details-box .entry-content blockquote span {
    display: block;
    font-family: Lato, sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: none;
}

.blog-details-box .entry-footer .tag-and-share h5 {
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-footer .tag-and-share h5 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .tag-and-share .tag {
        margin-bottom: 30px;
    }
}

.blog-details-box .entry-footer .tag-and-share .tag li {
    display: inline-block;
    margin-right: 5px;
}

.blog-details-box .entry-footer .tag-and-share .tag li a {
    font-size: 12px;
    padding: 10px 20px;
    display: block;
    background-color: rgb(248, 248, 248);
    text-transform: uppercase;
    color: rgb(119, 119, 119);
    border-radius: 45px;
}

.blog-details-box .entry-footer .tag-and-share .tag li a:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.blog-details-box .entry-footer .tag-and-share .share li {
    display: inline-block;
    margin-left: 25px;
}

.blog-details-box .entry-footer .tag-and-share .share li a {
    color: rgb(181, 190, 204);
    font-size: 18px;
}

.blog-details-box .entry-footer .post-nav {
    padding: 50px 0px;
    border-top: 1px solid rgb(234, 234, 234);
    border-bottom: 2px solid rgb(234, 234, 234);
    position: relative;
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .post-nav span.icon {
        display: none;
    }
}

.blog-details-box .entry-footer .post-nav .prev-post span,
.blog-details-box .entry-footer .post-nav .next-post span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: rgb(255, 142, 21);
}

.blog-details-box .entry-footer .post-nav .prev-post a,
.blog-details-box .entry-footer .post-nav .next-post a {
    color: rgb(34, 34, 34);
    font-size: 28px;
    letter-spacing: -1px;
    font-family: "Old Standard TT", serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-footer .post-nav .prev-post a,
    .blog-details-box .entry-footer .post-nav .next-post a {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .post-nav .prev-post a,
    .blog-details-box .entry-footer .post-nav .next-post a {
        font-size: 20px;
    }
}

.blog-details-box .entry-footer .post-nav .prev-post {
    text-align: left;
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .post-nav .prev-post {
        margin-bottom: 30px;
    }
}

.blog-details-box .entry-footer .related-post-box h3 {
    font-size: 26px;
    letter-spacing: -1px;
}

.blog-details-box .entry-footer .related-post-box .thumb {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
    border-radius: 45px 45px 0px 0px;
}

.blog-details-box .entry-footer .related-post-box .desc {
    font-size: 14px;
    padding: 40px;
    box-shadow: rgba(93, 93, 93, 0.06) 0px 8px 16px 0px;
    border-radius: 0px 0px 45px 45px;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-footer .related-post-box .desc {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-box .entry-footer .related-post-box .desc {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .related-post-box .desc {
        padding: 30px;
    }
}

.blog-details-box .entry-footer .related-post-box .desc .date {
    display: inline-block;
    margin-bottom: 10px;
    color: rgb(119, 119, 119);
}

.blog-details-box .entry-footer .related-post-box .desc .date i {
    margin-right: 5px;
}

.blog-details-box .entry-footer .related-post-box .desc h4 {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: rgb(34, 34, 34);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 22px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 20px;
    }
}

.blog-details-box .entry-footer .related-post-box:hover .desc {
    background-color: rgb(248, 248, 248);
    box-shadow: none;
}

.blog-details-box .entry-footer .author-info-box {
    padding: 40px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 180px 1fr;
    background-color: rgb(248, 248, 248);
    column-gap: 35px;
    font-size: 14px;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-footer .author-info-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .author-info-box {
        display: block;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .author-info-box .info-text {
        margin-top: 30px;
    }
}

.blog-details-box .entry-footer .author-info-box .info-text span {
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(255, 142, 21);
}

.blog-details-box .entry-footer .author-info-box .info-text h3 {
    font-size: 36px;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-box .entry-footer .author-info-box .info-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .author-info-box .info-text h3 {
        font-size: 22px;
    }
}

.blog-details-box .comment-template h3.box-title {
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-size: 26px;
}

@media (max-width: 767px) {
    .blog-details-box .comment-template h3.box-title {
        font-size: 24px;
    }
}

.blog-details-box .comment-template .comments-list li {
    padding-left: 130px;
    position: relative;
    font-size: 14px;
    padding-top: 15px;
    min-height: 130px;
}

@media (max-width: 575px) {
    .blog-details-box .comment-template .comments-list li {
        padding-left: 0px;
    }
}

.blog-details-box .comment-template .comments-list li:not(:first-child) {
    padding-top: 45px;
    margin-top: 30px;
    border-top: 1px solid rgb(234, 234, 234);
}

.blog-details-box .comment-template .comments-list li:not(:first-child) .comment-img {
    top: 30px;
}

.blog-details-box .comment-template .comments-list li .comment-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
}

.blog-details-box .comment-template .comments-list li .comment-img img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50px;
}

@media (max-width: 575px) {
    .blog-details-box .comment-template .comments-list li .comment-img {
        position: unset;
        margin-bottom: 30px;
    }
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top {
    margin-bottom: 20px;
    position: relative;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top h6 {
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top span.date {
    font-weight: 700;
    font-size: 12px;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    color: rgb(119, 119, 119);
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-box .comment-template .comments-list li .children {
        margin-left: -60px;
    }
}

@media (max-width: 575px) {
    .blog-details-box .comment-template .comments-list li .children {
        padding-left: 30px;
    }
}

.blog-details-box .comment-template .comments-list li .children li:first-child {
    padding-top: 45px;
    margin-top: 30px;
    border-top: 1px solid rgb(234, 234, 234);
}

.blog-details-box .comment-template .comments-list li .children li:first-child .comment-img {
    top: 30px;
}

.blog-details-box .comment-template .comment-form {
    padding: 45px;
    background-color: rgb(248, 248, 248);
    border-radius: 45px;
}

@media (max-width: 575px) {
    .blog-details-box .comment-template .comment-form {
        padding: 20px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .comment-template .comment-form {
        padding-left: 15px;
    }
}

.blog-details-box .comment-template .comment-form textarea {
    height: 150px;
    padding-top: 25px;
}

.blog-details-box .comment-template .comment-form textarea,
.blog-details-box .comment-template .comment-form input,
.blog-details-box .comment-template .comment-form select {
    background-color: rgb(255, 255, 255);
}

.blog-details-box .comment-template .comment-form .main-btn {
    box-shadow: none;
}

@media (max-width: 575px) {
    .blog-details-box .comment-template .comment-form .main-btn {
        padding: 0px 30px;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.sigma_post.post-format-audio .embed-responsive {
    height: 110px;
}

.sigma_post.post-format-audio .embed-responsive.embed-responsive-1by1 {
    height: 260px;
}

.embed-responsive iframe {
    width: 100%;
    height: 100%;
}

.sigma_post.post-format-link .sigma_post-body {
    background-color: rgb(255, 142, 21);
    padding: 50px;
    position: relative;
    border-radius: 45px;
}

@media (max-width: 575px) {
    .sigma_post.post-format-link .sigma_post-body {
        padding: 30px;
    }
}

.sigma_post.post-format-link .sigma_post-content {
    padding: 0px;
}

.sigma_post.post-format-link .sigma_post-content p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sigma_post.post-format-link .sigma_post-meta {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.sigma_post.post-format-link .sigma_post-meta a {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-top: 20px;
}

.sigma_post.post-format-link .sigma_post-meta a i {
    margin-right: 10px;
    font-size: 20px;
}

.sigma_post.post-format-link .sigma_post-meta a:hover {
    color: rgb(57, 61, 114);
}

.sigma_post.post-format-link h5 {
    color: rgb(255, 255, 255);
    font-size: 24px;
}

.post-media-slider ul.slick-dots {
    position: absolute;
    bottom: 30px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

.post-media-slider ul.slick-dots button {
    font-size: 0px;
    border: 0px;
    background: rgb(231, 231, 231);
    width: 16px;
    height: 4px;
    margin: 0px 5px;
    transition: all 0.3s ease-out 0s;
}

.post-media-slider ul.slick-dots li.slick-active button {
    background-color: rgb(255, 142, 21);
    width: 26px;
}

.pagination-wrap {
    text-align: center;
    padding-top: 20px;
}

.pagination-wrap ul li {
    display: inline-block;
    margin: 0px 5px;
}

@media (max-width: 575px) {
    .pagination-wrap ul li {
        margin-bottom: 8px;
    }
}

.pagination-wrap ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    background-color: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    border-radius: 45px;
}

.pagination-wrap ul li a:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.pagination-wrap ul li.active a {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        margin-top: 60px;
    }
    .column-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .sidebar {
        margin-top: 60px;
    }
    .column-reverse {
        flex-direction: column-reverse;
    }
}

.sidebar .widget {
    padding: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar .widget {
        padding: 40px 20px;
    }
}

@media (max-width: 399px) {
    .sidebar .widget {
        padding: 40px 20px;
    }
}

.sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
}

.sidebar .widget .widget-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 2px;
    background-color: rgb(255, 142, 21);
    content: "";
}

.sidebar .widget.about-author-widget .author-box {
    font-size: 14px;
    text-align: center;
}

.sidebar .widget.about-author-widget .author-box h6 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.sidebar .widget.about-author-widget .author-box .social-icon {
    margin-top: 25px;
}

.sidebar .widget.about-author-widget .author-box .social-icon li {
    display: inline-block;
    margin: 0px 5px;
}

.sidebar .widget.about-author-widget .author-box .social-icon li a {
    padding: 5px;
    color: rgb(179, 190, 211);
}

.sidebar .widget.about-author-widget .author-box .social-icon li a:hover {
    color: rgb(255, 142, 21);
}

.sidebar .widget.search-widget form {
    position: relative;
}

.sidebar .widget.search-widget form input {
    width: 100%;
    background-color: rgb(248, 248, 248);
    height: 60px;
    border: none;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 14px;
}

.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    z-index: 1;
    background-color: rgb(255, 142, 21);
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 0px 45px 45px 0px;
    transition: all 0.3s ease-out 0s;
}

.sidebar .widget.search-widget form button:hover {
    background-color: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
}

.sidebar .widget.popular-feeds .single-popular-feed {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 60px 1fr;
    column-gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(225, 230, 255);
    -webkit-box-align: center;
    align-items: center;
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-img img {
    border-radius: 50%;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-size: 14px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
    margin-right: 5px;
}

.sidebar .widget.categories-widget ul li {
    margin-bottom: 10px;
}

.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0px;
}

.sidebar .widget.categories-widget ul li a {
    font-size: 14px;
    padding-left: 30px;
    height: 50px;
    background-color: rgb(248, 248, 248);
    display: block;
    position: relative;
    line-height: 50px;
    color: rgb(119, 119, 119);
    transition: all 0.3s ease-out 0s;
}

.sidebar .widget.categories-widget ul li a span {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(234, 234, 234);
    transition: all 0.3s ease-out 0s;
}

.sidebar .widget.categories-widget ul li a:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.sidebar .widget.categories-widget ul li a:hover span {
    background-color: rgb(148, 127, 88);
}

.sidebar .widget.socail-widget ul li {
    display: inline-block;
    margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar .widget.socail-widget ul li {
        margin-right: 5px;
    }
}

@media (max-width: 399px) {
    .sidebar .widget.socail-widget ul li {
        margin-right: 5px;
    }
}

.sidebar .widget.socail-widget ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(119, 119, 119);
    background-color: rgb(248, 248, 248);
    text-align: center;
    border-radius: 50%;
}

.sidebar .widget.socail-widget ul li a:hover {
    background-color: rgb(255, 142, 21);
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    border-bottom: 1px solid rgb(225, 230, 255);
    padding-left: 35px;
    position: relative;
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-size: 14px;
    color: rgb(255, 142, 21);
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter a {
    color: rgb(17, 17, 17);
}

.sidebar .widget.twitter-feed-widget .twitter-looop .single-twitter .date {
    margin-top: 15px;
    font-weight: 500;
}

.sidebar .widget.instagram-feed-widget ul {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.sidebar .widget.popular-tag-widget ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.sidebar .widget.popular-tag-widget ul li a {
    font-size: 12px;
    color: rgb(119, 119, 119);
    padding: 10px 20px;
    background-color: rgb(244, 244, 244);
    border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px;
    }
}

@media (max-width: 399px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px;
    }
}

.sidebar .widget.popular-tag-widget ul li a:hover {
    background-color: rgb(255, 142, 21);
}

.sidebar .widget.banner-ad-widget {
    padding: 0px;
    border: none;
    border-radius: 45px;
    overflow: hidden;
    position: relative;
}

.sidebar .widget.banner-ad-widget img {
    width: 100%;
}

.sidebar .widget.banner-ad-widget span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    font-size: 18px;
    font-weight: 600;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1s linear 0s infinite normal none running pulse-animation-2;
}

.booking-form {
    position: relative;
    margin-top: -70px;
    z-index: 2;
}

.booking-form .booking-form-inner {
    background-color: rgb(255, 255, 255);
    padding: 10px 40px 40px;
    border-radius: 45px;
}

.booking-form form input,
.booking-form form select,
.booking-form form .nice-select {
    background-color: transparent;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 2px solid rgb(255, 142, 21);
    line-height: 50px;
    border-radius: 0px;
}

.booking-form form .nice-select {
    padding-left: 0px;
    color: rgb(119, 119, 119);
}

.booking-form form .nice-select::after {
    display: none;
}

.booking-form form .nice-select::before {
    left: 0px;
}

.booking-form form label {
    color: rgb(57, 61, 114);
    font-weight: 700;
    font-family: Lato, sans-serif;
    display: block;
    margin: 0px;
}

.booking-form form .inputs-filed {
    position: relative;
}

.booking-form form .inputs-filed input,
.booking-form form .inputs-filed .nice-select {
    padding: 0px 20px;
}

.booking-form form .inputs-filed .icon {
    position: absolute;
    left: 0px;
    bottom: 15px;
    font-size: 14px;
    color: rgb(255, 142, 21);
}

.booking-form form button {
    width: 100%;
    border: none;
    background-color: rgb(255, 142, 21);
    font-size: 14px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    border-radius: 45px;
    text-transform: uppercase;
    height: 60px;
    letter-spacing: 2px;
    transition: all 0.3s ease-out 0s;
}

.booking-form form button:hover {
    background-color: rgb(211, 117, 16);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .booking-form form button {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.booking-form.booking-form-dark {
    background-color: rgb(143, 196, 36);
    margin-top: 0px;
}

.booking-form.booking-form-dark .booking-form-inner {
    background-color: transparent;
}

.booking-form.booking-form-dark form label {
    color: rgb(255, 255, 255);
}

.booking-form.booking-form-dark form input,
.booking-form.booking-form-dark form select,
.booking-form.booking-form-dark form .nice-select {
    color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
}

.booking-form.booking-form-dark form input::placeholder {
    color: rgb(255, 255, 255);
}

.booking-form.booking-form-dark form .inputs-filed .icon,
.booking-form.booking-form-dark form .nice-select::before {
    color: rgb(255, 255, 255);
}

.booking-form.boxed-layout {
    margin-top: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .booking-form.boxed-layout {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .booking-form.boxed-layout {
        margin-top: 0px;
    }
}

.booking-form.boxed-layout form button {
    font-size: 12px;
    border-radius: 45px;
}

.locations-wrapper .locations-maps {
    width: 100%;
    height: 700px;
}

.locations-wrapper .gm-style .gm-style-iw-c {
    padding: 0px;
    border-radius: 0px;
}

.locations-wrapper .gm-style .gm-style-iw-d {
    width: 290px;
    overflow: hidden !important;
}

.locations-wrapper .map-info-window .info-window-img {
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center center;
}

.locations-wrapper .map-info-window .info-content {
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
}

.locations-wrapper .map-info-window .info-content h4 {
    margin-bottom: 5px;
}

.locations-boxes .place-box {
    border-radius: 45px;
    overflow: hidden;
}

.locations-boxes .place-box .place-bg-wrap {
    overflow: hidden;
}

.locations-boxes .place-box .place-bg-wrap .place-bg {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 190px;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px) {
    .locations-boxes .place-box .place-bg-wrap .place-bg {
        height: 220px;
    }
}

.locations-boxes .place-box:hover .place-bg {
    transform: scale(1.1);
}

.locations-boxes .place-box .desc {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .locations-boxes .place-box .desc {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .locations-boxes .place-box .desc {
        padding: 20px 15px;
    }
}

.locations-boxes .place-box .desc h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .locations-boxes .place-box .desc h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .locations-boxes .place-box .desc h4 {
        font-size: 22px;
    }
}

.locations-boxes .place-box .desc .time {
    font-family: Lato, sans-serif;
    font-size: 14px;
}

.locations-details .main-thumb {
    border-radius: 45px;
    overflow: hidden;
}

.locations-details .title-wrap .place-cat {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .locations-details .title-wrap .place-cat {
        letter-spacing: 0px;
        font-size: 12px;
    }
}

.locations-details .title-wrap h2 {
    font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .locations-details .title-wrap h2 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .locations-details .title-wrap h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .locations-details .title-wrap h2 {
        font-size: 28px;
    }
}

@media (max-width: 399px) {
    .locations-details .title-wrap h2 {
        font-size: 24px;
    }
}

.locations-details .title-wrap .link a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background-color: rgb(255, 255, 255);
    color: rgb(119, 119, 119);
    padding: 25px 45px;
    letter-spacing: 2px;
    border-radius: 45px;
}

@media (max-width: 767px) {
    .locations-details .title-wrap .link a {
        padding: 20px 30px;
    }
}

@media (max-width: 575px) {
    .locations-details .title-wrap .link a {
        padding: 15px 25px;
        letter-spacing: 0px;
    }
}

.locations-details .title-wrap .link a:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.locations-details .gallery img {
    border-radius: 45px;
}

.services-tab-area .services-rood-list .nav-link {
    border-radius: 45px;
    transition: all 0.3s ease-out 0s;
    background-color: rgb(255, 255, 255);
    text-align: center;
    display: block;
    padding: 35px 25px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .services-tab-area .services-rood-list .nav-link {
        padding: 25px;
    }
}

.services-tab-area .services-rood-list .nav-link .title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    color: rgb(34, 34, 34);
}

.services-tab-area .services-rood-list .nav-link i {
    color: rgb(255, 142, 21);
    font-size: 60px;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px) {
    .services-tab-area .services-rood-list .nav-link i {
        font-size: 40px;
    }
}

.services-tab-area .services-rood-list .nav-link.active,
.services-tab-area .services-rood-list .nav-link:hover {
    background-color: rgb(255, 142, 21);
}

.services-tab-area .services-rood-list .nav-link.active i,
.services-tab-area .services-rood-list .nav-link.active .title,
.services-tab-area .services-rood-list .nav-link:hover i,
.services-tab-area .services-rood-list .nav-link:hover .title {
    color: rgb(255, 255, 255);
}

.services-tab-area .food-box {
    margin-bottom: 30px;
    border-radius: 45px;
    overflow: hidden;
}

@media (max-width: 399px) {
    .services-tab-area .food-box {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.services-tab-area .food-box .thumb {
    position: relative;
}

.services-tab-area .food-box .thumb img {
    width: 100%;
}

.services-tab-area .food-box .thumb .price {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgb(255, 142, 21);
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding: 8px 15px;
    border-radius: 45px;
}

.services-tab-area .food-box .desc {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    position: relative;
}

@media (max-width: 575px) {
    .services-tab-area .food-box .desc {
        padding: 15px;
    }
}

.services-tab-area .food-box .desc a.cat {
    font-size: 12px;
    color: rgb(119, 119, 119);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .services-tab-area .food-box .desc a.cat {
        letter-spacing: 1px;
    }
}

@media (max-width: 399px) {
    .services-tab-area .food-box .desc a.cat {
        letter-spacing: 0px;
    }
}

.services-tab-area .food-box .desc h4 {
    font-size: 24px;
}

@media (max-width: 575px) {
    .services-tab-area .food-box .desc h4 {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .services-tab-area .food-box .desc h4 {
        font-size: 18px;
    }
}

.services-tab-area .food-box .desc .link {
    color: rgb(210, 210, 210);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

.services-tab-area .food-box:hover .desc .link {
    visibility: visible;
    opacity: 1;
    right: 30px;
}

@media (max-width: 575px) {
    .services-tab-area .food-box:hover .desc .link {
        right: 10px;
    }
}

.menu-area.gradient-white {
    background: linear-gradient(45deg, rgb(248, 248, 248) 0%, white 100%);
}

.feature-room-section.with-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.feature-room-section.with-bg::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    opacity: 0.6;
    z-index: -1;
}

.instagram-feed-section.style-2 .social-box {
    padding: 60px 30px;
    display: block;
    position: relative;
    color: rgb(255, 255, 255);
    font-family: "Baloo Thambi 2", cursive;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.instagram-feed-section.style-2 .social-box i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}

.instagram-feed-section.style-2 .social-box:hover i {
    font-size: 44px;
}

.instagram-feed-section.style-2 .social-box.facebook {
    background-color: rgb(59, 87, 157);
}

.instagram-feed-section.style-2 .social-box.instagram {
    background-color: rgb(129, 52, 175);
}

.instagram-feed-section.style-2 .social-box.soundcloud {
    background-color: rgb(255, 127, 52);
}

.instagram-feed-section.style-2 .social-box.twitter {
    background-color: rgb(44, 170, 225);
}

.instagram-feed-section.style-2 .social-box.youtube {
    background-color: rgb(229, 45, 39);
}

.food-box.shop-box {
    overflow: hidden;
}

.food-box.shop-box:hover .thumb img {
    transform: scale(1.1);
}

.desc .price {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: rgb(255, 142, 21);
}

.desc .price span {
    text-decoration: line-through;
    font-size: 15px;
    margin-left: 2px;
    color: rgb(128, 128, 128);
}

.food-box.shop-box .desc h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.food-box.shop-box .thumb .badges {
    position: absolute;
    top: 15px;
    left: 15px;
    right: auto;
}

.food-box.shop-box .thumb .badges .price {
    font-weight: 500;
    padding: 2px 15px;
    font-size: 16px;
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    position: static;
    display: block;
}

.shop-box .thumb .badges .price.discounted {
    background-color: rgb(168, 200, 104);
    padding: 2px 12px;
    color: rgb(255, 255, 255);
}

.shop-box .thumb .badges span+span {
    margin-top: 10px;
}

.shop-box .thumb .button-group {
    position: absolute;
    right: 20px;
    top: 20px;
}

.shop-box .thumb .button-group a {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    line-height: 42px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: rgb(255, 142, 21);
    transform: scale(0.6);
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.shop-box .thumb .button-group a:nth-child(2) {
    background-color: rgb(255, 104, 83);
}

.shop-box .thumb .button-group a:nth-child(3) {
    background-color: rgb(143, 196, 36);
}

.shop-box:hover .thumb .button-group a {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shop-box .thumb .button-group a:hover {
    background-color: rgb(229, 121, 5);
}

.shop-box .thumb .button-group a:nth-child(2):hover {
    background-color: rgb(215, 46, 22);
}

.shop-box .thumb .button-group a:nth-child(3):hover {
    background-color: rgb(102, 149, 8);
}

.food-box.shop-box .desc .link {
    color: rgb(255, 142, 21);
}

.food-box.shop-box.shop-box-2 {
    position: relative;
    z-index: 1;
}

.food-box.shop-box.shop-box-2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.food-box.shop-box.shop-box-2:hover::before {
    background-color: rgba(255, 255, 255, 0.7);
}

.food-box.shop-box-2 .desc {
    padding: 18px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.food-box.shop-box-2 .desc .link {
    display: none;
}

.shop-box.shop-box-2 .thumb .button-group a {
    background-color: transparent;
    display: inline-block;
    color: rgb(255, 255, 255);
}

.shop-box.shop-box-2 .thumb .button-group a:hover {
    background-color: transparent;
    color: rgb(255, 142, 21);
}

.shop-box.shop-box-2 .thumb .button-group {
    top: 5px;
    left: 5px;
    right: auto;
}

.shop-box-2 .thumb .cart-block {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.3s ease-out 0s;
}

.shop-box-2:hover .thumb .cart-block {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shop-box-2 .thumb .cart-block a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
}

.shop-box-2 .thumb .cart-block a:hover {
    color: rgb(255, 142, 21);
}

.widget .irs--flat .irs-handle>i:first-child,
.widget .irs--flat .irs-single {
    background-color: rgb(255, 142, 21);
}

.widget .irs--flat .irs-bar {
    background-color: rgb(255, 142, 21);
    height: 5px;
}

.widget .irs--flat .irs-single::before {
    border-top-color: rgb(255, 142, 21);
}

.widget .irs--flat .irs-line {
    height: 5px;
    background-color: rgb(17, 17, 17);
}

.widget .irs--flat .irs-handle {
    top: 20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(255, 142, 21);
}

.widget .filter-color .checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 1.4;
    font-size: 15px;
}

.widget .filter-color .checkbox input,
.color-sec label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px;
}

.widget .filter-color .checkbox .custom-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: rgb(17, 17, 17);
    border-radius: 0px;
    border: 1px solid rgb(17, 17, 17);
}

.widget .filter-color .checkbox .custom-box::after {
    left: 6px;
    top: 4px;
    width: 5px;
    height: 9px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
}

.widget .filter-color .checkbox input:checked~.custom-box::after {
    display: block;
}

.widget .filter-color .checkbox input:checked~.custom-box {
    border: 1px solid rgb(255, 142, 21);
    background-color: rgb(255, 142, 21);
}

.shop-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.shop-product-top .sorting-box .nice-select {
    border: 1px solid rgb(17, 17, 17);
    height: 60px;
    line-height: 58px;
    border-radius: 45px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cart-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-flex .remove {
    font-size: 24px;
    color: rgb(255, 142, 21);
}

.widget-cart-info .cart-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(17, 17, 17);
    font-weight: 600;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(17, 17, 17);
}

.widget-cart-info .cart-buttons {
    padding-top: 25px;
    display: inline-block;
}

.widget-cart-info .cart-buttons a {
    padding: 0px 15px;
    line-height: 40px;
}

.widget-cart-info .cart-buttons a:last-child {
    margin-left: 12px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .widget-cart-info .cart-buttons a {
        padding: 0px 10px;
    }
    .widget-cart-info .cart-buttons a:last-child {
        margin-left: 4px;
    }
}

@media (max-width: 339px) {
    .widget-cart-info .cart-buttons a {
        width: 100%;
    }
    .widget-cart-info .cart-buttons a:last-child {
        margin-left: 0px;
        margin-top: 12px;
    }
}

.shop-box.style-2 .thumb .badges .price.discounted {
    background-color: rgb(28, 27, 25);
    color: rgb(255, 255, 255);
    padding: 0px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

.shop-box.style-2 .thumb .button-group {
    top: auto;
    bottom: 10px;
}

.shop-box.style-2 .thumb .button-group a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 38px;
}

.shop-box.style-2 .desc .main-btn {
    padding: 0px 22px;
    line-height: 46px;
}

.shop-box.style-2 .thumb .rating {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.detail-slider-1 .image-box {
    position: relative;
}

.detail-slider-1 .image-box a,
.detail-slider-1 .image-box a img,
.detail-slider-2 .image-box img {
    width: 100%;
    height: 100%;
}

.detail-slider-1 .image-box .price {
    position: absolute;
    top: 10px;
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 2px 15px;
    font-size: 16px;
    left: auto;
    right: 10px;
}

.shop-detail-image .detail-slider-2 {
    padding-top: 15px;
}

.shop-detail-image .detail-slider-2 .slick-list {
    margin: 0px -5px;
}

.shop-detail-image .detail-slider-2 .slick-list .slick-slide {
    margin: 0px 5px;
}

.shop-detail-content .rating {
    display: flex;
    align-items: center;
}

.shop-detail-content .rating .pro-review {
    padding-left: 10px;
}

.shop-detail-content .rating .pro-review span {
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.shop-detail-content .desc .price {
    font-size: 24px;
}

.shop-detail-content .desc .price span {
    font-size: 18px;
}

.color-sec label {
    margin-bottom: 8px;
    color: rgb(17, 17, 17);
    font-weight: 600;
}

.color-sec .color-box {
    line-height: 0;
}

.color-sec .color-box label .choose-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    margin: 0px 5px 5px 0px;
    position: relative;
}

.color-sec .color-box label .choose-color.red {
    background-color: rgb(189, 32, 49);
}

.color-sec .color-box label .choose-color.yellow {
    background-color: rgb(206, 164, 14);
}

.color-sec .color-box label .choose-color.blue {
    background-color: rgb(57, 57, 197);
}

.color-sec .color-box label .choose-color.green {
    background-color: rgb(50, 152, 50);
}

.color-sec .color-box label .choose-color::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    background-color: rgb(53, 53, 48);
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    transform-origin: center center;
}

.color-sec .color-box label input:checked+span::before {
    transform: scale(1);
}

.color-sec .color-box label .choose-material {
    border-radius: 45px;
    display: block;
    background-color: rgb(17, 17, 17);
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin: 0px 5px 5px 0px;
    line-height: 1;
    font-size: 12px;
    position: relative;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
}

.color-sec .color-box label .choose-material:hover {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.color-sec .color-box label input:checked+span {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

.shop-detail-content .quantity-cart .main-btn {
    border-width: 1px;
}

.shop-detail-content .quantity-cart .cart-btn {
    padding-left: 40px;
}

.shop-detail-content .quantity-box {
    width: 215px;
    height: 62px;
    display: flex;
    border: 1px solid rgb(17, 17, 17);
    border-radius: 45px;
}

.shop-detail-content .quantity-box button {
    border: 0px;
    padding: 0px 20px;
    background: transparent;
    color: rgb(17, 17, 17);
    border-radius: 0px 45px 45px 0px;
    transition: all 0.3s ease 0s;
}

.shop-detail-content .quantity-box button.minus-btn {
    border-radius: 45px 0px 0px 45px;
}

.shop-detail-content .quantity-box button:hover {
    background-color: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
}

.shop-detail-content .quantity-box .input-qty {
    border-left: 1px solid rgb(17, 17, 17);
    border-right: 1px solid rgb(17, 17, 17);
    height: auto;
    color: rgb(17, 17, 17);
    text-align: center;
    background-color: transparent;
    font-size: 15px;
    padding: 0px 20px;
    border-radius: 0px;
}

.shop-detail-content .other-info h6 {
    font-size: 14px;
}

.shop-detail-content .other-info .grey {
    color: rgb(119, 119, 119);
    font-weight: 400;
    font-size: 14px;
}

.shop-detail-content .other-info a.grey:hover {
    color: rgb(255, 142, 21);
}

.shop-detail-content .other-info.flex {
    display: flex;
    align-items: center;
}

.shop-detail-content .other-info.flex ul {
    margin-left: 15px;
}

.product-description .nav-tabs {
    border-bottom: 0px;
}

.product-description .product-description .nav-tabs .nav-item .nav-link,
.product-description .nav-tabs .nav-link.active,
.product-description .nav-tabs .nav-item .nav-link:not(.active):hover {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
}

.product-description .nav-tabs .nav-link.active {
    color: rgb(255, 142, 21);
}

.product-description .nav-tabs .nav-link {
    color: rgb(119, 119, 119);
    font-weight: 600;
}

.product-description .nav-tabs .nav-link:hover {
    color: rgb(255, 142, 21);
}

.product-description .tabs .tab-content {
    padding: 20px;
    margin-top: 30px;
}

.product-description .additional-info table th {
    color: rgb(17, 17, 17);
    font-weight: 600;
}

.product-description .additional-info table th,
.product-description .additional-info table td {
    border: 1px solid rgb(17, 17, 17);
    vertical-align: middle;
    color: rgb(17, 17, 17);
}

.product-description .additional-info table td.value {
    color: rgb(119, 119, 119);
}

@media (max-width: 991px) {
    .shop-detail-content {
        margin-top: 60px;
    }
}

@media (max-width: 576px) {
    .shop-detail-content .quantity-box {
        height: 58px;
    }
    .shop-detail-content .quantity-cart .cart-btn {
        padding-left: 0px;
        padding-top: 20px;
    }
    .shop-detail-content .other-info.flex {
        display: block;
    }
    .shop-detail-content .other-info.flex ul {
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media (max-width: 399px) {
    .product-description .tabs .tab-content {
        padding: 0px;
    }
}

.cw-cart-table thead {
    background: transparent;
    color: rgb(17, 17, 17);
}

.table thead th,
.table td {
    vertical-align: bottom;
    border: 1px solid rgb(17, 17, 17);
}

.table .cw-align {
    vertical-align: middle;
}

.product-remove a i {
    color: rgb(255, 104, 83);
    text-align: center;
}

.product-thumbnail {
    width: 32px;
    display: inline-block;
    margin-right: 1rem;
}

.btn-link {
    color: grey;
    text-decoration: none;
}

.cw-cart-table input.btn {
    border-radius: 7px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    height: auto;
    margin: auto;
    letter-spacing: 0.4px;
    padding: 13px 40px;
    transition: all 0.3s linear 0s;
}

.cw-qty-btn {
    padding: 0.375rem 0.75rem;
}

.btn.btn-outline-secondary {
    color: rgb(19, 19, 19);
    border-color: rgb(19, 19, 19);
}

.qty {
    width: 40px;
    text-align: center;
    border: 0px;
    outline: none;
}

.cw-product-promo {
    border: 1px solid rgb(17, 17, 17);
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 24px;
    border-radius: 45px;
}

.cw-product-promo h5 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.cw-product-promo .form-group .form-control {
    background: transparent;
    border: 1px solid rgb(17, 17, 17);
    border-radius: 45px;
    box-shadow: none;
    color: rgb(17, 17, 17);
    font-size: 13px;
    min-height: 63px;
    line-height: 33px;
    padding: 10px 30px;
    font-weight: 500;
    margin: 0px;
}

.cw-product-promo .cw-table-borderless tbody td {
    border: none;
    color: rgb(17, 17, 17);
}

.cw-qty-sec .quantity-box {
    width: 215px;
    display: flex;
    border: 1px solid rgb(17, 17, 17);
    border-radius: 45px;
}

.cw-qty-sec .btn {
    cursor: pointer;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.cw-qty-sec .form-control {
    background-color: rgb(255, 255, 255);
    outline: none;
    width: 60px;
    height: 28px;
    border-radius: 0px;
    text-align: center;
    font-weight: 600;
    border: 0px;
    font-size: 14px;
    color: rgb(132, 132, 132);
    line-height: normal;
    padding: 0px 15px;
    box-shadow: none;
}

td.has-title {
    vertical-align: middle;
}

@media (max-width: 991px) {
    .cw-cart-table tbody td.shop-detail-content {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .cw-product-promo .form-group .btn {
        margin: 15px 0px 0px;
    }
    .cw-cart-table thead {
        display: none;
    }
    .cw-cart-table tbody td {
        position: relative;
        display: block;
        width: 100%;
    }
    .cw-cart-table tbody tr td+td {
        border-top: 0px;
    }
    .cw-cart-table tbody td.has-title {
        text-align: right;
    }
    .cw-cart-table tbody td.has-title::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        color: rgb(17, 17, 17);
        float: left;
    }
    .cw-cart-table tfoot .main-btn {
        width: 100%;
    }
    .cw-cart-table tfoot .main-btn.float-right {
        margin-top: 10px;
    }
    .cw-cart-table tbody td.quantity {
        justify-content: space-between;
        display: flex;
    }
}

@media (max-width: 575px) {
    .cw-qty-sec .quantity-box {
        width: 180px;
    }
}

.product-price {
    color: rgb(17, 17, 17);
}

.wishlist .main-btn {
    padding: 0px 18px;
    line-height: 52px;
}

.wishlist .share-wishlist h4 {
    margin-bottom: 30px;
    font-weight: 600;
}

.wishlist .share-wishlist .sigma_social-links a {
    height: 50px;
    width: 50px;
}

.checkout-form h4 {
    margin-bottom: 30px;
    font-weight: 600;
}

.checkout-form .input-group.input-group-two textarea {
    height: auto;
    padding-top: 25px;
}

.checkout-table table {
    width: 100%;
    margin-bottom: 30px;
}

.checkout-table th,
.checkout-table td {
    border: 1px solid rgb(17, 17, 17);
    padding: 10px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .space-top {
        margin-top: 50px;
    }
}

footer {}

footer .footer-subscibe-area {
    background-color: rgb(255, 255, 255);
}

footer .footer-subscibe-area .subscribe-text .subscribe-form {
    position: relative;
}

footer .footer-subscibe-area .subscribe-text .subscribe-form input {
    width: 100%;
    border: none;
    height: 90px;
    background-color: rgb(248, 248, 248);
    padding-left: 50px;
    padding-right: 230px;
    font-size: 16px;
    letter-spacing: 3px;
    color: rgb(174, 174, 174);
    border-radius: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form input {
        padding-left: 20px;
        padding-right: 200px;
    }
}

@media (max-width: 575px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form input {
        padding-left: 20px;
        padding-right: 20px;
        height: 70px;
    }
}

footer .footer-subscibe-area .subscribe-text .subscribe-form button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    top: 15px;
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    width: 200px;
    letter-spacing: 3px;
    transition: all 0.3s ease-out 0s;
    border-radius: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form button {
        width: 180px;
    }
}

@media (max-width: 575px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form button {
        position: unset;
        width: 100%;
        height: 60px;
    }
}

footer .footer-subscibe-area .subscribe-text .subscribe-form button:hover {
    background-color: rgb(17, 17, 17);
}

footer .footer-widget-area {
    position: relative;
    z-index: 1;
    background-color: rgb(34, 34, 34);
}

footer .footer-widget-area::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../img/icon/pattern-01.png");
    content: "";
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    z-index: -1;
}

footer .footer-widget-area .site-info-widget p {
    color: rgb(255, 255, 255);
}

footer .footer-widget-area.light-theme .site-info-widget p {
    color: rgb(34, 34, 34);
}

footer .footer-widget-area .widget,
footer .footer-widget-area .widget a,
footer .footer-widget-area .widget .widget-title,
footer .footer-widget-area .widget h6 {
    color: rgb(255, 255, 255);
}

footer .footer-widget-area .widget a.white-icon {
    color: rgb(255, 142, 21);
}

footer .footer-widget-area .widget a.white-icon:hover {
    color: rgb(255, 255, 255);
}

footer .footer-widget-area .widget h4.widget-title {
    font-size: 24px;
    margin-bottom: 40px;
}

footer .footer-widget-area .widget.site-info-widget {
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer .footer-widget-area .widget.site-info-widget {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-widget-area .widget.site-info-widget {
        font-size: 14px;
    }
}

footer .footer-widget-area .widget.site-info-widget .social-links {
    text-align: left;
}

footer .footer-widget-area .widget.site-info-widget .social-links a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(46, 46, 46);
    margin-right: 5px;
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer .footer-widget-area .widget.site-info-widget .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 .footer-widget-area .widget.site-info-widget .social-links a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-right: 2px;
    }
}

footer .footer-widget-area .widget.site-info-widget .social-links a:hover {
    background-color: rgb(255, 142, 21);
}

footer .footer-widget-area .widget.nav-widget {
    padding-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-widget-area .widget.nav-widget {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    footer .footer-widget-area .widget.nav-widget {
        padding-left: 0px;
    }
}

footer .footer-widget-area .widget.nav-widget ul li {
    margin-bottom: 35px;
    width: 100%;
    float: left;
}

@media (max-width: 399px) {
    footer .footer-widget-area .widget.nav-widget ul li {
        margin-bottom: 20px;
        width: 100%;
    }
}

footer .footer-widget-area .widget.nav-widget ul li a {
    font-family: Lato, sans-serif;
    position: relative;
    padding-left: 28px;
    font-weight: 600;
}

footer .footer-widget-area.light-theme .widget.nav-widget ul li a {
    color: rgb(34, 34, 34);
}

footer .footer-widget-area .widget.nav-widget ul li a:hover {
    padding-left: 34px;
    color: rgb(255, 142, 21);
}

footer .footer-widget-area .widget.nav-widget ul li a::before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: Flaticon;
    content: ">";
}

footer .footer-widget-area .widget.nav-widget ul li:last-child {
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-widget-area .widget.contact-widget {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-widget-area .widget.contact-widget {
        padding-left: 20px;
    }
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(46, 46, 46);
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: 1fr;
    column-gap: 20px;
    font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box {
        column-gap: 15px;
    }
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box .icon {
    font-size: 40px;
    color: rgb(255, 142, 21);
}

footer .footer-widget-area.light-theme {
    background-image: url("../img/icon/pattern-02.png");
}

footer .footer-widget-area.light-theme::after {
    display: none;
}

footer .footer-widget-area.light-theme .widget,
footer .footer-widget-area.light-theme .widget a {
    color: rgb(119, 119, 119);
}

footer .footer-widget-area.light-theme .widget .sigma_social-links a {
    color: rgb(255, 255, 255);
}

footer .footer-widget-area.light-theme .widget .widget-title,
footer .footer-widget-area.light-theme .widget h6 {
    color: rgb(34, 34, 34);
}

footer .footer-widget-area.light-theme .widget.site-info-widget .social-links a {
    background-color: rgb(248, 248, 248);
    color: rgb(119, 119, 119);
}

footer .footer-widget-area.light-theme .widget.site-info-widget .social-links a:hover {
    background-color: rgb(255, 142, 21);
}

footer .footer-widget-area.light-theme .widget.contact-widget .contact-box {
    border-color: rgb(225, 225, 225);
}

footer .copyright-area {
    background-color: rgb(255, 104, 83);
    color: rgb(255, 255, 255);
}

footer .copyright-area .social-links {
    text-align: right;
}

@media (max-width: 767px) {
    footer .copyright-area .social-links {
        text-align: center;
        margin-bottom: 10px;
    }
}

footer .copyright-area .social-links a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(143, 196, 36);
    margin-left: 10px;
    border-radius: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .copyright-area .social-links a {
        margin-left: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    footer .copyright-area .social-links a {
        margin: 0px 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    footer .copyright-area .social-links a {
        margin: 0px 2px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}

footer .copyright-area .social-links a:hover {
    background-color: rgb(255, 142, 21);
}

footer .copyright-area .copyright-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    footer .copyright-area .copyright-text {
        letter-spacing: 0px;
    }
}

footer .copyright-area .copyright-text a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

footer .copyright-area .copyright-text.copyright-two {
    text-transform: none;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
    footer .copyright-area .copyright-text {
        margin-top: 10px;
        text-align: center;
    }
}

footer .copyright-area .footer-menu ul li {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-right: 15px;
}

@media (max-width: 399px) {
    footer .copyright-area .footer-menu ul li {
        padding-left: 0px;
        margin-right: 0px;
    }
}

footer .copyright-area .footer-menu ul li::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    content: "";
}

@media (max-width: 399px) {
    footer .copyright-area .footer-menu ul li::before {
        display: none;
    }
}

footer .copyright-area .footer-menu ul li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}

footer .copyright-area .footer-menu ul li:first-child::before {
    display: none;
}

footer .copyright-area .footer-menu ul li a {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-family: Lato, sans-serif;
}

footer .copyright-area .footer-menu ul li a:hover {
    color: rgb(255, 142, 21);
}

footer .copyright-area.light-theme {
    background-color: rgb(255, 142, 21);
    color: rgb(255, 255, 255);
}

footer .copyright-area.light-theme,
footer .copyright-area.light-theme a,
footer .copyright-area.light-theme .copyright-text,
footer .copyright-area.light-theme .footer-menu ul li a {
    color: rgb(255, 255, 255);
}

footer .copyright-area.light-theme .footer-menu ul li a:hover {
    color: rgb(57, 61, 114);
}

footer .copyright-area.light-theme .footer-menu ul li::before {
    background-color: rgb(255, 255, 255);
}

.booking-form-body {
    background-color: rgb(255, 255, 255);
    padding: 50px 35px 30px;
    position: relative;
}

.booking-form-body p strong {
    color: rgb(34, 34, 34);
}

.booking-form-body .booking-inner-body {
    background-color: rgb(248, 248, 248);
    padding: 50px 35px 30px;
    position: relative;
}

.booking-form-body .left-line {
    padding-left: 30px;
    position: relative;
}

.booking-form-body .left-line::before {
    content: "";
    background: rgb(255, 142, 21);
    height: 100%;
    width: 2px;
    display: block;
    position: absolute;
    left: 0px;
}

.booking-form-body .inner-title {
    color: rgb(34, 34, 34);
}

.booking-form-body .inner-title a {
    color: rgb(255, 142, 21);
    text-decoration: underline;
}

.booking-form-body form label {
    color: inherit;
    font-weight: 500;
    font-size: 16px;
}

.booking-form-body .booking-inner-body form input,
.booking-form-body .booking-inner-body form .nice-select {
    background-color: rgb(255, 255, 255);
}

.booking-form-body form input::placeholder {
    font-size: 14px;
}

.booking-form-body form .group-fix {
    flex-wrap: unset;
}

.booking-form-body form .input-group-text {
    background: transparent;
    border: none;
    padding: 0px 20px;
}

.booking-form-body form .input-group-prepend .input-group-text {
    padding-left: 0px;
}

.booking-form-body form .input-group-append .input-group-text {
    padding-right: 0px;
}

.bookingtable .table td,
.bookingtable .table th {
    color: rgb(119, 119, 119);
    font-weight: 500;
    font-size: 14px;
    padding: 15px;
}

.bookingtable .table td strong,
.bookingtable .table th strong {
    color: rgb(34, 34, 34);
}

.bookingtable .table thead td,
.bookingtable .table thead th {
    border-bottom-width: 1px;
}

.bookingtable .table thead th a {
    display: flex;
    margin-bottom: 10px;
}

.bookingtable .table thead th a::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    border: 1px solid rgb(255, 142, 21);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: normal;
    margin-right: 10px;
}

.bookingtable .table thead th a.collapsed::before {
    content: "";
}

.custom-checkbox label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 25px;
    cursor: pointer;
}

.custom-checkbox input {
    width: auto;
    height: auto;
    position: absolute;
    left: -99999px;
}

.custom-checkbox span {
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid rgb(255, 142, 21);
    position: absolute;
    left: 0px;
}

.custom-checkbox input:checked~span::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    line-height: normal;
    font-size: 12px;
    position: absolute;
    left: 1px;
    color: rgb(255, 142, 21);
}

.booking-conformation-box,
.search-box .search-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.booking-conformation-box {
    margin-bottom: 45px;
}

.booking-conformation-box .booking-conformation-text span,
.search-box .search-item .search-item-text span {
    display: block;
}

.success-btn {
    background-color: rgb(114, 183, 114);
    color: rgb(255, 255, 255);
    border-color: rgb(114, 183, 114);
    border-radius: 45px;
}

.success-btn:hover,
.success-btn:focus {
    background-color: rgb(255, 142, 21);
    border-color: rgb(255, 142, 21);
}

.search-box .total-price {
    display: block;
    color: rgb(34, 34, 34);
    margin-bottom: 20px;
}

.room-gird-loop .room-box .room-desc .nice-select {
    float: none;
    background: rgb(248, 248, 248);
    margin-top: 20px;
}

.room-gird-loop .room-box .room-desc .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.room-gird-loop .room-box .room-desc .actions button {
    margin: 0px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.room-gird-loop .room-box .room-desc .actions button+button {
    margin-top: 10px;
}

.room-gird-loop .room-box .room-desc .item-boxs,
.room-gird-loop .room-box .room-desc .actions .confirm-btn {
    display: none;
}

.room-gird-loop .room-box .room-desc .item-boxs .item-boxs-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .booking-form-body .booking-inner-body {
        padding: 20px;
    }
    .booking-form-body {
        padding: 30px 20px;
    }
    .booking-form-body form .group-fix {
        display: block;
    }
    .booking-form-body form .input-group-append .input-group-text {
        padding-left: 0px;
        margin-top: 5px;
    }
    .booking-form-body form .input-group-prepend .input-group-text {
        padding-right: 0px;
        margin-bottom: 5px;
    }
    .booking-conformation-box {
        display: block;
    }
    .booking-conformation-box .booking-conformation-button button {
        margin-top: 10px;
    }
    .main-btn {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .room-gird-loop .room-box .room-desc .item-boxs .item-boxs-item {
        display: block;
    }
    .room-gird-loop .room-box .room-desc .item-boxs .item-boxs-item .item-remove {
        margin-top: 5px;
    }
}

.back-to-top {
    position: fixed;
    right: 0px;
    bottom: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgb(255, 142, 21);
    z-index: 99;
    color: rgb(255, 255, 255);
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    border-radius: 45px;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
    right: 40px;
}

.back-to-top:hover {
    background-color: rgb(34, 34, 34);
}