@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
    margin-bottom: 20px;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: block;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #752927;
}

.heading small {
    display: block;
    font-size: 16px;
    color: #ffcc66;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;

}

.heading small a {
    color: inherit;
}


.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #6158a6 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff !important;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
}

.btn-secondry {
    background: #FFCC66;
    background: linear-gradient(270deg, rgba(255, 204, 102, 1) 0%, rgba(116, 52, 50, 1) 100%);
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
background: #743432;
background: linear-gradient(270deg, rgba(116, 52, 50, 1) 0%, rgba(255, 204, 102, 1) 100%);
    color: #fff;
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

/**********My css**********/


/*navigationBarWrapper*/

.navigationBarWrapper {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    background: #fff;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: #5c3410;
    border-bottom: solid 1px #eee;
}

.tophead-menu-left {
    padding: 8px 0;
}

.facebook {
    background: #3a559f;
}

.twitter {
    background: #1c9deb;
}

.linkedin {
    background: #0077b5;
}

.googleplus {
    background: #d54d40;
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 12px;
    color: #fff;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #000;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
}

.tophead-menu-social ul li:first-child {
    border-left: solid 1px #fff;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
    padding: 8px 5px;
    border-right: solid 1px #fff;
    float: left;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #0a6fb6;
    color: #fff;
    border-color: transparent;
}



.navigationBar .logo-dark {
    display: none;
}

.navigationBarScroll .logo-dark {
    display: block;
}

.navigationBarScroll .logo-light {
    display: none;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 100px;
    position: fixed;
    padding: 0;
    transition: all 500ms;
}

.navigationBar .container {
    border-bottom: 1px solid #fff;
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 15px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}

.navbar-brand img {
    height: 70px;
    position: relative;
    transition: all 500ms;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

.navbar-collapse .btn-secondry {
    margin-top: 30px;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #ffffff;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;

}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
}



.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {

    background: transparent !important;
    color: #ea4039 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {

    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #EA413A;
    background: linear-gradient(319deg, rgba(234, 65, 58, 1) 0%, rgba(171, 17, 122, 1) 49%, rgba(53, 86, 166, 1) 87%);
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

@media (min-width: 767px) {
    .navbar-collapse>ul>li:hover>ul {
        display: block;
    }
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
    white-space: normal;
    font-family: "Barlow", sans-serif;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: inherit;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    white-space: normal;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #fff;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #000;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background-color: #0a6fb6;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #0a6fb6;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/

.navigationBarScroll {
    /* height: 80px; */
    position: fixed;
    background: #fff;
}



.navigationBarScroll .navbar-collapse>ul>li {
    /* height: 80px;
    line-height: 80px; */
    color: #555;
}

.navigationBarScroll .container {
    border-bottom: 1px solid transparent;
}

/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.bannerSection .bannerSectionContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}


#bannerSlider .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #ffcc66 !important
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.bannerSection .bannerSlideBlock {
    display: block;
    position: absolute;
    z-index: 2;
    top: 70%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 35px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    /* line-height: 60px !important; */
}

/* .bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: block;
} */

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 small {
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .btn {
    height: 60px;
    line-height: 30px;
    padding: 15px 30px;

}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    background: #fff !important;
    color: #0a6fb6 !important;
    text-shadow: none;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .bannerSlideCaptionTextWrapper {
    vertical-align: middle;
    text-align: center;
}


/*carouselWithArrows*/

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 20px;
    right: 0px;
    left: 0;
    text-align: center;
    z-index: 2;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}


.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {

    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}



/* ---------------about-section------------ */

.aboutsection {
    position: relative;
    width: 100%;
    clear: both;
    background: url(../images/tour-background.jpg);
    padding: 50px 0px 50px;
    background-attachment: fixed;
    background-size: cover;

}

.aboutsection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 3%);
}

.aboutimg {
    position: relative;


}

.aboutimg {
    position: relative;
    clear: both;
}

.aboutimg img {
    z-index: 999;
    filter: drop-shadow(2px 4px 6px rgb(112, 112, 112, 0.2));
}

.aboutafter {
    width: 400px;
    height: 400px;
    background-color: #801815;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.aboutbefore {
    width: 400px;
    height: 400px;
    background-color: #ffcc66;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.abouttxt {
    padding: 20px 20px;
    text-align: left;
}



.abouttxt h3 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em;
}

.abouttxt h6 {
    color: #494848;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

#ServicesSlider .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #4254a4 !important;
}

/* ============ roomsection ============== */

.roomsection {
    position: relative;
    width: 100%;
    clear: both;
    background: linear-gradient(90deg, rgba(116, 52, 50, 1) 0%, rgba(104, 151, 83, 1) 100%);
    padding: 50px 0px 50px;
    background-attachment: fixed;
    background-size: cover;

}

.roomsection .display-flex {
    display: flex;
}

.roomsection .heading small {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.roomsection .heading {
    color: #fff;
}

.roomsection p {
    color: #fff;
    padding-left: 200px;
    text-align: right;
}

/* .roomsection h4{
    color: #fff;
    float: right;
    font-weight: 600;
} */
.room-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.room-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.room-content img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    border-radius: 5px;
}

/* .room-content .zoom-in img:hover{
    /* -ms-transform: scale(1.5); /* IE 9 */
/* -webkit-transform: scale(1.5); Safari 3-8 
  transform: scale(1.1); 
} */
.room-content h4 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 20px;
}

.roombtn {
    text-align: center;

}



/* ============ amenitiessection ============== */
.amenitiessection {
    position: relative;
    width: 100%;
    clear: both;
    padding: 50px 0px 50px;
}

.amenities-txt {
    text-align: left;
}

/* .amenities-txt li{
    line-height: 4;
} */
.amenities-txt a {
    font-size: 18px;
    font-weight: 500;
}

.amenities-txt img {
    width: 40px;
    height: auto;
    margin: 10px;
}

.amenities-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.amenities-img img {
    width: 100%;
    height: auto;

    margin: 0 auto;
}

.amenities-img img:hover {
    transform: scale(1.1);
}



/* ============ servicesection ============== */
.servicesection {
    position: relative;
    width: 100%;
    clear: both;
    padding: 50px 0px 50px;
    background: #ffcc66;
    /* background: linear-gradient(270deg, rgba(86, 199, 26, 1) 0%, rgba(57, 152, 7, 1) 100%); */
    background-attachment: fixed;
    background-size: cover;
}

.servicesection .heading small {
    color: #801815;
}

.servicesection .heading {
    color: #fff;
}

.servicesection h3 {
    font-weight: 800;
    color: #752927;

}

.serviceimg {
    position: relative;
    /* right: -14px; */
    width: 100%;
    height: auto;
}

.serviceimg img {
    width: 100%;
    height: 430px;

}

.servicetxt {
    background-color: white;
    width: 100%;
    height: 430px;
    padding: 30px;
    text-align: center;
    position: relative;
    /* left: -14px; */
}

.servicetxt2 {
    background-color: #e6e3d1;
    width: 100%;
    height: 430px;
    padding: 30px;
    text-align: center;
    position: relative;
    /* left: -14px; */
}

.serviceimg1 img {
    width: 100%;
    height: 430px;
}

.serviceimg1 {
    position: relative;
    /* left: -14px; */
    width: 100%;
    height: auto;
}

.servicetxt1 {
    background-color: white;
    width: 100%;
    height: 430px;
    padding: 30px;
    text-align: center;
    position: relative;
    /* right: -14px; */
}

.servicesection .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}





/* nearbyplace-section */
.nearbyplaces-section {
    width: 100%;
    height: auto;
    background-color: #801815;
    text-align: center;
    position: relative;
    clear: both;
    padding: 50px 0px 50px;
}

.nearbyplaces-section .heading {
    color: white;
}

.nearbyplaces-section .heading small {
    color: white;
}

.nearbyplaces_taital {
    width: 100%;
    float: center;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
}

.nearbyblock {
    display: block;
    margin: 10px;
    background: #fff;
    float: left;
    padding: 20px;
    border-radius: 20px;
}

.nearbyblock .col-md-5,
.nearbyblock .col-md-7 {
    padding: 0px;
}

.nearbyplaces_img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    border: 5px solid #eee;
}

.nearbyplaces_right {
    text-align: left;
    padding-left: 20px;
}

.moark_text {
    color: #752927;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
}

.nearbyplaces_text {
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.nearbyplaces-section .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
}

/* ============ tesstimonial ============== */

.tesstimonial {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 50px 00px 70px;
}

.testimonial-head {
    text-align: center;
    line-height: 1 !important;
}

.testimonial-head h2 {
    color: #752927;
    padding: 0;
    margin: 0;
}

.testimonial-head h3 {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.test-img {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: 46px;
}

.test-img img {
    border-radius: 100px;
}

.tesstimonial-box {
    width: 100%;
    padding: 60px 50px 70px;
    position: relative;
    float: left;
    background-color: #ffcc66;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    border-radius: 30px;

}

.tesstimonial .centertext,
.center {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #878787;
}

.tesstimonial p span,
p strong {
    font-weight: 600;
    color: #878787;
}

.tesstimonial p span,
p strong:hover {
    color: #f77156;
}

.test-txt img {
    margin-bottom: 30px;
}

.advisor-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.advisor-logo img {
    border-radius: 100px;
    width: 30px;
}

.test-txt p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.test-txt h3 {
    color: #fff;
    font-weight: 600;
    margin: 10px 0px;
    font-size: 20px;
    text-transform: capitalize;
}

.tesstimonial-box .owl-pagination {
    margin-top: 0;
    text-align: right;
    position: relative;
    left: 0;
    bottom: 0;
}


.rating {
    display: inline-block;
}

.rating li {
    display: inline-block;
}

.rating li i {
    color: #fff;
}

.tesstimonial .owl-theme .owl-controls .owl-page span {
    background: #fff;
}

/* ============ footer-section ============== */

.footer-section {
    background-color: #801815;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 60px 0px 20px;
    position: relative;
    width: 100%;
}

.footer-img {
    display: flex;
}

.footer-img img {
    width: 50%;
}

.footer-top {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.socialLinks {
    display: block;
    clear: both;
    padding-top: 10px;
    position: relative;
    top: -15px;
    text-align: right;
}

.socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socialLinks li {
    display: inline-block;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
}

.socialLinks ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin: 0 5px;
    color: #b00a04;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.socialLinks ul li a .fa {
    border-radius: 50%;
    background: #fff;
}

.socialLinks ul li a .fa:hover {
    border-radius: 50%;
    background: #b00a04;
    color: #fff;
}

.footer h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer p {
    text-align: left;
    float: left;
    margin: 0 0 2.6%;
    padding: 0 0px;
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.footer1 {
    width: 100%;
}



.footer1 h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer1 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer1 ul a:hover {
    color: #ea413a;
    font-weight: 600;
}

.footer1 p {
    text-align: justify;
    border-bottom-left-radius: 0px 43px;
    padding: 0px 0px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.footer2 {
    position: relative;
    left: 0px;
    color: #fff;
}

.footer2 h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer2 ul a {
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer2 ul a:hover {
    color: #ffcc66;
    font-weight: 600;
}

.footer3 {
    color: #fff;
}

.footer3 h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer3 p {
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
}

.footer3 a {
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
}


.footerstrip {
    position: relative;
}

.strip-txt-1 h3 {
    float: left;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
}

.strip-txt-1 {
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: start;
    justify-items: start;
    text-align: right;
}

.strip-txt-2 {
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: end;
    justify-items: end;
    text-align: right;
}

.strip-txt-2 p {
    float: left;
    text-align: right;
    color: #ffffff;
    font-size: 15px;
}

.strip-txt-2 a {
    color: #ffffff;
}

.strip-txt-2 a:hover {
    color: #000;
}

/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #ffcc66;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}



/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 0px;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
        color: #333;
    }



    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 12px;
        font-size: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;
    }

    .tophead {
        text-align: center;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 4px;
        border-radius: 1px;
        background-color: #753633;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #753633;
    }


    .bannerSection {
        height: 280px;
    }

    .bannerSection .bannerSlideBlock {
        top: 50%;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
        position: relative;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 32px !important;
        font-weight: 300;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 span {
        color: #fff;
        -webkit-text-stroke: snow;
        display: block;
        font-weight: 800;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 2px;
        letter-spacing: 1px;
    }

    .aboutimg {
        position: relative;
        clear: both;
    }


    .aboutsection {
        padding: 50px 0px 50px;
    }

    .nav-tabs>li>a:before {
        width: 0;
    }

    .singleTourBtn a {
        background-color: green;
        padding: 8px 15px;
        color: white;
        font-size: 14px;
    }

    .tourContent .fa {

        padding-left: 5px;
        padding-right: 0px;
    }

    .footer-img img {
        width: 100%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }

    .navbar-collapse .btn-secondry {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .navigationBar .logo-dark {
        display: block;
    }

    .logo-light {
        display: none !important;
    }

    .abouttxt {
        padding: 0px 10px;
    }

    h2 {
        font-size: 30px;
    }

    .aboutafter {
        width: 250px;
        height: 260px;
    }

    .aboutbefore {
        width: 250px;
        height: 260px;
    }

    .mediaCenterSectionLeftCol {
        display: block;
        width: 100%;
        height: auto;
    }

    .mediaCenterSectionRightCol {
        display: block;
        width: 100%;
    }

    .mediaCenterSectionLeftCol .heading {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .serviceimg img {
        width: 100%;
        height: auto;
    }

    .serviceimg {
        right: 0px;
        margin-bottom: 0px;
    }

    .servicetxt {
        left: 0px;
        margin-bottom: 10px;
        height: auto;
    }

    .serviceimg1 img {
        width: 100%;
        height: auto;
    }

    .serviceimg1 {
        left: 0px;
        margin-bottom: 10px;
    }

    .servicetxt1 {
        right: 0px;
        margin-bottom: 0px;
        height: auto;
    }

    .amenities-txt {
        text-align: left;
    }

    .amenities-txt a {
        font-size: 20px;
        font-weight: 500;
    }

    /* ------------tesstimonial------------ */
    .tesstimonial {
        position: relative;
        width: 100%;
        clear: both;
        overflow: hidden;
        padding: 50px 35px 70px;
    }

    .testimonial-head h2 {
        padding: 0;
        margin: 0;
    }

    .nearbyplaces_img img {
        width: 75%;
        margin-bottom: 20px;
    }

    .testimonial-head h3 {
        color: #000;
        font-size: 33px;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }

    .test-txt p {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .test-txt h3 {
        color: #fff;
        font-weight: 500;
        margin: 0;
        font-size: 18px;
        text-transform: capitalize;
    }

    .test-img {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        border-radius: 50px;
        position: relative;
        top: 0;
        padding: 0px 27px;
        width: 80%;
        margin: 0 auto;
    }

    .test-txt img {
        margin-bottom: 8px;
    }

    .tesstimonial-box {
        width: 100%;
        padding: 20px;
        position: relative;
        float: left;
        background: #56c71a;
        background: linear-gradient(270deg, rgba(86, 199, 26, 1) 0%, rgba(57, 152, 7, 1) 100%);
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        border-radius: 30px;
    }



    /* ------------footer-section------------ */
    .footer-section {
        background-color: #801815;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 35px 20px;
        position: relative;
        width: 100%;
    }

    .socialLinks ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    }

    .socialLinks ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .socialLinks {
        display: block;
        clear: both;
        padding-top: 0;
        position: relative;
        top: 0;
        text-align: right;
    }

    .footer h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer p {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0px;
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 22px;
    }

    .footer1 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer2 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer3 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .strip-txt-1 {
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        margin: 0;
    }

    .strip-txt-2 {
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-2 h4 {
        text-align: center;
        color: #ffffff;
        font-size: 15px;
    }

    .mediaCenterSection .owl-controls {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
    }

    .scrollup {
        bottom: 0;
        right: 0;
    }

}