html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

a {
    color: #DD6F3B;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #000000;
}

input:focus, textarea:focus, button:focus {
    border: 0;
    outline: 0;
    box-shadow: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 46px;
    line-height: 50px;
    color: #5F5E2E;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 22px;
}

.container {
    max-width: 1305px;
    width: 100%;
}

ul.lists {
    margin-bottom: 20px;
}

ul.lists li {
    margin: 5px 0;
}

/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #DD6F3B;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/* --- Button Code --- */
.custom-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 0px;
    padding: 0 40px;
    position: relative;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}

.custom-btn::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: #000;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px;
    transition: .5s;
    opacity: 0;
}

.custom-btn:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0px
}

.custom-btn:hover {
    text-decoration: none;
}

.custom-btn2 {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 62px;
    border-radius: 0;
    padding: 0 60px;
    position: relative;
    font: normal normal 700 24px/24px Lato;
    color: #000000;
    text-transform: uppercase;
    max-width: 308px;
    width: 100%;
    line-height: 62px;
}

.border-btn {
    border: 1px solid #DD6F3B;
    background: #DD6F3B 0% 0% no-repeat padding-box;
}

.border-btn:hover {
    color: #ffffff;
}

.dark-btn {
    color: #ffffff;
    background-color: #000000;
}

.dark-btn:hover {
    color: #ffffff;
}

.light-btn {
    color: #000000;
    background-color: #DD6F3B;
}

.light-btn:hover {
    color: #ffffff;
}

.header_area {
    width: 100%;
    clear: both;
    top: 0;
    z-index: 999999;
    padding: 18px 0%;
    position: absolute;
    top: 0;
    background-color: rgba(24, 19, 16, 0.4);
}

.logo {
    position: relative;
    z-index: 9;
}

.logo a {
    display: inline-block;
    position: relative;
}

.header_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_details ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    width: 100%;
}

.header_details ul li {
    display: flex;
    align-items: center;
    margin-left: 35px;
    border: 1px solid #fff;
    border-radius: 55px;
    position: relative;
    overflow: hidden;
    height: 66px;
}

.header_details ul li:first-child {
    margin-left: 0;
}

.header_details ul li a {
    display: block;
    padding: 8px;
    position: relative;
    z-index: 9;
    /* display: flex; */
    /* align-items: center; */
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header_details ul li a:hover {
    color: #fff;
    display: block;
}

.header_details ul li .content, .header_details ul li a div {
    display: inline-block;
    transition: .4s;
    padding: 0px 24px 0px 10px;
    position: relative;
    top: 3px;
}

.header_details ul li:hover a {
    color: #fff;
}

.header_details ul li:last-child a {
    color: #fff;
    display: flex;
    align-items: center;
}

.header_details ul li:last-child {
    background-color: #fff;
}

.header_details ul li:hover:last-child {
    background-color: #000
}

.header_details ul li::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: #DD6F3B;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0px;
    transition: .5s;
    opacity: 0;
}

.header_details ul li:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0px
}

span.text {
    display: block;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 150% */
}

.header_details ul li:last-child span.content {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    padding: 0;
    position: relative;
    top: -2px;
}

span.discount p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

span.discount h6 {
    color: #CD1217;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.container-fluid.copyright-container {
    background: #525252;
    padding: 20px 15px
}

.copyright-container p {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.copyright-container p a {
    color: #FFF;
}

.copyright-container p a:hover {
    color: #DD6F3B;
}

footer {
    position: relative;
}

.back-to-top {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 0px;
    background-color: #DD6F3B;
    padding: 10px 12px 5px;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    box-shadow: 0 0 10px #DD6F3B;
    /* opacity: 1; */
    /* visibility: hidden; */
    transition: all 0.3s ease-in-out;
}

#btn-back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.back-to-top:hover {
    background-color: #fff;
}

.back-to-top:hover i {
    color: #DD6F3B;
}

section.banner-section {
    position: relative;
}

section.banner-section .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.banner-content-div h1 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 114.286% */
    text-transform: uppercase;
}

.banner-content-div h1 span {
    font-weight: 300;
    display: block
}

.banner-content-div p {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}

.banner-content-div {
    padding: 240px 0% 0px;
}

.carousel-items {
    position: relative;
    background: #262610;
}

.Enquiry_form {
    padding: 30px 30px 15px;
    margin-top: -140px;
    z-index: 9;
    position: relative;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}

.form_field input, .form_field select {
    width: 100%;
    height: 50px;
    background: #F6F6F6;
    outline: none;
    border: none;
    padding: 0px 15px;
    color: #848484;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #848484;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #848484;
    opacity: 1;
}

::placeholder {
    color: #848484;
    opacity: 1;
}

.form_submit_field input {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 0;
    background: transparent;
    outline: none;
    transition: 0.4s;
    z-index: 99;
    position: relative;
    letter-spacing: 0px;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: none;
}

.form_submit_field input:hover {
    color: #fff;
}

.form_submit_field p {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #DD6F3B;
    height: 50px;
}

.form_submit_field p:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.form_submit_field p::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: #000;
    left: 0;
    top: 0;
    border-radius: 0px;
    transition: .5s;
    opacity: 0;
}

.Enquiry_form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_submit_field {
    text-align: center;
    position: relative;
}

.Enquiry_form h2 {
    margin-bottom: 18px;
    text-align: center;
    color: #000;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    line-height: 66px;
    /* 150% */
}

input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border: 1px solid #f00 !important;
    box-shadow: 0px 0px 2px #f00;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    padding: 0px !important;
    margin: 0 !important;
    text-align: center;
    color: #f00;
    display: none;
}

.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    display: none;
}

.Enquiry_form .row {
    margin: 0;
}

.in_content h5 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 15px 0px 6px;
}

.in_content p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.row.content_boxes_wrp {
    padding: 30px 0px 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.call_us_details {
    background: #CD2027;
    padding: 20px;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_us_details a {
    color: #000;
    display: inline-block;
    margin: 0px 10px;
    font-weight: 700;
}

.call_us_details img {
    padding: 0px 10px;
}

.call_us_details a:hover {
    color: #223E92;
}

img.circle {
    position: absolute;
}

img.circle.circle_left {
    right: 0;
    top: 240px;
}

img.circle.circle_right {
    left: 0;
    bottom: 170px;
}

img.c1 {
    position: absolute;
    width: auto;
    left: 0;
    right: 400px;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.c2 {
    position: absolute;
    left: 400px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
}

.container-fluid.about_content_wrapper {
    padding: 60px 0px 80px;
}

.inner_content h5 , .headings h5 {
    color: #DD6F3B;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.6px;
    position: relative;
    padding-left: 85px;
}

.inner_content h2 , .headings h2 {
    color: #3A1C13;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.inner_content h6 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inner_content p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 162.5% */
    padding: 10px 0px;
}

.inner_content p a {
    text-decoration: underline;
    color: #181818;
}

.inner_content p a:hover, .common_btn span a:hover {
    color: #DD6F3B;
}

.inner_image {
}

img.desktop {
    /* position: absolute; */
    /* right: 15px; */
    top: 0px;
}

.common_btn {
    display: flex;
    align-items: center;
}

.common_btn span {
    color: #223E92;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    padding-left: 25px;
}

.common_btn span a {
    color: #223E92;
}

.inner_content .common_btn {
    padding-top: 25px;
}

.inner_content {
    padding-right: 15px;
}

.headings {
    padding-bottom: 30px;
}

.container-fluid.portfolio_wrapper {
    background-size: cover;
    padding: 80px 0px;
}

.gallery_content_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.gallery_content p {
    font-weight: 300;
}

.portfolio_wrapper .headings h2, .portfolio_wrapper .headings h5 {
    color: #fff;
}

.gallery_img_box {
    width: 33.333%;
}

.gallery_img_box img {
    width: 100%;
}

.gallery_img_box:nth-child(2) .in_gallery_img_box:nth-child(1) {
    margin-bottom: 30px;
}

.gallery_img_box:nth-child(3) .in_gallery_img_box:nth-child(1) {
    margin-bottom: 30px;
}

.gallery_img_box img {
    width: 100%;
    object-fit: cover;
}

.gallery_img_box:nth-child(2) .in_gallery_img_box:nth-child(1) img {
    max-height: 332px;
    min-height: 332px;
}

.gallery_img_box:nth-child(3) .in_gallery_img_box:nth-child(2) img {
    max-height: 346px;
    min-height: 346px;
}

.gallery_img_box:nth-child(2) .in_gallery_img_box:nth-child(2) img {
    max-height: 280px;
    min-height: 280px;
}

.banner-content-div {
    text-align: center;
}

.banner-content-div .border-btn {
    margin: auto;
    margin-top: 26px;
}

.gal_images:hover img {
    transform: scale(1.2);
}

.gal_images {
    overflow: hidden;
    transition: 0.4s;
}

.gal_images img {
    transition: 0.4s;
}

header.fixed-header {
    position: fixed;
    z-index: 99;
    width: 100%;
}

header.fixed-header .header_area {
    background: #DD6F3B;
    padding: 10px 0px;
}

.fixed-header a.logo-div img {
    width: 162px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/select-ar1.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}

.about_content {
    width: 54%;
    padding-left: 40px;
}

.about_image {
    width: 46%;
    position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    /* Green */
}

.page-id-7 div#form {
    display: none;
}

.page-id-7 .f-container {
    padding-top: 0;
}

.form_field, .form_submit_field {
    margin-bottom: 15px;
    padding: 0px 6px;
}

.mobile_img {
    display: none;
}

.inner_content ul {
    margin-bottom: 0;
    padding: 0;
    border-left: 5px solid red;
    padding-left: 10px;
}

.inner_content ul li {
    color: #DD6F3B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    list-style: none;
    background-image: url('../images/tree-bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 15px 0px;
    padding-left: 20px;
}

.take-a-tour-content {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.take-a-tour-content h2 {
    color: #5F5E2E;
}

.container-fluid.Benefits-wrapper {
    padding: 80px 0px;
}

.Benefits_box {
    background-size: cover;
    background-position: center center;
    background-color: #DD6F3B;
    padding: 40px 0px 60px;
}

.Benefits_box .inner_content ul {
    margin-bottom: 0;
    padding: 0;
    border-left: none;
    padding-left: 0;
}

.Benefits_box .inner_content ul li {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    list-style: none;
    background-image: url('../images/tree-bullet-w.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    margin: 15px 0px;
    padding-left: 20px;
}

.Benefits_box .row {
    max-width: 1118px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0px;
    margin: 0 auto;
}

.headings h2 {
    color: #fff;
    text-align: center;
}

.Benefits-content {
    padding: 0;
}

.Benefits-content:nth-child(2) {
    padding-left: 60px;
}

.top_reason_box {
    display: flex;
    justify-content: space-between;
}

.top_reason_box h2 {
    width: 34%;
    color: #5F5E2E;
    margin: 0;
}

.top_reason_box p {
    width: 46%;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.container-fluid.top_reason_wrapper {
    background: #F6F6F6;
    padding: 60px 0px;
    overflow: hidden;
}

.top_reason_box .common_btn {
    align-items: self-start;
}

.content_box {
    width: 20%;
    padding: 20px 18px;
}

.in_content_img {
    height: 62px;
}

.in_content_img img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.content_box:hover .in_content_img img {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.container-fluid.cta_wrapper {
    background-size: cover;
    background-position: center center;
    background-color: #5A592A;
    padding: 80px 0px;
    text-align: center;
}

.container-fluid.cta_wrapper h2 {
    color: #fff;
    margin: 0;
}

.container-fluid.cta_wrapper .container {
    padding: 0px 8%;
}

.container-fluid.cta_wrapper p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0px;
}

.cta_wrapper .common_btn {
    justify-content: center;
}

.container-fluid.location_wrapper {
    padding: 80px 0px;
}

.cta_wrapper .common_btn a {
    margin: 0px 8px;
}

.cta_wrapper .common_btn a:last-child {
    background: #fff;
    border: 1px solid #fff;
    color: #5F5E2E;
    padding: 0 25px;
}

.cta_wrapper .common_btn a:hover {
    color: #fff;
}

.location-content .row {
    background: #DD6F3B;
    margin: 0;
    margin-top: 15px;
    position: relative;
}

.location-content h2 {
    color: #5F5E2E;
    margin-bottom: 10px;
}

.get-direction {
    position: absolute;
    right: 15px;
    bottom: 50px;
    width: 40%;
}

.get-direction p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.get-direction p a {
    color: #FFF;
    font-weight: 700;
    text-decoration-line: underline;
}

.get-direction p a:hover {
    color: #000;
}

.container-fluid.footer_box .container {
    padding: 0px 6%;
}

.container-fluid.footer_box h2 {
    margin: 0 0 40px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    /* 127.778% */
}

.contact_details {
    border: 1px solid #FFF;
    display: flex;
    justify-content: space-evenly;
    padding: 20px 5px;
}

.footer_box .c_div p {
    padding: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
}

.footer_box .c_div p a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.footer_box .c_div p a:hover {
    color: #DD6F3B;
}

.contact_details_wrp {
    padding: 60px 8% 45px;
}

.c_div:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0px 50px;
}

.copyright-container {
    border-top: 1px solid #715D57;
}

.container-fluid.cta_wrapper.footer_box {
    padding-bottom: 0;
}
}

header.fixed-header .header_details ul li:last-child span.content, .header_details ul li a {
    font-size: 18px;
}

header.fixed-header span.text {
    font-size: 13px;
}

header.fixed-header .header_details ul li {
    margin-left: 20px;
    height: 60px;
}
.gallery_img_box:nth-child(1) img {
    max-height: 642px;
    min-height: 642px;
    object-fit: cover;
    object-position: center;
}