/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=ABeeZee|Architects+Daughter|Forum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
html,
body {
    font-family: "ABeeZee", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #848991;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-style: normal;
    font-weight: normal;
    font-weight: 600;
}

h1, .h1 {
    font-size: 28px;
    line-height: 37px;
    font-weight: bold;
}

h2, .h2 {
    font-size: 18px;
    line-height: 30px;
}

h3, .h3 {
    font-family: "ABeeZee", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
}

h4, .h4 {
    font-family: "Forum", cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 27px;
}

h5, .h5 {
    font-family: "Merriweather", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
}

h6, .h6 {
    font-family: "ABeeZee", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}

p {
    font-family: "ABeeZee", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
}

.error-message p, .success-message p {
  margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

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

ul li {
    font-family: "ABeeZee", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
}

btn, .btn {
    font-family: "ABeeZee", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-decoration: none;
}


/*--------------------------------------------------------------
# COMMON CODES
--------------------------------------------------------------*/

.pad-50 {
    padding: 50px 0px;
}

.pad-30 {
    padding: 30px;
}

.line-height-none {
    line-height: 0 !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.parent-position {
    position: relative !important;
}

.text-underline {
    text-decoration: underline;
}

.straight-line {
    border: 1px solid #f0f0f0;
}

.btn-primary {
    border-radius: 45px;
    padding: 4px 15px;
    -webkit-transition: all 1s;
    transition: all 1s;
    border: 0;
}

.btn-red {
    background: #e70000 !important;
    padding: 9px 15px;
    border: 1px solid #e70000 !important;
}

.btn-red:hover {
    background: #e70000 !important;
    box-shadow: 0px 0px 10px #363636 !important;
}

label {
    font-family: "ABeeZee", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #d8d8d8;
    border-bottom: 2px solid#E70000;
    margin-bottom: 15px;
}

.form-control, .form-control:focus {
    font-family: "Forum", cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    background: #fbfbfb;
    border: 1px solid #d45e5e;
    border-radius: 4px;
    color: #000000;
    box-shadow: none;
    padding: 0 10px;
}

.contactus-form .form-control, .contactus-form .form-control:focus {
    background: #363636;
    border: 1px solid #9E9E9E;
    color: #fff;
}

.contact-us-page .form-control, .contact-us-page .form-control:focus {
    background: transparent;
    border: 1px solid #464A51;
    color: #464A51;
}

.contactus-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    /* Firefox */
}

.contactus-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.contactus-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

.contact-us-page ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #464A51 !important;
    /* Firefox */
}

.contact-us-page :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #464A51 !important;
}

.contact-us-page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #464A51 !important;
}

.contactus-form .btn-red {
    padding: auto;
}

form .fa {
    position: absolute;
    top: 10px;
    right: 15px;
}

@media (min-width: 1200px) {
  .checkin .fa, .checkout .fa {
      right: 0;
  }
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Forum", cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* line-height: 30px; */
    color: #000000 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Forum", cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 15px !important;
    color: #000000 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Forum", cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* line-height: 30px; */
    color: #000000 !important;
}

input[placeholder="Date"] {
    line-height: 15px !important;
}

.help-block {
    color: #b89c5e;
}

form .fa-times {
    color: #b89c5e;
}

form .fa-check {
    color: green;
}

form .for-datepicker .fa-times, form .for-datepicker .fa-check {
    right: 57px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}

.h-line {
    border-top: 3px solid#E70000;
    width: 10%;
}


/* plus and minus counter codes */

.counter-label {
    font-size: 13px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
}

.qty .count-style {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    padding: 0 2px;
    min-width: 20px;
    text-align: center;
    background: #e70000;
}

.qty .plus-style {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #9e9e9e;
    width: 28px;
    height: 28px;
    font: 24px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #9e9e9e;
}

.qty .minus-style {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #9e9e9e;
    width: 28px;
    height: 28px;
    font: 20px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    border: 2px solid #9e9e9e;
}


/* div {
    text-align: center;
} */

.minus-style:hover {
    background-color: transparent !important;
}

.plus-style:hover {
    background-color: transparent !important;
}


/*Prevent text selection*/

span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input {
    border: 0;
    width: 2%;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:disabled {
    background-color: white;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/* intlinput alignment in mobile */

.iti-mobile .intl-tel-input .country-list {
    width: 100% !important;
}

.btn-container-col .w-75 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .btn-container-col .w-75 {
        width: 75% !important;
    }
}

@media (min-width: 992px) {
    .btn-container-col .w-75 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .form-control, .form-control:focus {
        margin-bottom: 0px;
        border: 1px solid transparent;
    }
    .banner-form .form-control, .banner-form .form-control:focus {
        padding: 0;
    }
    .container-extended {
        max-width: 1160px;
    }
    .btn-container-col .w-75 {
        width: 75% !important;
    }
}

@media (min-width: 1600px) {
    .container-extended {
        max-width: 1410px;
    }
}

@media (min-width: 1920px) {
    .container-extended {
        max-width: 1640px;
    }
}


/* common themes */

h1, .h1 {
    color: #ffffff;
}

h2, .h2 {
    color: #414b53;
}

h3, .h3 {
    color: #ffffff;
}

h4, .h4 {
    color: #000000;
}

h5, .h5 {
    color: #a02828;
}

h6, .h6 {
    color: #000000;
}

p {
    color: #6a6b6d;
}

a {
    color: #821517;
}

a:hover,
a:focus {
    color: #b89c5e !important;
}

ul li {
    color: #6a6b6d;
}

.btn-primary {
    border-radius: 0px;
    border: 2px solid #363636;
    background: #363636;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
    background: #363636;
    color: #ffffff;
    border-color: #363636;
    box-shadow: 0px 0px 36px #363636;
}

@media (min-width: 1200px) {
    .text-xl-h3-auto {
        color: #414b53 !important;
    }
    .text-xl-p-auto {
        color: #737778 !important;
    }
    .text-xl-h4-auto {
        color: #821517 !important;
    }
}


/************************************************************************************************************************************************************************/


/*header-4 style*/

.navbar {
    padding: 0 0 0 1rem;
}

.navbar-dark {
    background: #fbfbfbbd !important;
}

.header-4 .navbrand-default {
    max-width: 50%;
}

.header-4 .navbar-nav .nav-link {
    font-family: "Forum", "cursive";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000 !important;
    padding: 20px 0;
}

.header-4 .navbar-nav .nav-link.active, .header-4 .navbar-nav .nav-link:hover, .header-4 .navbar-nav .nav-link:focus {
    color: #b89c5e !important;
}

.header-4 .navbar-nav .navbar-btn {
    color: #ffffff !important;
    display: unset;
}


/*--------------------------------------------------------------
# HAMBURGER TOGGLE MENU
--------------------------------------------------------------*/

.header-4 .navbar-toggler {
    padding: 0;
}

.header-4 .navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}

.header-4 .navbar-toggler .icon-bar {
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all 0.2s;
}

.header-4 .navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}

.header-4 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.header-4 .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
    transition: ease all 0.2s;
}

.header-4 .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all 0.2s;
}

.header-4 .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-47deg) translate(5px, -6px);
    transition: ease all 0.2s;
}

.navbar-nav .dropdown-menu {
    background: #363636;
}

.bg-dropdown {
    background: #fbfbfb !important;
}


/* for mega menu */

.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}

.header-4 .bg-dark {
    background: #fbfbfb !important;
}

.header-4 h6 {
    color: #e70000 !important;
    font-weight: bold;
}

.navbar-collapse {
    overflow: scroll;
}
.megamenu .border-right {
  border-right: 1px solid transparent !important;
}
@media (min-width: 320px) {
    .navbar-collapse {
        height: 100vh !important;
    }
}
@media (min-width: 768px) {
  .megamenu .border-right {
    border-right: 1px solid #dee2e6!important;
  }
}
@media (min-width: 1200px) {
    .header-4 .navbrand-default {
        position: absolute;
        top: -30px;
    }
    .header-4 .navbar-nav .navbar-btn {
        display: block;
    }
    .navbar {
        padding: 0.8rem 5rem;
    }
    .header-4 .navbar-nav {
        margin-left: 160px;
    }
    .header-4 .navbar-nav .nav-link {
        font-size: 20px;
        padding: 20px 15px;
    }
    .header-4 .navbar-nav .list-menu ul .nav-link {
        padding: 0;
    }
    .header-4 .navbrand-logo-default {
        max-width: 80px;
        transition: all 0.8s;
    }
    .header-4 .navbrand-logo-half {
        max-width: 80px;
        transition: all 0.8s;
    }
    .header-4 .dropdown:hover>.dropdown-menu {
        display: block;
        /* background: rgba(255, 255, 255, 0.9); */
    }
    .header-4 .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    .header-4 .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: transparent;
    }
    .header-4 .bg-dark {
        margin-left: 150px !important;
        position: absolute;
        top: -30px;
        width: 65%;
    }
    .navbar-collapse {
        height: auto !important;
        overflow: hidden !important;
    }
    .megamenu .bg-dark a {
      font-size: 15px !important;
      padding-top: 10px !important;
    }
    .megamenu .bg-dark h6 {
      font-size: 15px !important;
    }
}

@media (min-width: 1400px) {
    .navbar {
        padding: 0.8rem 10rem;
    }
}

@media (min-width: 1600px) {
    .navbar {
        padding: 0.8rem 15rem;
    }
    .header-4 .navbar-nav .nav-link {
        font-size: 20px;
        padding: 20px 20px;
    }
}

@media (min-width: 1920px) {
    .navbar {
        padding: 0.8rem 10rem;
    }
    .header-4 .navbar-nav .nav-link {
        font-size: 20px;
        padding: 20px 25px;
    }
}


/* header-4 themes */


/*--------------------------------------------------------------
# HAMBURGER TOGGLE MENU
--------------------------------------------------------------*/

.header-4 .navbar-toggler {
    border: none;
    background: transparent !important;
}

.header-4 .navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}

.header-4 .navbar-toggler .icon-bar {
    background-color: black;
}


/************************************************************************************************************************************************************************/


/*banner-5 section*/

.banner-5 .carousel-item {
    height: 100vh;
    background-size: cover !important;
}

.banner-5 .carousel-caption {
    bottom: auto;
    top: 30%;
    left: 0%;
    text-align: left;
}

.banner-5 p {
    font-size: 16px;
    color: #000000;
}

.banner-5 .carousel-indicators {
    bottom: 15px;
}

.banner-form {
    margin: 0 auto;
    background: #fbfbfb;
    border-top: 3px solid transparent;
    border-image: linear-gradient(270deg, #bc2e2e 0%, #f30203 100%);
    border-image-slice: 1;
}

.banner-5 .carousel-indicators .active {
    background-color: #e70000;
}

.banner-form .enquire-top {
    width: 100%;
}

.banner-5 .carousel-indicators li {
    background-color: #fff;
}

@media (min-width: 576px) {
    .banner-5 .carousel-caption {
        top: 22%;
    }
}

@media (min-width: 768px) {
    .banner-5 .carousel-caption {
        bottom: auto;
        top: 30%;
        left: 20%;
        text-align: left;
    }
    .banner-form .btn-container {
        margin-left: -97px;
    }
    .banner-form .enquire-top {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .banner-form-border-right {
        border-right: 2px solid #ccb6b6;
    }
    .banner-5 .carousel-caption {
        top: 25%;
    }
    .banner-5 .carousel-item {
        background-position-x: auto;
    }
    .banner-form {
        background-size: cover !important;
        padding: 25px 0;
        position: absolute;
        width: 85%;
        bottom: 0;
        left: 7.5%;
    }
    .banner-5 .carousel-indicators {
        bottom: 70px;
    }
}

@media (min-width: 1600px) {
    .banner-form {
        width: 70%;
        left: 15%;
    }
}

@media (min-width: 1920px) {
    .banner-form {
        width: 65%;
        left: 17.5%;
    }
}


/************************************************************************************************************************************************************************/


/* section-38 */

.section-38 {
    background-size: cover !important;
    position: relative;
}

@media (min-width: 1200px) {
    .section-38 .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        overflow: hidden;
    }
    .section-38 .contents {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media (min-width: 1400px) {
    .section-38 .contents {
        padding-left: 55px;
    }
    .mt-xxl-5 {
        margin-top: 2rem !important;
    }
}

@media (min-width: 1920px) {
    .section-38 .contents {
        padding-right: 150px;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
}


/* section-38 themes*/


/************************************************************************************************************************************************************************/


/* section-39 */

.section-39 {
    background-size: cover !important;
}

.section-39 .media {
    background: #ffffff;
    transition: all 0.8s;
}

.section-39 .media:hover {
    box-shadow: -6px -6px 18px rgba(0, 0, 0, 0.09);
    transition: all 0.8s;
}

.section-39 p {
    font-size: 11px;
}

.section-39 .carousel-control-prev-div, .section-39 .carousel-control-next-div {
    position: absolute;
    bottom: 25px;
    height: 50px;
    width: 50px;
    background-color: rgba(215, 181, 117, 0.9);
}

.section-39 .carousel-control-prev-div {
    left: 10px;
}

.section-39 .carousel-control-next {
    right: 10px;
}

.section-39 .carousel-caption {
    left: 10%;
    bottom: 0;
}

.centered-h4-sec-39 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff7f7;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.centered-h4-sec-39::after {
    content: "";
    width: 0px;
    height: 2px;
    display: block;
    background: #fff7f7;
    transition: 300ms;
}

.centered-h4-sec-39:hover::after {
    width: 100%;
}

@media (min-width: 768px) {
    .section-39 .carousel-control-prev-div {
        left: 564px;
    }
    .section-39 .carousel-control-next {
        right: -25px;
    }
}

@media (min-width: 992px) {
    .section-39 .carousel-control-prev-div {
        left: 342px;
    }
    .section-39 .carousel-control-next {
        right: -8px;
    }
}

@media (min-width: 1200px) {
    .section-39 .carousel-caption h4 {
        font-size: 24px;
    }
    .section-39 .carousel-control-prev-div {
        left: 425px;
    }
    .section-39 .carousel-control-next {
        right: -15px;
    }
    .centered-h4-sec-39 {
        font-size: 24px;
    }
}


/* section-39 themes*/


/************************************************************************************************************************************************************************/


/* section-4 */

.section-4 p {
    color: #6a6b6d;
}

.section-4 .carousel-caption {
    background: rgba(160, 40, 40, 0.81);
    bottom: 0;
    left: 0;
    width: 100%;
}


/************************************************************************************************************************************************************************/


/* section-5 */
.section-5 {
  position: relative;
}
.section-5 .heading-bottom-icon {
    background-size: 100%;
    margin: 0 auto;
    height: 1rem;
    width: 19rem;
    background: url('../img/sprite-3d395c9c.svg');
    background-position: 0 2.5%;
}
.section-5 .nav-tabs {
    border-bottom: 1px solid transparent;
}

.section-5 .nav-tabs .nav-link {
    border: 1px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.rooms-row .fs-14 {
  font-size: 12px;
}
.fs-2rem {
  font-size: 2rem;
}
.lh-0 {
  line-height: 0;
}
.section-5 ul {
  list-style: none;
}
.section-5 .border-right {
    border-right: 1px solid transparent !important;
}
.section-5 a {
  color: #000000;
}
.section-5 .media p {
  line-height: 20px;
}
@media (min-width: 768px) {
  .section-5 .border-right {
    border-right: 1px solid #dee2e6!important;
  }
  .section-5 .bx-shadow {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
  }
}
@media (min-width: 992px) {
  .rooms-row .fs-14 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .section-5 .media p {
    font-size: 13px;
  }
}
/************************************************************************************************************************************************************************/
.section-6 {
  background: url('../img/near-by-bg-img.jpg');
  background-position: center;
  background-size: cover;
}
.section-6 h4, .section-6 h5 {
  color: #A02828;
}
.section-6 h5 {
  font-size: 18px;
}
.section-6 ul li {
  color: #464A51;
}
.section-6 ul {
  list-style-image: url('../img/bullet-right-gl.png');
}
/************************************************************************************************************************************************************************/

/* section-40 */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .section-40 .nav-tabs .nav-link {
        padding: 10px 23px !important;
    }
}

@-moz-document url-prefix() {
    @media(min-width: 768px) {
        .section-40 .nav-tabs .nav-link {
            padding: 10px 25px !important;
        }
    }
}

.section-40 {
    background-size: cover !important;
}

.section-40 .nav-tabs .nav-item {
    background: rgba(247, 247, 247, 0.96);
    padding-right: 2px;
}

.section-40 .nav-tabs .nav-link.active {
    color: #000000;
    background: rgba(255, 255, 255, 0.96);
    border-color: transparent;
}

.section-40 .nav-tabs .nav-link {
    padding: 10px 22px;
}

.section-40 .nav-tabs p {
    color: #000000;
    margin-bottom: 5px;
}

.section-40 .nav-tabs {
    border-bottom: 0px solid transparent;
}

.section-40 .tab-content {
    background: rgba(255, 255, 255, 0.96);
    padding: 30px;
}

.section-40 .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    flex-wrap: nowrap;
}

.section-40 .nav-tabs>li {
    float: none;
}

.section-40 .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

@media(min-width: 768px) {
    .section-40 .nav-tabs .nav-link {
        padding: 10px 26px;
    }
    .section-40 .tab-content {
        padding: 85px;
    }
}

@media(min-width: 1200px) {
    .section-40 .nav-tabs {
        overflow-x: hidden;
    }
}

/* section-40 themes*/


/************************************************************************************************************************************************************************/


/* section-41 */

.left-box-bg {
    padding: 40px;
    min-height: 558px;
    border: 1px solid #d3d4d6;
    transition: 0.8s;
}

.left-box-bg:hover {
    box-shadow: -2px -2px 18px rgba(0, 0, 0, 0.14);
    transition: 0.8s;
}

.right-box-bg {
    padding: 17px;
    min-height: 270px;
    border: 1px solid #d3d4d6;
    transition: 0.8s;
}

.right-box-bg:hover {
    box-shadow: -2px -2px 18px rgba(0, 0, 0, 0.14);
    transition: 0.8s;
}

.right-box-bg h5 {
    font-size: 16px;
}

.right-box-bg h4 {
    font-size: 17px;
    line-height: 20px;
}

/* section-41 themes*/


/************************************************************************************************************************************************************************/


/* section-42 */

.section-42 {
    background-size: cover !important;
}

.section-42 .content-box {
    position: absolute;
    bottom: 0px;
    left: 33px;
}

.section-42 .carousel-caption {
    position: relative;
    text-align: left;
    left: 0;
    right: 0;
}

.section-42 .carousel-caption h4, .section-42 h4 {
    color: #A02828;
}

.section-42 .carousel-caption p {
    color: #464A51;
}

.section-42 .carousel-indicators {
    bottom: -15px;
}

.section-42 .carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #A02828;
    margin-right: 6px;
    margin-left: 6px;
}

.btn-red.focus-none:focus, .btn-red.focus-none:hover {
    box-shadow: none !important;
}

.section-42 .carousel-indicators li.active {
    background: #c67e7e;
}

.section-42 .carousel-control-prev {
    left: -70px;
}

.section-42 .carousel-control-next {
    right: -85px;
}

.section-42 .carousel-control-prev-div, .section-42 .carousel-control-next-div {
    width: 50px;
    height: 50px;
    background: #4b4b4b;
    margin: auto;
}
.contact-us-page h4, .contact-us-page h5, .contact-us-page h6  {
  color: #A02828;
}
.contact-us-page a, .contact-us-page p, .contact-us-page label {
  color: #464A51;
}
.section-42 .section-39 p {
  line-height: 12px;
}
@media (min-width: 992px) {
    .section-42 .carousel-indicators {
        left: -280px;
    }
}

@media (min-width: 1200px) {
    .section-42 .content-box {
        bottom: 50px;
        left: 60px;
    }
    .section-42 .carousel-caption {
        bottom: -35px;
        margin: 10px 15px 15px 0;
    }
    #carouselExampleControls-2 {
        width: 75%;
        margin-right: 10px;
    }
    .section-42 .carousel-indicators {
        bottom: -50px;
    }
    .section-42 .carousel-control-prev, .section-42 .carousel-control-next {
        top: 45%;
    }
    .section-42 .carousel-control-prev {
        left: -130px;
    }
    .section-42 .carousel-control-next {
        right: -85px;
    }
}


/* section-42 themes*/

/************************************************************************************************************************************************************************/


/* section-44 */

.section-44 {
    background: #f8f8f8;
}

.section-44 .fa {
    color: #ccd9de;
    transition: all 0.8s;
    font-size: 23px;
}

.section-44 .fa:hover {
    color: #821517;
    transition: all 0.8s;
}


/* section-44 themes*/


/************************************************************************************************************************************************************************/


/* section-45 */

.section-45 {
    background: #363636;
}

.contact-box {
    border: 1px solid #5c5c5c;
    padding: 5px 5px;
    transition: all 0.8s;
}

.contact-box:hover {
    border: 1px solid #a02828;
    transition: all 0.8s;
    cursor: pointer;
}

.contact-box p {
    font-size: 13px;
    color: #9e9e9e;
    margin-bottom: 0px;
    transition: all 0.8s;
}

.contact-box:hover p {
    color: #ffffff;
    transition: all 0.8s;
}

@media (min-width: 768px) {
    .rest-column {
        margin-top: 43px;
    }
}

/* section-45 themes*/


/************************************************************************************************************************************************************************/

/* section-46 */

.section-46 {
    background: #313030;
}

.section-46-a {
    background: #313030;
    border-top: 1px solid #4f4f4f;
}

.section-46-a ul li {
    color: #747474;
    font-size: 15px;
    line-height: 30px;
}

.section-46 p {
    color: #747474;
    text-align: left;
    /* margin-bottom: 0px; */
    font-size: 11px;
    line-height: 20px;
}

.section-46 a {
    color: #747474;
}

.section-46-a a {
    color: #747474;
}

.copy-right p {
    color: #747474;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px;
}

.copy-right-mob p {
    text-align: center;
}

.section-46 #accordion h5 {
    color: #ffffff;
}

.section-46 #accordion .card {
    background-color: transparent;
    border: 1px solid transparent;
}

.section-46 #accordion .card-header {
    border: 1px solid gray;
    padding: 0px 0px;
}

.section-46 #accordion .card-body {
    padding: 25px 10px 0px;
}

.section-46 .card-link.collapsed:before {
    content: "\f0ab";
}

.section-46 .card-link:before {
    font-family: "FontAwesome";
    content: "\f0aa";
    color: #ffffff;
    font-weight: bold;
    float: right;
    position: relative;
    font-size: 22px;
    right: 10px;
    top: 6px;
}


/* section-46 themes*/


/************************************************************************************************************************************************************************/


/* section-48 */

.section-48 .overlay {
    background: rgba(160, 40, 40, 0.94);
    padding: 11px 20px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.section-48 .img-box img {
    width: 100%;
}

.section-48 .bottom-border {
    border-bottom: 1px solid gray;
}

/* section-48 themes*/


/************************************************************************************************************************************************************************/


/* section-49 */

.section-49 {
    background-size: cover !important;
}

.section-49 .box-bg {
    background: rgba(255, 255, 255, 0.9);
    padding: 35px 30px;
}

/* section-49 themes*/


/************************************************************************************************************************************************************************/


/* section-50 */

.section-50 {
    line-height: 0px;
}

.section-50 p {
    color: #000000;
}

.section-50 .overlay {
    background: #e9ecef;
    padding: 35px 42px;
}

.section-50 .arrow-bg-left {
    background: #E70000;
    /* position: absolute; */
    /* width: 100%;
    bottom: 0;
    left: 654px; */
    padding: 10px 21px;
    transform: rotate(180deg);
}

.section-50 .arrow-bg-right {
    background: #E70000;
    /* position: absolute; */
    /* width: 100%;
    bottom: 0;
    left: 596px; */
    padding: 10px 21px;
}

.section-50 video {
    width: 100%;
}

@media(max-width: 767px) {
    .section-50 .arrow-bg-left {
        background: #E70000;
        position: absolute;
        width: 50%;
        padding: 10px 21px;
        transform: rotate(180deg);
        bottom: 0;
        right: 0;
    }
}

@media(min-width: 768px) {
    .section-50 .overlay {
        background: rgba(255, 255, 255, 0.9);
        padding: 35px 42px;
        position: absolute;
        bottom: 0;
        left: 15px;
        width: 43%;
    }
    .section-50 .arrow-bg-left {
        position: absolute;
        left: 306px;
        padding: 10px 13px;
        width: 5%;
        bottom: 0;
    }
    .section-50 .arrow-bg-right {
        position: absolute;
        left: 266px;
        padding: 10px 13px;
        width: 5%;
        bottom: 0;
    }
}

@media(min-width: 992px) {
    .section-50 .arrow-bg-left {
        left: 424px;
        padding: 10px 9px;
        width: 3%;
    }
    .section-50 .arrow-bg-right {
        left: 392px;
        padding: 10px 9px;
        width: 3%;
    }
}

@media(min-width: 1200px) {
    .section-50 .overlay {
        left: 201px;
        width: 26%;
    }
    .section-50 .arrow-bg-left {
        left: 491px;
        padding: 10px 14px;
    }
    .section-50 .arrow-bg-right {
        left: 452px;
        padding: 10px 14px;
    }
}

@media(min-width: 1400px) {
    .section-50 .overlay {
        left: 249px;
        width: 23%;
    }
    .section-50 .arrow-bg-left {
        left: 533px;
        padding: 10px 16px;
    }
    .section-50 .arrow-bg-right {
        left: 489px;
        padding: 10px 16px;
    }
}

@media(min-width: 1600px) {
    .section-50 .overlay {
        left: 280px;
        width: 21%;
    }
    .section-50 .arrow-bg-left {
        left: 568px;
        padding: 10px 16px;
    }
    .section-50 .arrow-bg-right {
        left: 518px;
        padding: 10px 16px;
    }
}

@media(min-width: 1920px) {
    .section-50 .overlay {
        left: 332px;
        width: 20%;
    }
    .section-50 .arrow-bg-left {
        left: 656px;
        padding: 10px 21px;
        transform: rotate(180deg);
    }
    .section-50 .arrow-bg-right {
        left: 598px;
        padding: 10px 21px;
    }
}

/* section-50 themes*/

/************************************************************************************************************************************************************************/


/* section-51 */

@media(min-width: 768px) {
    .section-51 .overflow-hidden {
        overflow: hidden;
    }
}

/* section-51 themes*/


/************************************************************************************************************************************************************************/

/* for success page */

.success .carousel-caption {
    top: 30%;
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    left: 5%;
}
.success .banner-content-box {
    padding: 10px 20px;
}

@media (min-width: 768px) {
  .success .carousel-caption {
      width: auto;
      left: 20%;
  }
}

@media(min-width: 1200px) {
    .success .carousel-caption {
        left: 35% !important;
        background: rgba(255, 255, 255, 0.9);
    }
    .success .banner-content-box {
        padding: 30px 35px;
    }
}


/************************************************************************************************************************************************************************/


/* live chat related */

.live-chat {
    bottom: 0;
    top: auto;
    background-color: #6b4838;
    color: #fff;
    padding: 5px 10px 0;
    font-size: 10px;
    border-radius: 14px 14px 0 0;
    box-shadow: none;
    border: none;
    -webkit-transform: rotate(-90deg) translate(35%, 126%);
    -moz-transform: rotate(-90deg) translate(35%, 126%);
    -ms-transform: rotate(-90deg) translate(35%, 126%);
    -o-transform: rotate(-90deg) translate(35%, 126%);
    transform: rotate(-90deg) translate(35%, 126%);
}

.btn-call {
    position: fixed;
    right: 35px;
    /* top: 50%; */
    font-size: 25px;
    border: 1px solid #E70000;
    background-color: #E70000;
    /* box-shadow: 1px 1px 5px 2px #a9a9a9; */
    color: #fff;
    padding: 10px;
    z-index: 8;
    cursor: pointer;
    bottom: -18px;
}

/* map section */

.map-section {
    border-bottom: 2px solid #c9c9c9;
}

.map-section .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.map {
    height: 375px;
}

@media(min-width: 320px) {
    .map-img {
        position: absolute;
        left: 0;
        width: 25%;
        bottom: 0;
    }
}

@media(min-width: 480px) {
    .map-img {
        width: 16%;
    }
}

@media(min-width: 1200px) {
    .map-img {
        left: auto;
        width: auto;
        bottom: 170px;
        right: 0;
    }
}

/************************ popup***************************** */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    overflow: auto !important;
}
.popup {
  margin: 100px auto;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup-close-btn {
    position: absolute;
    top: 35px;
    right: 10%;
    background: #00495d;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 0px 5px;
}
.popup .close:hover {
    color: #ffffff;
}
.popup .content {
    overflow: auto;
    /* border-top: 2px dashed #d1d6d8; */
    margin-top: 16px;
}
.div1 {
    width: 100%;
    /* padding: 20px; */
    height: auto;
    border-radius: 25px;
}
@media (min-width: 768px) {
    .popup-close-btn {
        right: 5%;
    }
}
@media (min-width: 992px) {
    .box {
        width: auto;
    }
    .popup {
        width: 50%;
        left: 25%;
        top: 2%;
    }
}
.popup-greeting .modal-dialog {
    top: 90px;
    max-width: 700px;
}

/* Popup wrapper */
.popup-wrapper .close i {
    background: #fff;
    border-radius: 50%;
    font-size: 28px;
    height: 23px;
    line-height: 23px;
    text-shadow: none;
    width: 23px;
}
.popup-wrapper .close {
    opacity: 1;
    position: absolute;
    right: -14px;
    top: -14px;
}
.popup-wrapper .modal-body {
    padding: 0;
}
.popup-wrapper .modal {
    text-align: center;
    padding: 0 !important;
}
.popup-wrapper .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.popup-wrapper .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.popup-wrapper .modal-dialog {
    max-width: 285px;
}
@media only screen and (min-width: 576px) {
    .popup-wrapper .modal-dialog {
        max-width: 800px;
    }
}
/**************************** popup************************************* */

/* FLICKET ANIMATION */
@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
.newicon {
    -webkit-animation: flickerAnimation .5s infinite;
    -moz-animation: flickerAnimation .5s infinite;
    -o-animation: flickerAnimation .5s infinite;
        animation: flickerAnimation .5s infinite;
}
/* FLICKET ANIMATION */


.section-38 h2, .section-38 h1, .section-39 h2, .section-4 h2, .section-42 h2 {
    font-family: "Merriweather", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #a02828;
}

.blog-contents h3 {
    color: #000000;
}


/* whatsapp icon effect */

.whatsapp_mobile {
    position: fixed;
    right: 60px;
    bottom: 60px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.whatsapp_mobile .fa-whatsapp-1 {
    background-color: #189d0e;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whatsapp_mobile .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #ffffff;
}

.whatsapp_mobile .cpt-circle-fill {
    width: 110px;
    height: 110px;
    background-color: #189d0e;
    border: 2px solid transparent;
    animation: cptCircleFill 2.3s infinite ease-in-out;
    box-shadow: 0 0 2px #189d0e!important;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    bottom: -48%;
    right: -48%;
}

@keyframes cptCircleFill {
    0% {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0;
    }
    
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
    
    100% {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2;
    }
}
/* whatsapp icon effect */