@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
}
.banner-form p,.contactUsPageForm p{
    height: 20px;
    color: #ff0000;
    font-size: 14px;
    margin: 0;
}
fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

em {
    font-style: 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: "Lexend", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    overflow-x: hidden !important;
}


/*
        Typography
*/

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: "Lexend", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

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: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
} */
p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    /* color: #000000; */
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

p span,
p strong {
    font-weight: bold;
}

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;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.navbarSection {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0;
    /* background: #01768e; */
    background: linear-gradient(266deg, rgba(254, 189, 0, 1) 10%, rgba(254, 0, 35, 1) 100%);
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: inline-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: 14px;
    line-height: 30px;
}

.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: #fff;
}

.tophead-right-menu {
    text-align: right;
}


/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    display: inline-block;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.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;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #000;
    color: #fff;
    border-color: transparent;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #fff;
    overflow: hidden;
}


/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 10px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 75px;
    position: relative;
    top: -5px;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #000;
    height: 50px;
    padding: 0;
    position: relative;
    font-family: "Roboto", sans-serif;
    /* font-family: 'Karma'; */
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

/* .navbar-default .navbar-nav>li>a.btn-text {
    padding: 6px 12px;
    background: #fe8622;
    color: #fff;
} */
.navbar-default .navbar-nav>li>a.btn {
    padding: 0 18px;
    background: #fe8622;
    color: #fff !important;
    border-radius: 16px;
    margin-top: 14px;
}

.navbar-default .navbar-nav>li>a.btn:hover {
    background: #25a28c !important;
    color: #fff !important;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 15px 15px;
    margin: 0 1px;
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 300ms;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #00768f;
    color: #fff;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: hidden;
    opacity: 1;
}

/* .navbar-collapse>ul>li:hover:after,
.navbar-collapse>ul>li.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
} */

/* .navbar-collapse>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #fe6810;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
} */

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #fe4b16 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>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>a {
    display: block;
    padding: 8px 15px;
    color: #222;
    font-size: 16px;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #00768f;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
}

.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;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    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: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #00768f;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBar fixed*/

.navigationBarFixed {
    position: fixed;
    height: 60px;
    border-bottom: none;
    background: #fff !important;
    z-index: 100;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.navigationBarFixed .navbar-brand {
    margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
    height: 47px;
}

.navigationBarFixed .navbar-collapse>ul>li {
    height: 40px;
    line-height: 40px;
    color: #000;
}

.navigationBarFixed .navbar-collapse>ul>li>a {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
    height: auto;
    line-height: normal;
}

.navigationBarFixed:before {
    display: none;
}

/* ----------------my css-------------------- */


/* -------------------------bannersection----------------------------- */



.bannersection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000cc;
    opacity: 0.8;
}

.banner-txt {
    width: 90%;
    border: 10px;
    position: absolute;
    top: 26%;
    /* left: 75px; */
    color: #fffdfd;
    font-weight: 900;
    line-height: 1.1;
    /* background: #fffffff0; */
    /* border-radius: 170px 0px 170px 0px; */
    padding: 55px;
    /* border: 2px solid #fe8622; */
}

.bannerbox {
    position: absolute;
    width: 100%;
    /* z-index: 999; */
    top: 30%;
}

.banner-img img {
    width: 100%;
}

.banner-img {
    width: 100%;
}

.banner-txt h1 strong {
    color: #fff;
    /* font-weight: 700; */
    display: block;
}

.banner-txt p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #008772;
    padding: 2px 10px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.banner-txt h1 {
    color: #fe8622;
    padding: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    font-size: 46px;
}

.banner-form {
    padding: 15px 20px;
    position: absolute;
    width: 80%;
    top: -40px;
    right: 120px;
    background-color: #fff;
    /* box-shadow: 0px 0px 7px 4px #fe8622; */
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 5px;
    float: right;
}

.banner-txt a {
    color: #252525;
    background-color: #ffffff;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 33px;
    line-height: normal;
    font-size: 19px;
}

.banner-txt a:hover {
    background-color: #de6045;
    color: #fff;
}

.owl-pagination {
    margin-top: -46px;
    text-align: left;
    position: relative;
    left: 155px;
    bottom: 157px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 19px !important;
    height: 19px !important;
    margin: 4px 5px !important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #f66244 !important;
}

/********** form **********/

.banner-form .form-group {
    margin-bottom: 15px;
}

.banner-form .btn-primary {
    background-color: #ff841f;
    border: none;
    width: 100%;
    color: #fff;
}

.banner-form h2 {
    text-align: center;
    font-size: 24px;
}

.form-control {
    border: 1px solid #000000;
    color: black !important;
}

/* our-offers */
.our-offers {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 50px 00px;
    background: #e6f4f2;
}

.offer-1 img {
    color: #f7882d;
    border: 2px double #f7882d;
    filter: drop-shadow(2px 4px 6px black);
    margin-bottom: 20px;
    border-radius: 100px;
    padding: 5px 5px;
    transition: 1200ms;
}


.offer-1 img:hover {
    border: none;

}

.offer-1 h4 {
    font-weight: 700;
    font-size: 26px;
}



/* .tourbox-section */
.tourbox-section {
    width: 100%;
    clear: both;
    padding: 50px 0px;
    /* background: #f4f5f7; */
    background: #fff;
}

.tourbox-section h2 {
    color: #000;
}

/* .room-box{
    filter: drop-shadow(2px 4px 6px black);
} */
.tourbox-section .room-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 30px;
    height: 540px;
    background: white;
}

.tourbox-section .roomimg {
    overflow: hidden;
    width: 100%;
}

.tourbox-section .roomimg img {
    width: 100%;
}

.tourbox-section .roomcantent {
    padding: 33px 20px 33px 30px;
    box-shadow: 1.395px 19.951px 38px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    background: #ffffff;
}

.roomcantent h3 {
    color: #fe8622;
    font-weight: 600;
}

.roomcantent h4 {
    color: #021162;
    font-weight: 600px;
}


.room-content {
    padding: 15px 10px;
    background: white;
    color: #008772;
}

.room-content h5 {
    padding: 0px 0 10px 0px;
    color: #343a40;
    padding: 0;
    font-weight: 600;
}

p.destination b {
    color: #6e6969;
    padding-right: 5px;
    font-weight: 500;
}

.room-content p {
    /* padding: 0px 6px; */
    margin-bottom: 15px;
    /* text-align: justify; */
    font-size: 16px;
}

.room-content p span {
    font-weight: 500;
    color: #40CC6F;
}

.room-content .box-heading span {
    color: #000;
}

.ul-list1 ul {
    display: flex;
    /* margin-bottom: 21px; */
}

.room-content .GY1 a {
    color: #0d233e;
    transition: all 0.3s;
    font-size: 15px;
}

.room-content .GY1 a:hover {
    color: green;
}

.ul-list1 ul li {
    padding: 0px 10px;
    /* border-right: 2px solid #d1d3d6; */
    font-size: 16px;
}

.ul-list1 {
    background: #008772;
    padding: 10px 5px;
    color: white;
}

.ul-list1 ul a {
    font-size: 15px;
    color: #021061;
    font-weight: 600;
}

.ul-list1 ul i {
    padding: 0px 8px;
    color: #ffffff;
}

.room-content .GY1 {
    display: flex;
}

.room-content .GY1 .badgeprice {
    padding: 0px 50px 0 0px
}

.ul-list2 ul {
    display: flex;
    justify-content: center;
}

.ul-list2 p {
    font-size: 14px;
    font-weight: 500;
}

.ul-list2 li {
    padding: 0 10px;
}

.ul-list2 li i {
    color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 100;
    border-radius: 50px;
    background: #fe8622;
    line-height: 48px;
}

.ul-list2 i {
    /* font-weight: 900; */
    font-size: 32px;
}

.btn-detail {
    padding: 5px 5px 20px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #cfcfcf;
}

.btn-detail .btn {
    padding: 6px 12px;
    /* border: 1px solid #c1c1c1; */
    background: #fe8622;
    border: none;
    transition: 600ms;
    color: #fff;
    width: 48%;
    text-align: center;
}

.btn-detail .btn:hover {
    border: 1px solid #c1c1c1;
    background: transparent;
    color: #000;

}

.btn-detail .btn-text {
    padding: 7px 12px;
    background: #008772;
    color: #fff;
    transition: 600ms;
    width: 48%;
    text-align: center;
}

.btn-detail .btn-text:hover {
    border: 1px solid #c1c1c1;
    color: #000;
    background: transparent;
}
.btn-detail .btn-text i{
    padding: 0 0 0 10px;
}






/* aboutus */
.aboutus {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 50px 00px;
}

.about-boxx {
    display: flex;
    align-items: center;
}

.about-boxx img {
    filter: drop-shadow(0px 0px 7px #000000a1);
}

.about-boxx p {
    text-align: justify;
}




/* key indicators */

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background: url('../images/test-bg.jpg') fixed no-repeat 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.keyIndicatorsSection .heading-center {
    color: #fff !important;
}

.keyIndicatorsSection .project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}


/* .keyIndicatorsSection .project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 57px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #5F924F;
    color: #fff;
    font-size: 40px;
} */

.project-fig figure {
    display: block;
    margin: 0 auto 30px auto;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #fe8622;
    position: relative;
}

.project-fig figure:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: solid 5px #fff;
    opacity: 0.2;
    border-radius: 50%;
}

.keyIndicatorsSection .project-fig h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.keyIndicatorsSection .project-fig h3 small {
    color: #fff;
    font-size: 16px;
}

.keyIndicatorsSection .project-fig h4 {
    color: #fff;
    font-weight: 600;
}



/*TestimonialSection*/

.TestimonialSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: #fff;
}

/* .TestimonialSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
} */

.TestimonialSection::before {
    content: '';
    position: absolute;
    top: 102px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #3d4094;
    z-index: -1;
}

/* .TestimonialSection h1 {
    padding: 9px 30px 10px 30px;
    color: #333;
    text-align: center;
    display: block;
    color: #0e3f8f;
} */

.testimonialBlock {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #000000;
}

.TestimonialSection .testimonialBlock {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 20px;
    border: solid 1px #fe8622;
    text-align: left;
    position: relative;
}

/* .TestimonialSection .testimonialBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a3bd08;
    margin: 0 auto;
} */

.TestimonialSection .testimonialBlock p {
    font-size: 16px;
    color: #616a73;
    line-height: 23px;
}

.TestimonialSection .testimonialBlock h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.testimonialBlock img {
    width: 90px;
    margin-bottom: 0;
}

.testimonialBlock .testimonialBlockImg h2 {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #788794;
    font-size: 32px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TestimonialSection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.TestimonialSection .owl-carousel .owl-item {
    transform: scale(0.8);
    transition: all 400ms;
    opacity: 0.6;
}

.TestimonialSection .owl-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.TestimonialSection .owl-theme .owl-controls .owl-page span {
    background: #788794 !important;
    margin: 0 2px !important;
}

/* bookbtn-sect */
.bookbtn-sect {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: url(../images/book-bggg.jpg) fixed no-repeat;
}



.bookbtn-sect:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.bookbtn-boxx {
    color: #fff;
}

.bookbtn-boxx a {
    color: #fff;
    background: #fe8622;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
}

.bookbtn-boxx a:hover {
    background: #56b7a6;
}



/* whyus-section */
.whyus-section {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 50px 00px;
}

.why-box {
    height: 100px;
    margin: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
    /* justify-content: space-around; */
    /* box-shadow: 2px 2px 2px 2px red; */
}

.why-box img {
    width: 60px;
    height: 60px;
}

.why-box h4 {
    padding-left: 20px;
}


/* whatsapp chat */

.WA-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: inset 0px 0px 15px #000;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.fixed-whatsapp i {
    filter: drop-shadow(2px 4px 6px black);
}
.CA-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: #9e0008;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: inset 0px 0px 15px #000;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.fixed-whatsapp i {
    filter: drop-shadow(2px 4px 6px black);
}

/* End of whatsapp */
/* footer-contact */
.footer-contact {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden;
    padding: 60px 0;
}

.footer-contact::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
}

.form-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

.form-box p {
    color: rgb(0, 0, 0);
}

.form-box a {
    color: #007bff;
}

/*footerSection*/
/* 
.footerSection {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 80px 0 0 0;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden;
}

.footerSection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
}



.footerSection .heading {
    display: block;
    border-bottom: solid 1px #eee;
    color: #fff;
    margin-bottom: 10px;
}

.footerSection .heading:before,
.footerSection .heading:after {
    display: none;
}

.logofooter {
    display: block;
    text-align: center;
    width: 100%;
}

.logofooter img {
    width: 100%;
}

.footerMenu {
    display: block;
}

.footerMenu ul {
    margin: 0 0 0 16px;
    padding: 0;
}

.footerMenu ul li {
    list-style-type: square;
}

.footerMenu ul li a {
    display: inline-block;
    font-size: 14px;
    margin: 3px 0;
    color: #fff;
}

.footerMenu ul li a:hover {
    color: #eee;
    text-decoration: underline;
} */


/*copyright*/

.copyright {
    display: block;
    padding: 0;
    width: 100%;
    float: left;
    /* margin-top: 50px; */
    padding: 20px 0px;
    margin-bottom: 0px;
    border-top: 1px solid #eee;
}

.copyright p {
    margin-bottom: 0;
}


/*footerSocial*/

.footerSocial {
    display: block;
    clear: both;
    width: 100%;
}

.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fd1d06;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 400ms;
}

.footerSocial ul li a:hover {
    background: #c83637;
    color: #ffffff;
    border-color: transparent;
    text-shadow: none;
}


/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #56b7a6;
}

.heading-left {
    display: block;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #56b7a6;
}

.heading:after,
.heading-left:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #fe8622;
    position: absolute;
    bottom: 0;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #00768f;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #fe8622;
    position: absolute;
    bottom: 0;
}

.heading small {
    font-size: 18px;
    color: #00768f;
}

.heading small a {
    color: inherit;
}


/* .heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00768f;
    position: absolute;
    bottom: 0;
} */

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #00768f;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fe2b1b;
    background: transparent;
    color: #fff;
    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: linear-gradient(266deg, rgba(254, 189, 0, 1) 10%, rgba(254, 0, 35, 1) 100%) !important;
    border: none !important;
    border-color: transparent !important;
    color: #000000;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: #f5882d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    /* background: #76deea !important; */
    background: #47ce74;
    color: #000;
    border: none;
}

.btn-rounded {
    border-radius: 30px !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;
}


/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    /* display: none; */
    border-radius: 5px;
    background: #fe8622;
    /*background: url(../images/up.png) no-repeat;*/
    /* background: linear-gradient(266deg, rgba(254,189,0,1) 10%, rgba(254,0,35,1) 100%); */
    z-index: 200;
}

.scrollup:hover {
    background: #ff0122;
    opacity: 1;
    color: #fff;
}


/*media queries*/

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 30px;
    }
}

@media (max-width: 1220px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 25px;
    }
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }

    #banner-slider .owl-controls {
        right: 0px;
        bottom: 35% !important;
    }

    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 895px) {
    .navbar-collapse>ul>li>a {
        font-size: 16px;
        padding: 0 5px;
    }

    .section2 .sectionLeft {
        width: 75%;
    }

    .mediaGallery .col-sm-3 {
        width: 50%;
        float: left;
    }

    .addressInfo p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .banner-img {
        width: 100%;
        margin-top: 77px;
        height: 34vh;
    }

    .heading-center,
    .heading {
        letter-spacing: 1px;
    }

    h2 {
        font-size: 26px;
    }

    .tophead {
        display: none;
    }

    .banner-slider-section {
        height: 500px;
    }

    .down-arrow-box {
        display: none;
    }

    .banner-slider-section .banner-info p {
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .bannerbox {
        width: 100%;
        top: 180px;
    }

    .banner-slider-section:before {
        background-size: cover;
        bottom: -30px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 24px !important;
    }

    .banner-slider-section .banner-info .btn-transparent {
        padding: 6px 10px;
        font-size: 14px;
        margin-top: 5px;
    }

    .banner-txt {
        width: 100%;
        border: 10px;
        position: relative;
        top: 5px;
        left: 0;
        color: #fff;
        /* font-weight: 900; */
        /* line-height: 1.1; */
        /* background: #fffffff0; */
        /* border-radius: 170px 0px 170px 0px; */
        padding: 10px;
        /* border: 2px solid #fe8622; */
        text-align: center;
    }

    .banner-txt h1 {
        font-size: 16px;
    }

    .banner-txt p {
        line-height: 20px;
        font-size: 14px;
        padding:2px 5px;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .banner-form {
        position: relative;
        width: 100%;
        right: 0;
        filter: drop-shadow(2px 4px 6px black);
        border-radius: 5px;
        /* z-index: 111; */
        top: 15px;
    }
    .tourbox-section{
        position: relative;
        top: 545px;
    }
    .our-offers {
        width: 100%;
        position: relative;
        overflow: hidden;
        clear: both;
        padding: 50px 0px;
        /* box-shadow: inset 0px 0px 13px 0px #00000073; */
        margin-top: 460px;
    }



    .navbar-collapse>ul>li:hover:after,
    .navbar-collapse>ul>li.active::after {
        top: 0;
        visibility: visible;
        opacity: 1;
        display: none;
    }

    .aboutblock {
        border: none;
    }

    .aboutusSection:before {
        height: 80px;
        top: -70px;
    }

    .aboutusSection,
    .OverviewSection {
        padding: 30px 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }

    .about-boxx {
        display: grid;
    }

    .about-boxx h3 {
        padding: 23px 0 9px 0;
    }

    .aboutusSection img {
        margin-top: 0px;
        width: 80%;
    }

    .aboutblock ul {
        font-size: 14px;
        padding: 0 0 0 15px;
        text-align: justify;
        line-height: 30px;
    }

    .mediaImgLink {
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .logofooter {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .clientImg {
        text-align: center;
        border-left: 0px;
        display: block;
    }

    .keyIndicatorsSection .project-fig h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .keyIndicatorsSection .project-fig {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .navigationBar {
        position: relative !important;
        height: auto;
        background: #fff;
    }

    .navigationBar:before {
        display: none;
    }
    .navbar-brand img {
        height: 78px;
        position: relative;
        top: 4px;
    }
    .navbar-collapse>ul>li {
        margin: 2px 0;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

    .navbar-brand {
        margin: 0px 0;
    }

    .navbar-nav {
        margin: 0;
        padding-top: 0px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 18px;
    }

    .navbar-collapse>ul>li {
        height: auto;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        left: 0;
    }
    .banner-img img {
        width: 100%;
        height: 34vh;
    }
    .room-content h5 {

        font-size: 20px;
    }
    .aboutblock {
        margin: 0 auto;
        text-align: center;
    }

    .aboutImg {
        margin-top: 50px;
        margin: 0 auto;
        text-align: center;
        padding: 0px 10px;
    }

    .aboutblock .heading {
        padding-left: 0;
        text-align: center;
    }

    .aboutblock p {
        padding: 10px;
        border: none;
    }

    .groupofcompanies .groupBlock ul>li {
        width: 96%;
        margin: 10px;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-prev {
        left: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-next {
        right: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div {
        color: #00768f !important;
    }

    .footer .heading {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
    }

    .section2 .sectionLeft {
        width: 100%;
    }

    .section2 .sectionLeft::before,
    .section2 .sectionLeft::after {
        display: none;
    }

    .section2 {
        padding: 50px 0;
    }

    .section2::before {
        opacity: 0.7;
    }

    .section2 .sectionLeft .sectionLeftInner {
        padding: 0 15px;
    }

    .mediaGallery .col-sm-3 {
        width: 100%;
        float: none;
        clear: both;
    }

    .fancybox-overlay-fixed {
        z-index: 0 !important;
    }

    .testimonialSection .testimonialBlock img {
        display: block;
        position: relative;
        margin: 15px auto;
        float: none;
        clear: both;
    }

    .testimonialSection .testimonialBlock {
        padding: 10px 0;
    }

    .testimonialSection .testimonialBlockInner {
        padding: 20px;
        margin: 0;
    }

    .scrollup {
        bottom: 0;
        right: 0;
    }
    .footer-contact {

        padding: 50px 0;
    }
    .WA-icon {
        left: 10px;
    }
    .CA-icon {
        right: 10px;
    }
}

@media (max-width: 650px) {
    .navbar-toggle {
        margin-right: 0;
        border-color: transparent !important;
    }

    .banner-slider-section {
        height: 300px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 18px !important;
    }

    .banner-slider-section .banner-info {
        width: 82%;
        top: 45%;
        width: 65%;
    }

    .banner-slider-full .item::before {
        height: 120%;
    }

    /* #banner-slider .owl-controls {
        bottom: 0 !important;
    } */
}