@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: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    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: 'Poppins', sans-serif;
    line-height: normal !important;
}

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

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

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: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;

}

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 {
    text-align: center;
    margin-bottom: 35px;
}

.heading-center h2 {}

.heading-center h4 {
    color: #709920;
    font-size: 24px;
    font-weight: 600;
}

.heading-center h4::before {
    content: "";
    background-color: #709920;
    position: absolute;
    left: 474px;
    top: 15px;
    width: 35px;
    height: 4px;
    clear: both;
}

.heading-center h4::after {
    content: "";
    background-color: #709920;
    position: absolute;
    left: 660px;
    top: 16px;
    width: 35px;
    height: 4px;
    clear: both;
}

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

.heading {
    color: #709920;
    margin-bottom: 10px;
}

.heading::after {
    content: "";
    background-color: #709920;
    position: absolute;
    left: 169px;
    top: 33px;
    width: 46px;
    height: 5px;
    clear: both;
}

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

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}

.btn1 {
    display: inline-block;
    padding: 6px -3px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
}

.btn {
    border: none;
    border-radius: 0 !important;
    padding: 10px 21px;
    font-weight: 500;
    font-size: 17px;
    color: #666565;

}

.btn-default {
    border: solid 1px #ddd !important;
    transition: 400ms;
    background-color: orangered;
    color: white;
}

.btn-primary {
    background: #709920 !important;
    color: #fff;
    border-color: transparent;
    transition: 1000ms;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ffffff !important;
    color: #60831b;
    border: 3px solid #61841c;
}

.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;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background:#709920;
    z-index: 200;
}

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



/*--------------------------------------------------------------
# Topnavbar
--------------------------------------------------------------*/

.navigationBar {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 114px;
    padding: 0;
    transition: all 500ms;
    background: transparent;
    background: #fff;
}

.navigationBar>.container-fluid {
    background: #fff;
    margin: 0px 15px;
}

.containerWrapper {
    display: block;
    padding: 0 100px;
    position: relative;
    z-index: 2;
}

.banner-info .containerWrapper h2{
    color: white;
}
.containerWrapper strong{
    font-weight: 600;
    
}
/*topNavbar*/

.topNavbar {
    display: block;
    width: 100%;
    height: auto;
    padding: 3px 0px;
    background: #709920;
}

/*user-menu*/

.user-menu {
    float: left;
    margin-top: 5px;
}

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

.user-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
}

.user-menu ul li a i {
    color: #fff;
}

.user-menu ul li a {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.user-menu ul li a:hover {
    color: #eee;
    text-decoration: underline;
}

.modelBtn a {
    padding: 8px 10px;
    font-size: 14px;
    float: right;
    margin-top: 0px;
}

.modelBtn a i {
    color: #fff !important;
}

/*navigationBarContent*/

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

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 500ms;
}

.navbar-brand img {
    height: 76px;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    top: -8px;
    left: 0;
}

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

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

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

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #333;
    height: 80px;
    line-height: 75px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: 'Poppins', sans-serif;
}

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

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-weight: 500;
    font-size: 17px;
    /* font-weight: normal; */
    text-transform: uppercase;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 70px;
    background: #709920;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    color: #fff !important;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    color: #000000 !important;
    background: transparent !important;
}

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

/*callbackBtn*/

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

.navbar-collapse>ul>li.callbackBtn>a {
    background: #719b07;
    color: inherit;
    text-transform: none;
}

.navbar-collapse>ul>li.callbackBtn:hover {
    background: #404041;
    color: #fff !important;
}

.navbar-collapse>ul>li.callbackBtn:hover>a {
    color: inherit !important;
}

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

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    width: 220px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-collapse>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
}

.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: 15px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
    white-space: normal;
}

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

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    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: #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: #719b07;
}

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

/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
}

.navigationBarScroll .navbar-brand {
    margin-top: 5px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.6);
    top: -18px;
    left: -44px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

/*--------------------------------------------------------------
# banner-slider-full
--------------------------------------------------------------*/
.banner-slider-section {
    display: block;
    width: 100%;
    height: 700px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 700px;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 700px;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    /*top: 100px;*/
    width: 100%;
    height: 700px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

.banner-slider-full .item .replaceImg::before {
    content: "";
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 1;
}


.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-full .item:before {
    content: "";
    display: none;
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

#banner-slider .banner-info {
    display: block;
    width: auto;
    position: absolute;
    bottom: 30%;
    left: 0;
    margin: 0;
    z-index: 100;
    color: #f9f9f9;
    right: 0;
    width: 80%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 20px 0px;

}


#banner-slider .banner-info .bannerInfoHeading {
    display: inline-block;
    color: inherit;
    padding: 0px 0px;
    font-size: 32px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 5px 0;
    clear: both;
    text-align: center;
    border-radius: 100px;
    margin: 0 auto;
}

#banner-slider .banner-info h1 {
    display: inline-block;
    font-size: 24px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
    font-weight: 600;
    padding: 10px 20px;
    background: #dc9229;
    color: #fff;
    position: relative;
    line-height: normal;
    float: left;
    clear: both;
}

#banner-slider .banner-info .btn-transparent {
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}

#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-slider-section .owl-theme .owl-pagination {
    display: block;
    position: absolute;
    z-index: 1;
    left: 5%;
    bottom: 20px !important;
}

.banner-slider-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-slider-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #dc9229 !important;
    opacity: 0.9 !important;
    border-radius: 100px !important;
    text-align: center;
}

.banner-slider-section .owl-theme .owl-buttons>div:hover {
    opacity: 0.7 !important;
    color: #709920;
}

.banner-slider-section .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: #709920;
    font-size: 55px;
}

.banner-slider-section .owl-theme .owl-buttons>div i:hover {
    color: #ffffff;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
    left: 50px;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-next {
    right: 50px;
}

.containerWrapper h2 {
    font-size: 55px;
    margin-bottom: 20px;
}

.testimonialSection .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: #ffffff;
    font-size: 40px;
    background: #709920;
    padding: 2px 15px;
}

.testimonialSection .owl-theme .owl-buttons>div.owl-prev {
    left: -66px;
}

.testimonialSection .owl-theme .owl-buttons>div.owl-next {
    right: -66px;
}

.testimonialSection .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    top: 80px;
    line-height: 40px;
    background: transparent !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #dc9229 !important;
    opacity: 0.9 !important;
    border-radius: 100px !important;
    text-align: center;
}





.containerWrapper h3::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    top: 7%;
    left: 394px;
    margin-top: -1px;
    background: #709920;
}

.containerWrapper h3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    top: 7%;
    left: 629px;
    margin-top: -1px;
    background: #709920;
}

.btns .btn a {
    color: white;
    background: #709920;
    padding: 11px 15px;
    font-size: 17px;
    font-weight: 500;
    transition: 1200ms;
    overflow:hidden;
}

.btns .btn1 a {
    color: white;
    background: #709920;
    padding: 11px 0px;
    font-size: 17px;
    font-weight: 600;
    transition: 1200ms;
    overflow:hidden;
}

.btns .btn1 a:hover{
    color: #709920;
    background: #ffffff;
    border: 3px solid #709920;
}


.btns .btn a:hover {
    color: #709920;
    background: #ffffff;
    border: 3px solid #709920;
}
/*down-arrow-box*/

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 3%;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    z-index: 5;
    text-align: center;
}

.down-arrow-box strong {
    display: block;
    position: relative;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    top: 0;
}

.down-arrow-box a {
    display: block;
    position: relative;
    font-size: 26px;
    color: #dc9229;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background: #fff;
    margin: 0 auto;
    top: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}


.from-setion {
    padding: 50px 0px;
    width: 100%;
    clear: both;
}

.from-setion .fomm .form-control {
    display: block;
    width: 100%;
    padding: 21px 10px 21px 17px;
    font-size: 15px;
    font-weight: 400;
    color: #666565;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    background-size: 16px 12px;
    appearance: none;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.from-setion .fomm .form-select {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 17px;
    font-size: 15px;
    font-weight: 400;
    color: #666565;
    background-color: #fff;
    background: url(../images/download.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    appearance: none;
}

.booking {
    margin-top: -122px;
    background: white;
    padding: 50px 32px 25px 32px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}



/*--------------------------------------------------------------
# About-section
--------------------------------------------------------------*/
.About-section {
    width: 100%;
    clear: both;
    padding: 40px 0px;
    background-color: white;
}

.about h2 {}

.about h3 {
    font-weight: 600;
}

.about h3 strong {
    color: #709920;
    font-size: 29px;
    font-weight: 600;
}

.about p {
    margin-bottom: 25px;
    font-size: 18px;
    text-align: justify;
}

.count {
    padding: 0.25rem !important;
    border: 2px solid #dee2e6;
    margin-bottom: 30px;
}

.block1 {
    text-align: center;
    padding: 25px 0px;
    border: 2px solid #dee2e6;
}

.block1 i {
    font-size: 22px;
    margin-bottom: 15px;
    color: #709920;
}

.block1 p {
    font-size: 19px;
    font-weight: 700;
    color: #709920;
    text-align: center;
}

.block1 h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.about-img {}

.about-img .img1 {
    text-align: right !important;
}

.about-img .img1 img {
    margin-top: 25%;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: zoomIn;
    width: 70%;
}

.about-img .img2 {
    text-align: left !important;
}

.about-img .img2 img {
    text-align: left !important;
    visibility: visible;
    animation-delay: 0.3s;
    animation-name: zoomIn;
    margin-top: -13px;
}


.about-img .img3 {
    text-align: right !important;
}

.about-img .img3 img {
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: zoomIn;
    width: 50%;
}

.about-img .img4 {
    text-align: left !important;
}

.about-img .img4 img {
    text-align: left !important;
    visibility: visible;
    animation-delay: 0.7s;
    animation-name: zoomIn;
    width: 75%;
}

.about-img .col-md-6 {
    margin-bottom: 25px;
}

/* Room-section */

.Room-section {
    width: 100%;
    clear: both;
    padding: 40px 0px;
}

.room {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
}

.rom-cantent {
    padding: 15px 20px;
}

.rom-cantent h4 {
    padding: 0px 0 10px 0px;
    padding: 0px 0 10px 0px;
    font-weight: 600;
    color: #709920;
}

.rom-cantent p {
    padding: 10px 0px;
}

.rom-cantent ul {
    display: flex;
    margin-bottom: 21px;
}

.rom-cantent ul li {
    padding: 0px 11px;
    border-right: 2px solid #d1d3d6;

}

.rom-cantent ul a {}

.rom-cantent ul i {
    padding: 0px 8px;
    color: #709920;
}

.rombtn {
    text-align: center;
}


/* .Discover-Section */

.Discover-Section {
    width: 100%;
    clear: both;
    background-color: #709920;
}

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

.Discover-content {
    padding: 70px 0 17px 50px;
}

.Discover-content .heading {
    color: #2d3587;

}

.Discover-content .heading::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 301px;
    top: 109px;
    width: 46px;
    height: 5px;
    clear: both;
}

.Discover-content h1 {
    color: white;
    margin-bottom: 15px;
}

.Discover-content p {
    color: white;
    margin-bottom: 30px;
    font-size: 19px;
    padding: 0px 35px 0px 0px;
}

.Discover-content .rombtn {
    text-align: justify;
}

.Discover-content .btn-primary {
    background: #ffffff !important;
    font-weight: 600;
    color: #709920;
    border-color: transparent;
    transition: 1000ms;
    overflow: hidden;
}
.Discover-content .btn-primary:hover{
    background:#709920 !important;
    color: #ffffff;
    border: 3px solid #fff;
}



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

/*footerSection*/

.footerSection {
    display: block;
    padding: 60px 0px 10px 0px;
    background: #709920;
    position: relative;
    color: #fff;
    box-shadow: inset 0px 0px 75px rgba(0, 0, 0, 0.452);
}

.footerBlock p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding: 0 30px 0 0;
}

.footerBlock h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.footerBlock h5 {
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
}

.footer-links p i {
    color: #ffffff;
    font-size: 16px;
    margin-left: -12px;
}

.footerBlock ul li {
    margin-bottom: 6px;
    margin-left: 10px;
    font-size: 18px;
}

.footerBlock ul li a {
    color: #fff;
    font-weight: 500;
}

.footerBlock ul li a:hover {
    color: #2d3587;
    text-decoration: none;
}

.addressInfo p a {
    color: #fff;
    transition: 500ms;
}
.addressInfo p a:hover{
    color: #2d3587;
}
.addressInfo p {
    margin-bottom: 5px;
    color: #fff;
}

.footer-copy {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 0px;
    background: #ffffff;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
}

.footer-copy p {
    background-color: #fff;
    color: black;
    font-weight: 600;
    font-size: 17px;
}

.footer-copy strong {
    color: #709920;
}

.footer-copy span {
    margin-right: 20px;
    margin-left: 20px;
}

.footer-copy span a {
    color: #fb4f05;
    font-weight: 800;
}

/* .Service-section */
.Service-section {
    padding: 50px 0px;
    clear: both;
    background-color: white;
    width: 100%;
}

.Service-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 50px 23px;
    transition: 800ms;
    color: #000000;
    margin-bottom: 27px;
}

.Service-box:hover {
    background-color: #709920;
    color: #ffffff;
}

.iconboxx {
    border: 2px solid #dee2e6;
    padding: 6px 8px;
    width: 34%;
    margin-left: 108px;
}

.iconn {
    border: 2px solid #dee2e6;
    padding: 9px 72px 10px 13px;
    width: 27%;
}

.Service-box i {
    font-size: 50px;
}

.Service-box h3 {
    padding: 30px 0px;
}

.Service-box p {
    text-align: justify;
}




/*testimonial-section*/

.testimonialSection {
    display: block;
    width: 100%;
    height: auto;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/banner1.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    background-size: 100%;
    backface-visibility: hidden;
    clear: both;
    color: #fff;
}

.clientTestimonialBlock {
    margin-left: 10px;
}

.testimonialSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.8;
    background: #000;
    clear: both;
    opacity: 0.7;
}

.testimonialSection h2 {
    color: #709920;
    font-size: 23px;
    font-weight: 600;
}

.client {
    background: #ffffff;
    padding: 25px 15px;
    border: 2px solid #fff;
    color: #000;
}

.client p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 14px;
}


.testimonialSection .clientTestimonialBlock>div>p>i {
    font-size: 28px;
    font-size: 20px;
    padding: 0px 10px;
    color: #709920;
}


.testimonialSection .clientTestimonialBlock strong {
    display: block;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0 0 0;
    color: #000000;
}


.testimonialSection .Designation {
    font-size: 14px !important;
    color: #212529;
    padding-bottom: 5px !important;
}

/* End Testimonials */




/* contact section  */
.contact-section {
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    position: relative;
    padding: 50px 0px;
    background: #ffffff;
    text-align: center;

}

.form-data label {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 4px;
}

.contact-data h3 {
    color: #000;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 600;
}


input[type="tel"] {
    outline: none;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    padding: 20px 20px;
    background: #FFFFFF;
    width: 100%;
    background-color: #9190ed1f;
    margin-bottom: 25px;
}

input[type="text"] {
    outline: none;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    padding: 20px 20px;
    background: #FFFFFF;
    width: 100%;
    background-color: #9190ed1f;
    margin-bottom: 25px;
}

textarea {
    outline: none;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    padding: 20px 20px;
    background: #FFFFFF;
    width: 100%;
    background-color: #9190ed1f;
    height: 65px;
    margin-bottom: 25px;
}

.form-data {
    margin-top: 40px;
}

input[type="submit"] {
    outline: none;
    border: 1px solid #212121;
    color: #fff;
    font-size: 15px;
    padding: 18px 18px;
    width: 30%;
    background: #ffa700;
    margin-top: 1em;
}

input:hover {
    border-bottom: 2px solid #709920;
}

textarea:hover {
    border-bottom: 2px solid #709920;
}

.contact-section .heading-center {
    margin-bottom: 55px;
}

/* map  */
.mapbox {
    position: relative;
    width: 100%;
    height: auto;
    background: #FFF;
}

/*footerSocial*/

.footerSocial {
    display: block;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 10px 0px;
}

.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: #fff;
    font-size: 16px;
    border-radius: 50%;
    transition: all 400ms;
}

.footerSocial ul li a.fb {
    background: #204385;
}

.footerSocial ul li a.insta {
    background: #ca2128;
}

.footerSocial ul li a.link {
    background: #0b75b3;
}

.footerSocial ul li a.google {
    background: #e1493b;
}

.footerSocial ul li a.wp {
    background: #00e676;
}

.footerSocial ul li a:hover {
    background: #404041;
    color: #fff;
    border-color: transparent;
}



/* .FixWhatsApp */

.FixWhatsApp {
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 999;
}

.FixWhatsApp a {
    color: #fddc00;
    font-size: 30px;
}

.FixWhatsApp a span {
    color: #fff;
    font-size: 30px;
    background: #fddc00;
    border-radius: 100px;
    padding: 8px 12px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}

.FixWhatsApp a span:hover {
    color: #fddc00;
    font-size: 30px;
    background: #eee;
}


.phonee {
    display: block;
    position: fixed;
    z-index: 50;
    transition: all 500ms;
    right: 16px;
    bottom: 120px;
}

.phonee ul li {
    display: block;
    clear: both;
}

.phonee ul li a {
    display: block;
    width: 50px;
    height: 40px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    text-align: center;
    text-shadow: 0 2px 0 rgb(0 0 0 / 15%);
}

.phonee i {
    background:#60831b;
    transition: all 1100ms;
    font-size: 18px;
    padding: 10px;
}

.phonee:hover {
    transform: scale(1.3);
}

/*Media queries*/

@media (max-width: 1366px) {}

@media (max-width: 991px) {}

@media (max-width: 768px) {

    .heading-center h4::before {
        left: 76px;
        top: 12px;
        width: 37px;
        height: 4px;
    }
    .heading-center h4::after {
        left: 276px;
        top: 12px;
        width: 37px;
        height: 4px;
    }

/*======== Navbar ========*/
    .user-menu ul {
        display: grid;
    }
    .navbar-brand img {
        height: 57px;
        top: -4px;
    }
    .navbar-collapse {
        float: none;
        background-color: #fff;
    }
    .navbar-collapse>ul>li {
        color: #333;
        height: 46px;
        line-height: 50px;
    }

    .navbar-collapse>ul>li:before {
        top: 10px;
        left: 0;
        right: 0;
        width: 96%;
        height: 47px;
        background: #709920;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: black;
    }



    .banner-slider-section {
        height: 439px;
    }
    .banner-slider-full .item .replaceImg {
        height: 401px;
    }
    .banner-slider-full .item .replaceImg::before {
        height: 401px;
    }
    #banner-slider .banner-info {
        bottom: 49%;
        left: 0;
        width: 100%;
    }
    .containerWrapper h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .containerWrapper h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .containerWrapper {
        padding: 0 0px;
    }
    .btns .btn a {
        padding: 8px 11px;
        font-size: 10px;
    }
    .btn {
        padding: 8px 11px;
        font-size: 10px;
    }
    .banner-slider-section .owl-theme .owl-buttons>div.owl-next {
        right: 25px;
    }
    .banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
        left: 25px;
    }

    .banner-slider-section .owl-theme .owl-buttons>div {
        bottom: 64vh;
    }
    .containerWrapper h3::before {
        width: 29px;
        height: 3px;
        top: 11%;
        left: 285px;
    }
    .containerWrapper h3::after {
        width: 29px;
        height: 3px;
        top: 12%;
        left: 69px;
    }
    .booking {
        margin-top: 16px;
    }
    .from-setion .fomm .form-select {
        margin-bottom: 20px;
    }
    .from-setion {
        padding: 0px 0px;
    }

    /* .About-section */
    .About-section {
        padding: 10px 0px;
    }
    .about-img .img3 img {
        width: 100%;
    }
    .about-img .img1 img {
        width: 100%;
    }
    .about-img .img4 img {
        width: 100%;
    }
    .about-img .img4 {
        margin-top: -135px;
    }
    .about h3 {
        font-weight: 600;
        font-size: 27px;
        margin-bottom: 15px;
    }
    .heading::after {
        left: 173px;
        top: 37px;
        width: 37px;
        height: 4px;
    }

    .Discover-content {
        padding: 0px 0 16px 13px;
    }
    .Discover-content h1 {
        font-size: 25px;
    }
    .Discover-content p {
        margin-bottom: 17px;
        font-size: 14px;
        padding: 1px 13px 0px 0px;
        text-align: justify;
    }

    .Discover-content .heading::after {
      
        left: 260px;
        top: 38px;
        width: 39px;
        height: 4px;
    }

    .client p {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: justify;
    }

    .contact-section {
        padding: 10px 0px;
    }

    .contact-section .heading-center {
        margin-bottom: -19px;
    }
    .form-data form .btn {
        padding: 12px 29px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footerSection {
        padding: 13px 0px 10px 0px;
    }

    .testimonialSection .owl-theme .owl-buttons>div.owl-prev {
        left: 130px;
    }
    .testimonialSection .owl-theme .owl-buttons>div.owl-next {
        right: 120px;
    }

    .testimonialSection .owl-theme .owl-buttons>div {
        bottom: 6vh;
        top: 274px;
    }
    .testimonialSection .owl-theme .owl-buttons>div i {
        font-size: 23px;
    }


    .FixWhatsApp {
        bottom:10px;
    }
    .phonee {
        right: 0px;
        bottom:140px;
    }

    .scrollup {
        right: 3px;
    }
    .FixWhatsApp {
       
        left:-15px;
       
    }


    .testimonialSection {
        padding: 61px 0;
    }

}
