

body {
    background-color: #ffff;
    font-family: "Raleway", sans-serif;
}

.top_menu {
    background: #f5f5f5;
    border-bottom: 1px solid #ededed;
    color: #a9a9a9;
}

.top_menu .welcome_mssg {
    padding: 7px 0;
    float: left;
}

.top_menu ul {
    list-style: none;
    display: inline-block;
    padding: 7px 0;
    margin-bottom: 0px !important;
}

.top_menu ul li {
    display: inline-block;
    margin-left: 10px;
}

.top_menu ul li span {
    color: #a9a9a9;
    margin-left: 5px;
}

.tBar {
    display: flex;
}

.navbar {
    margin: 0;
    width: 100% !important;
}

.navbar-nav li {
    position: relative;
    display: block;
}

.navbar-nav li a {
    color: #a1b1c1;
    font-size: 0.95em;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /* padding: 30px 20px; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-nav li.active a {
    color: #ffb600;
}

.navbar-nav li a {
    color: #a1b1c1;
}

.page_title {
    position: relative;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_title .inner {
    position: relative;
    z-index: 9;
}

.page_title h1 {
    color: #fff;
    font-size: 2.6em;
    font-weight: 400;
    display: inline-block;
}

.page_title .breadcrumb {
    font-size: 0.9em;
    background: none;
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}

.page_title .breadcrumb li {
    padding: 5px 0px;
    color: #fff;
}

.page_title .breadcrumb li:last-child {
    padding: 5px 5px;
    border-radius: 2px;
    color: #ffb600;
}

.page_title .breadcrumb a {
    color: #fff;
}

.page_title .breadcrumb li:after {
    content: "/";
    padding: 0px 10px 0px 16px;
    color: #fff;
}

.page_title .breadcrumb li:last-child:after {
    content: "";
}

.page_title .price {
    float: right;
    width: 100px;
    height: 70px;
    margin-top: 10px;
    border-radius: 4px;
    background: rgba(255, 182, 0, 0.3);
}

.page_title .price .inner {
    margin: -5px;
    background-color: #ffb600;
    width: 100px;
    height: 70px;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 8px;
    color: #ffffff;
    font-weight: 400;
}

.page_title .inner {
    position: relative;
    z-index: 9;
}

.page_title .price span {
    display: block;
    font-size: 12px;
}

.sidebar .widget {
    margin-bottom: 30px;
}

.vbf {
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
}

.vbf .form_title {
    background: #f5f5f5;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ededed;
    text-align: center;
    letter-spacing: 0.2px;
    color: #8a959e;
    font-size: 22px !important;
    font-family: "Raleway", sans-serif;
    line-height: 1em;
    font-weight: 700;
    padding: 12px 0;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}

.vbf .form-control {
    font-size: 0.9em;
    padding: 6px 10px;
    border-radius: 1px;
    height: 42px;
    border: 1px solid #dfdfdf;
    color: #b3b3b3;
    margin-bottom: 15px !important;
}

.vbf .button {
    margin-top: 5px;
    padding: 9px 20px;
    display: block;
}

.vbf .inner {
    padding: 20px;
}

.roomCarouselImg {
    height: 406px !important;
    width: 100%;
}

.sub-heading {
    font-size: 2.2em;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    position: relative;
    color: #a1b1c1;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.all_facility_list ul li i {
    color: #82b73a;
    margin-right: 8px;
    height: 28px;
    width: 28px;
    font-size: 18px;
}

.all_facility_list ul li {
    color: #a9a9a9;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.roomImage {
    opacity: 1;
    display: block;
    width: 100%;
    height: 148px !important;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
    text-align: center;
    background-color: #1dc1f8;
    width: 100% !important;
    height: 100% !important;
    height: 148px !important;
}

.cardimg:hover .image {
    opacity: 1;
}

.cardimg:hover .middle {
    opacity: 0.6;
}

.cardimg:hover a {
    text-decoration: none !important;
}

.text {
    color: white;
    font-size: 16px;
    line-height: 148px;
}

.roomImage-home {
    opacity: 1;
    display: block;
    width: 100%;
    height: 232px !important;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.middle-home {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    text-align: center;
    background-color: #4A6DA8;
    width: 100% !important;
    height: 100% !important;
    height: 232px !important;
}

.cardimg-home:hover .image {
    opacity: 1;
}

.cardimg-home:hover .middle-home {
    opacity: 0.6;
}

.room_list {
    background: #f5f5f5;
    margin-bottom: 50px;
    border: 1px solid #eeeeee!important;
    border-radius: 30px!important;
    background: #fff;
    
}

.room_list .room_desc {
    padding: 20px;
}

.room_list .room_details .room_desc h3 a {
    font-family: "Raleway", sans-serif;
    color: #a1b1c1;
    font-weight: 400;
    font-size: 1.2em;
}

.room_list .room_details .room_desc p {
    color: #a1b1c1;
    padding-top: 10px;
}

.room_list .room_price {
    text-align: center;
    background-color: #345995;
    color: #fff!important;
    border-left: 1px solid #e9e8e7;
    border-radius: 0 30px 30px 0!important;
}

.roomlistimg {
    height: 100%!important;
}

.room_list .room_price .room_price_inner {
    padding-top: 36px;
    padding-bottom: 37px;
}

.room_list .room_price .room_price_number {
    font-size: 2em;  
}

.roomdiscount {
    text-decoration: line-through;
}

.room_list .room_price small {
    font-size: 1em;
    display: block;
    padding-top: 10px;
}

.room_list .room_price .button {
    clear: both;
    display: block;
    position: relative;
    margin-top: 20px;
}

.block-heading {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 30px;
    font-family: "Lato", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    /* color: #a1b1c1; */
    color: #131e2a;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
}

 .block-heading:after {
    content: "";
    display: block;
    height: 30px;
    position: relative;
    width: 70%;
    margin: 10px auto;
}

.block-heading:after {
    background: url(../images/Elegant-Flourish-Frame-Extrapolated-19.svg) no-repeat scroll 0 0;
    /* opacity: 0.5;  */
} 






.block-para {
    padding: 0 10%;
}

.block-para {
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
    letter-spacing: 2px; 
    width: 80%;
    margin: auto auto;
    margin-bottom: 40px;
    font-family: 'Karla', sans-serif;
}

a:hover {
    text-decoration: none !important;
}

.text-home {
    color: white;
    font-size: 16px;
    line-height: 232px;
}

.button.btn_blue {
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff;
}

.contact-info {
    list-style: none;
    padding-left: 0px;
}

.contact-info li {
    padding: 8px 0;
    font-weight: 700;
    color: #a1b1c1;
    font-family: "Lato", sans-serif;
}

.contacttitle {
    font-size: 2.2em;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    position: relative;
    color: #a1b1c1;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

footer {
    border-top: 1px solid #f5f5f5;
    background-color: #f9f9f9;
    color: #777777;
}

footer .inner {
    border-bottom: 1px solid #f5f5f5;
}

footer .widget {
    padding-bottom: 20px;
}

footer .widget a {
    color: #929292;
}

footer .about p {
    margin-top: 8px;
}

footer .widget h5 {
    color: #a1b1c1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 0;
}

footer .useful_links,
footer address {
    padding-top: 15px;
}

footer .useful_links li {
    padding: 6.1px 0;
}

footer li {
    border-bottom: 1px dotted rgba(228, 228, 228, 0.5);
}

footer address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

footer .address_details li {
    padding: 6px 0;
}

footer .address_details li i {
    margin-right: 12px;
    font-size: 1em;
    color: #acbac4;
}

footer .inner {
    padding-top: 50px;
    padding-bottom: 30px;
}

footer .subfooter {
    padding: 12px 0;
    background: #ffffff;
}

footer .copyrights {
    line-height: 3em;
}

footer .subfooter .social_media {
    float: right;
    padding: 2px 0;
}

footer .subfooter .social_media a {
    background: #4A6CA8;
    border: none;
    padding: 10px 15px;
    margin: 0px;
    border-radius: 80%!important;
    color: #fff;
}

footer ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.uploadimageinput:focus,
.uploadimageinput:active {
    outline: 0px !important;
    border: 0px !important;
}

a {
    color: #1dc1f8;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.form_date .datepicker:hover {
    cursor: pointer;
}

.datepicker-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.datepicker-dropdown.datepicker {
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
}

.datepicker-dropdown.datepicker .datepicker-switch {
    color: #a9a9a9;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    border-right: 0;
    border-left: 0;
}

.datepicker-dropdown.datepicker .datepicker-switch:hover {
    cursor: pointer;
}

.datepicker-dropdown.datepicker .prev,
.datepicker-dropdown.datepicker .next {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.datepicker-dropdown.datepicker .prev:hover,
.datepicker-dropdown.datepicker .next:hover {
    cursor: pointer;
    background: #ffb600;
    border-color: #ffb600;
    color: #fff;
}

.datepicker-dropdown.datepicker .day {
    padding: 10px 12px;
    color: #a1b1c1;
    background: #f4fafd;
    border: 1px solid #e7eef1;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.datepicker-dropdown.datepicker .new.day {
    background: #fefefe;
}

.datepicker-dropdown.datepicker .day.disabled {
    background: #fbf5f5;
    color: #a1b1c1;
    border-color: #ede8ea;
}

.datepicker-dropdown.datepicker .day:hover {
    cursor: pointer;
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff;
}

.datepicker-dropdown.datepicker .day.disabled:hover {
    cursor: not-allowed;
    background: #fbf5f5;
    color: #a1b1c1;
    border-color: #ede8ea;
}

.datepicker-dropdown.datepicker .day.today {
    background: #1dc1f8;
    color: #fff;
}

.datepicker-dropdown.datepicker .datepicker-months,
.datepicker-dropdown.datepicker .datepicker-years,
.datepicker-dropdown.datepicker .datepicker-decades,
.datepicker-dropdown.datepicker .datepicker-centuries {
    max-width: 301px;
}

.datepicker-dropdown.datepicker .datepicker-months table tr td,
.datepicker-dropdown.datepicker .datepicker-years table tr td,
.datepicker-dropdown.datepicker .datepicker-decades table tr td,
.datepicker-dropdown.datepicker .datepicker-centuries table tr td {
    padding: 0;
    padding-top: 10px;
}

.datepicker-dropdown.datepicker .month,
.datepicker-dropdown.datepicker .year,
.datepicker-dropdown.datepicker .decade,
.datepicker-dropdown.datepicker .century {
    display: inline-block;
    width: 50px;
    padding: 10px 0;
    color: #a1b1c1;
    background: #f4fafd;
    border: 1px solid #e7eef1;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.datepicker-dropdown.datepicker .month:hover,
.datepicker-dropdown.datepicker .year:hover,
.datepicker-dropdown.datepicker .decade:hover,
.datepicker-dropdown.datepicker .century:hover {
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff;
    cursor: pointer;
}
.datepicker-dropdown.datepicker .month.disabled,
.datepicker-dropdown.datepicker .year.disabled,
.datepicker-dropdown.datepicker .decade.disabled,
.datepicker-dropdown.datepicker .century.disabled {
    background: #fbf5f5;
    color: #a1b1c1;
    border-color: #ede8ea;
}

.datepicker-dropdown.datepicker .month.disabled:hover,
.datepicker-dropdown.datepicker .year.disabled:hover,
.datepicker-dropdown.datepicker .decade.disabled:hover,
.datepicker-dropdown.datepicker .century.disabled:hover {
    cursor: not-allowed;
}

.nopadding {
    padding: 0px !important;
}

.nopadding-left {
    padding-left: 0px !important;
}

.nopadding-right {
    padding-right: 0px !important;
}


.os-animation{
	opacity: 0%;
	margin: 0!important;
	max-width: 100%;
}
.os-animation.animated {
	opacity: 1;
}

.carousel-arrow  {
    line-height: 60px;
    width: 50px;
    height: 50px;
    border-radius: 200px !important;
}

.carousel-indicators {
    width: 100%;
    margin: 0px;  
}

.homeslides img {height: 700px!important; width: 100%;}

.maincarousel {
    position: absolute;
    z-index: 10!important;
    width: 100%;
    top: 0%;
    color: #fff; 
    text-align: center!important;
    background-color: rgba(0,0,0,0.5);
    height: 700px;
    display: flex!important;
    align-items: center!important;
    flex-direction: column!important;
    justify-content: center!important;
}

.carousel-contents {
    margin:auto auto!important;
}

.carouselheading {
    font-size: 50px!important;
}

.carouselSubheading {
    font-size: 20px!important;
}

.hidden {
    display: none !important;
}


.intro {background-color:#F8F8F8;
background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
} 

.intro .t1 {
    font-size: 22px;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 105px; 
    display: inline-block;
}

.intro .t1::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #d3a478;
    margin-left: 25px;
    position: absolute;
    top: 16px;
    left: 0;
}

.intro .t2 {
    margin-top: 0px;
    margin-bottom: 25px;
    color: #191919;
    font-weight: 500;
    font-size: 50px;
    line-height: 68px;
    text-transform: capitalize;
    text-align: right;
    margin: 0px 0 15px 0;
    font-family: 'Karla', sans-serif;
}

.intro .intropara {
    line-height: 25px;
    font-family: 'Karla', sans-serif;
    color: #787c80;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    text-align: left;
}

.introimg {
    background: transparent url(../images/Pattern.png) 40% 27%/auto no-repeat scroll;
}

.introimg .imgspan { 
    max-width: 100%;
    width: 100%;
    line-height: 0;
}

.introimg .imgspan img {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    border: 10px solid #ffffff;
    width: 100%;
    max-width: 450px;
    display: inline-block;
}



.roomcard {
    overflow: hidden;
    background-color: #fff;
    background-clip: border-box;
    border: 0px!important;
    border-radius: 0px!important;
}



.roomcard img {
    text-align: center;
    border-radius: 0px!important;
}

.roomcard .card-title {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-transform: none;
    color: #424c55;
}
.roomcard .room-price {
    font-family: "Lora",serif;
    font-size: 15px!important;
}

.roomcard .btn {
        border: 2px solid #4A6CA8;
        border-radius: 0;
        color: #4A6CA8;
        font-family: "Lora",serif;
        font-size: 14px;
        padding: 8px 17px;
    
}



.roomcard  .btn:hover, .roomcard  .btn:focus, .roomcard  .btn:active {
    background: #4A6CA8;
    color: #fff;
}


.border-bottom-whitesmoke {
    border-bottom: solid 1px #e1e1e1!important;
}

.room-services {
    color: #345995;
    margin-right: 8px;
    height: 28px;
    width: 28px;
    font-size: 18px;
    display: inline-block;
}

.colorwhite {color: white!important;}

.covid {
    background: #020D26;
    font-family: 'Karla', sans-serif;
}

.covid p {text-align: justify; }


.reservationform {
    padding: 50px 0;
    background: #fff;
    font-family: 'Karla', sans-serif;
}



.roomsblock {
    background: #fff;
}

.bookNow {
    background: #0094D2;
    color: #fff;
}

.bookNow h3 {
    font-size: 34px;
}

.btnwhite {
    background-color: white;
    color: #165c7d;
    padding: 10px 20px;
    font-weight: 600!important;
    font-size: 18px;
    border-radius: 40px;
}



.btnwhite:hover, .btnwhite:active, .btnwhite:focus {
    background-color: 165c7d;
    border-color: #165c7d;
    color: #fff 
}

.nearbyAttractions {
    padding: 50px 0;
    background: #ecf0f1;
}

.nearbyAttractions a {
    color: #000;
}

.nearbyAttractions a:hover {
    color: #000;
}

.m-teaser {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.m-teaser__image {
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.m-teaser__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%;
}

.m-teaser--small .m-teaser__content {
    padding: 2rem 1rem;
}

.m-teaser__content {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    padding: 2rem;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-teaser__tag {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #8699a0;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.m-teaser__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.25px;
    margin-bottom: 1rem;
}

.m-teaser--small .m-teaser__text {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.m-teaser__text {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.zoom {
    transition: transform .2s; /* Animation */
  }
  
  .zoom:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }


.card-desc {
	padding: 1.25rem;
}


.fixed {
    position: relative;
    width: 100%;
 }
 .fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -9999;
 }
 .fixed-dark {
    background-image: url('../storage/img/homeimg.jpg');
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    z-index: -1;
    top: 0;
    left: 0;
    display: table;
 }
 .dark {
    background-color: rgba(0, 0, 0, .7);
    padding: 7rem 0;
    z-index: 1000;
 }


 .testimonial_section {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .testimonial_section:after {
    display: block;
    clear: both;
    content: "";
  }
  .testimonial_section .about_content {
    background-color: #020d26;
    padding-top: 77px;
    padding-right: 210px;
    padding-bottom: 62px;
    position: relative;
  }
  .testimonial_section .about_content .background_layer {
    background-color: #020d26;
    width: auto;
    margin-left: -200px;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .testimonial_section .about_content .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
  }
  .testimonial_section .about_content .layer_content .section_title {
    margin-bottom: 24px;
    position: relative;
  }
  .testimonial_section .about_content .layer_content .section_title:after {
    display: block;
    clear: both;
    content: "";
  }
  .testimonial_section .about_content .layer_content .section_title h5 {
    color: #fff;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #818a8f;
    margin-top: -5px;
    margin-bottom: 6px;
  }
  .testimonial_section .about_content .layer_content .section_title h2 {
    font-family: "Titillium Web";
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 51px;
    margin-bottom: 0px;
    color: #fff;
  }
  .testimonial_section .about_content .layer_content .section_title h2 strong {
    font-weight: 600 !important;
    width: 100%;
    display: block;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line {
    position: relative;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line span {
    transition: all 0.5s ease-in-out 0s;
    animation: fadeIn ease 20s;
    position: relative;
  }

  @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }

  .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
    content: "";
    right: auto;
    left: 0px;
    position: absolute;
    bottom: 28px;
    width: 210px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: #cacaca;
    border-bottom-style: solid;
  }
  .testimonial_section .about_content .layer_content .section_title .heading_line:after {
    content: "";
    left: 1%;
    margin-left: 0;
    position: absolute;
    bottom: 28px;
    width: 210px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ff5e14;
  }
  .testimonial_section .about_content .layer_content .section_title p {
    color: #fff;
    margin: 0 0 15px;
  }
  .testimonial_section .about_content .layer_content a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
  }
  .testimonial_section .about_content .layer_content a i {
    font-size: 18px;
    vertical-align: middle;
  }
  .testimonial_section .about_content .layer_content a:hover {
    color: #ff5e14;
  }
  .testimonial_section .testimonial_box {
    margin-top: 60px !important;
    position: relative;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    background-color: #ff5e14;
    background-image: url(../images/orangepattern.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -170px !important;
    position: relative;
  }
  .testimonial_section .testimonial_box .testimonial_container .background_layer {
    background-color: #ff5e14;
    background-color: #ff5e14;
    background-image: url(../images/orangepattern.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    margin-right: -200px;
    right: 0;
    background-position: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
    display: block;
    position: relative;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 10px 0 10px 0;
    padding: 62px 0px 72px 50px;
    position: relative;
    text-align: center;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    margin-left: 150px;
    margin-top: 40px;
    padding: 45px 40px 45px 40px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
    height: 241px!important;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
    margin-bottom: 15px;
    position: relative;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
    content: "";
    width: 30px;
    display: block;
    height: 2px;
    text-align: center;
    left: 46%;
    margin-top: 6px;
    background-color: #ff5e14;
    position: absolute;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
    padding-top: 0;
    margin-bottom: -5px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #020d26;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
    font-size: 12px;
    color: #9f9f9f;
    margin: 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5d6576;
    font-style: italic;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
    border: none;
    position: absolute;
    top: 0;
    left: 55px;
    top: 80px;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    width: 35%;
  }
  .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
    position: absolute;
    top: 165px;
    right: 42px;
    border-radius: 0;
    background: #ff5e14;
    display: block;
    outline: 0;
    width: 34px;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
  }
  .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
    background: #020d26;
  }
  .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
    position: absolute;
    top: 165px;
    right: 5px;
    border-radius: 0;
    display: block;
    background: #ff5e14;
    outline: 0;
    width: 34px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
  }
  .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
    background: #020d26;
  }
  
  @media all and (max-width: 991px) {
    .testimonial_section .about_content {
      padding-right: 15px !important;
    }
    .testimonial_section .about_content .background_layer {
      width: 200% !important;
    }
    .testimonial_section .testimonial_box {
      margin-top: 0 !important;
    }
    .testimonial_section .testimonial_box .background_layer {
      width: 200% !important;
      margin-left: -200px;
    }
    .testimonial_section .testimonial_box .about_content {
      padding-left: 15px !important;
      padding-right: 15px !important;
      margin-top: 28% !important;
    }
    .testimonial_section .testimonial_box .testimonial_container {
      margin-left: -15px !important;
    }
    .testimonial_section .testimonial_box .testimonial_container .testimonials {
      margin: 0px 0 20px 0;
    }
    .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
      margin-left: -36px !important;
    }
    .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
      display: none;
    }
  }

/* .testimonial-heading {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 2.2em;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    position: relative;
    color: #010400;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.testimonial-heading:after {
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 50%;
    margin: 10px auto;
} */

/* .testimonial-heading:after {
    background: url(../images/wave.svg);
    opacity: 0.5;
} */

.roomcrdbtns {
    padding: 5px;
}

.colorred {
    color: red !important;
}

@media (max-width: 1024px) {
    .homeslides img {height: 450px!important; width: 100%;}
    
        .maincarousel {
            height: 450px!important;
        }
    
        .carouselheading {
            font-size: 35px!important;
        }
        
        .carouselSubheading {
            font-size: 20px!important;
        }
    
    }


@media (max-width: 425px) {
    .welcome_mssg {
        text-align: center;
        font-size: 10px;
    }

    .top_menu .welcome_mssg {
        padding: 7px 0;
        float: none;
    }

    .tBar {
        display: block;
    }

    .top_menu_right {
        font-size: 10px;
    }

    .navbar-brand img {
        height: 50px;
        width: 150px;
    }


    .homeslides img {height: 283px!important; width: 100%;}

    .maincarousel {
        height: 283px!important;
    }

    .carouselheading {
        font-size: 20px!important;
    }
    
    .carouselSubheading {
        font-size: 12px!important;
    }

    .testi-slide img {
        height: 283px;
    }
    .testimonial-heading {
        font-size: 1.2em;
        margin-bottom: 0px !important;
    }

    .testi-slide h5 {
        font-size: 12px;
    }

    .testi-slide p {
        font-size: 8px;
    }

    .testi-slide .carousel-caption {
        padding-top: 0px !important;
    }

    .carousel-caption {
        display: block !important;
    }

    footer {
        text-align: center;
    }

    .subfooter {
        text-align: center;
    }

    footer .subfooter .social_media {
        float: none;
    }

    .block-heading {
        font-size: 1.2em;
    }

    .block-para {
        font-size: 0.7em;
    }

    .room_list .room_price .room_price_number {
        font-size: 1em;
    }

    .room-services {
        height: 14px;
        width: 14px;
        font-size: 12px;
    }

    .room_desc h3 {
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
    }

    .room_desc a {
        text-align: center;
        font-size: 8px;
    }

    .room_list .room_price small {
        font-size: 10px;
        text-align: center;
    }

   

    

    .room_price {
        padding-top: 30px;
        
    }

    .room-services {
        float: center;
    }

    .roomcrdbtns {
        text-align: center;
    }

    .roomcrdbtnsitem {
        float: none !important;
    }

    .block-para {
        margin-bottom: 0px !important;
        text-align: justify !important;
    }

    .page_title col {
        text-align: center;
    }

    .page_title h1 {
        font-size: 1.6em;
    }

    .page_title .breadcrumb li:after {
        padding: 0px 1px 0px 1px;
    }
}

.btncontact {
    display: block;
    width: 227px;
    font-weight: 700;
    Height: 41px;
}


@media (max-width: 425px) {

    .btncontact {
        display: block;
        width: 100%;
    }

    .contactinfosect {
        text-align: center!important;
        padding-top: 30px;
    }

    .navbar-nav {
        margin-right: auto!important;
        text-align: right!important;
    }

    .top_menu_right {
        font-size: 8px;
    }

    .room-services {
        height: 8px;
        width: 8px;
        font-size: 8px;
    }

    .room_list .room_price .room_price_number {
        font-size: 10px;
    }

    .room_list .room_price p {
        font-size: 10px;
    }

    .room_desc a {
        text-align: center;
        font-size: 10px;
    }

    .room_desc {
        padding-bottom: 10px;
    }

    .roomcard {
        margin: 10px 0 10px 0;
    }

    .roomcard .btn {
        border: 2px solid #4A6CA8;
        border-radius: 0;
        color: #4A6CA8;
        font-family: "Lora",serif;
        font-size: 12px;
        padding: 8px 12px;
    }

    .covid {text-align: center!important;}

    .intro .t1::after {
        content: '';
        display: none!important;
        width: 0px;
        height: 0px;
    }

    .intro .t1 {
        font-size: 14px;
        padding-left: 0px;
        display: inline-block;
    }

    .intro .t2 {
        margin-top: 0px;
        margin-bottom: 25px;
        color: #191919;
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
        text-transform: capitalize;
        text-align: center;
        margin: 0px 0 15px 0;
        font-family: 'Karla', sans-serif;
    }
    
    .intro .intropara {
        line-height: 25px;
        font-family: 'Karla', sans-serif;
        color: #787c80;
        font-size: 12px;
        font-weight: 400;
        word-break: break-word;
        text-align: center;
    }

    .hidden-xs {display: none!important;}
    .tBar {text-align: center!important;}

    footer .subfooter .social_media {
       text-align: center!important;
    }

    footer .subfooter .social_media a {
        padding: 5px!important;
        color: #4A6CA8;
        background-color: transparent;
    }

    .subfooter .container-fluid {
        padding: 0px!important;
        text-align: center;
        padding: 0 30px!important;
    }

    footer .copyrights {
        line-height: 16px;
        font-size: 12px;
    }

    footer .useful_links {
        text-align: left!important;
        padding-left: 20px;
    }

    .testimonial_section .about_content .layer_content .section_title h2 {
        font-size: 30px;
        line-height: 22px;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line:after {
        width: 135px;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
        width: 135px!important;
    }

    .room_list {height: auto!important; border-radius: 0px!important;}
    .room_desc {text-align: center!important;}
    .room_price {height: auto!important; border-radius: 0px!important; text-align: center!important;}
    .room_list .room_price {border-radius: 0px!important;}

    .bookNow h3 {
        font-size: 22px;
    }

    .bookNow p {
        font-size: 12px;
    }

    .btnwhite {
        font-size: 14px!important;
    }

}






@media (max-width: 375px) {

    .top_menu_right {
        font-size: 8px;
    }

    .room-services {
        height: 8px;
        width: 8px;
        font-size: 8px;
    }

    .room_list .room_price .room_price_number {
        font-size: 10px;
    }

    .room_list .room_price p {
        font-size: 10px;
    }

    .room_desc a {
        text-align: center;
        font-size: 10px;
    }

    .room_desc {
        padding-bottom: 10px;
    }

    .roomcard {
        margin: 10px 0 10px 0;
    }

    .roomcard .btn {
        border: 2px solid #4A6CA8;
        border-radius: 0;
        color: #4A6CA8;
        font-family: "Lora",serif;
        font-size: 12px;
        padding: 8px 12px;
    }

    .covid {text-align: center!important;}

    .intro .t1::after {
        content: '';
        display: none!important;
        width: 0px;
        height: 0px;
    }

    .intro .t1 {
        font-size: 14px;
        padding-left: 0px;
        display: inline-block;
    }

    .intro .t2 {
        margin-top: 0px;
        margin-bottom: 25px;
        color: #191919;
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
        text-transform: capitalize;
        text-align: center;
        margin: 0px 0 15px 0;
        font-family: 'Karla', sans-serif;
    }
    
    .intro .intropara {
        line-height: 25px;
        font-family: 'Karla', sans-serif;
        color: #787c80;
        font-size: 12px;
        font-weight: 400;
        word-break: break-word;
        text-align: center;
    }

    .hidden-xs {display: none!important;}
    .tBar {text-align: center!important;}

    footer .subfooter .social_media {
       text-align: center!important;
    }

    footer .subfooter .social_media a {
        padding: 5px!important;
        color: #4A6CA8;
        background-color: transparent;
    }

    .subfooter .container-fluid {
        padding: 0px!important;
        text-align: center;
        padding: 0 30px!important;
    }

    footer .copyrights {
        line-height: 16px;
        font-size: 12px;
    }

    footer .useful_links {
        text-align: left!important;
        padding-left: 20px;
    }

    .testimonial_section .about_content .layer_content .section_title h2 {
        font-size: 30px;
        line-height: 22px;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line:after {
        width: 135px;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
        width: 135px!important;
    }

    .room_list {height: auto!important; border-radius: 0px!important;}
    .room_desc {text-align: center!important;}
    .room_price {height: auto!important; border-radius: 0px!important; text-align: center!important;}
    .room_list .room_price {border-radius: 0px!important;}

    .bookNow h3 {
        font-size: 22px;
    }

    .bookNow p {
        font-size: 12px;
    }

    .btnwhite {
        font-size: 14px!important;
    }

}

@media (max-width: 320px) {
    .room_desc a {
        text-align: center;
        font-size: 10px;
    }

    .room-services {
        height: 10px;
        width: 10px;
        font-size: 10px;
    }
}


.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0009;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.formFooter a:hover {
    text-decoration: none!important;
}




.formbacktologin {width: 100%; background-color: #335894; color: #fff; padding: 10px 0; border-radius: 0 0 9px 9px;}