@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gilda+Display&display=swap');

body {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F1F25;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.bg-color1 {
    background-color: #e6c272;
}

.bg-color2 {
    background-color: #1a3c2b;
}

.bg-color3 {
    background-color: #ECF0B3;
}

.text-color1 {
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color2 {
    color: #000000 !important;
}

.txt-hover:hover,
.txt-hover:focus {
    color: #a9a9a9;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

.header-bottom {
    background-color: transparent;
    padding: 20px;
    position: relative;
}

/*
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}*/

.parallax-window {
    height: 500px;
    background: transparent;
    display: table;
    width: 100%;
    position: relative;
}

.home-slide {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    content: '';
    text-align: center;
    width: 100%;
    bottom: 0;
    background-color: rgb(227 189 102 / 72%);
    padding: 10px;
}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.logo {
    display: inline-block;
    margin: 5px auto;
}

.logo .img-fluid {
    max-width: 70%;
}

.mobile-menu {
    display: none;
}

.cwdesign-header {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding-top: 10px;
    background: transparent;
}

.cwdesign-header .cwdesign-logo {
    line-height: 0;
    padding: 0;
    color: #fff;
    display: inline-block;
}

.cwdesign-header .cwdesign-logo img {
    width: 200px;
}

.cwdesign-header .social li {
    display: inline-block;
}

.cwdesign-header .social li a {
    color: #fff;
    padding: 0 10px;
}

.cwdesign-header .heading {
    color: #fff;
}

.cwdesign-header.scrolled {
    position: fixed;
    padding: 5px 0;
    top: 0;
    background: #1a3c2b;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

.cwdesign-header.scrolled .social {
    margin-top: 10px;
}

.cwdesign-header.scrolled .social li a {
    color: #fff;
}

.scrolled .text-center-custom {
    text-align: left;
}

.text-center-custom {
    text-align: center;
}

.cwdesign-header.scrolled .cwdesign-logo {
    line-height: 1em;
    padding: 0;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    font-weight: 300;
}

.cwdesign-header.scrolled .cwdesign-logo img {
    width: 120px;
}

.cwdesign-header.scrolled .cwdesign-nav-toggle {
    top: -1px !important;
}

.cwdesign-header.awake,
.cwdesign-header.awake.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.cwdesign-header.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cwdesign-nav-toggle {
    top: -3px !important;
}

.cwdesign-nav-toggle i,
.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
}

.cwdesign-wrap-burger-wrap {
    position: relative;
    z-index: 1022;
}

.cwdesign-nav-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -15px;
    z-index: 109;
    display: block !important;
    float: right;
    right: 0;
    display: none;
    border-bottom: none !important;
}

.cwdesign-nav-toggle:hover i:before {
    top: -7px;
}

.cwdesign-nav-toggle:hover i:after {
    bottom: -7px;
}

.cwdesign-nav-toggle.active i {
    background: transparent !important;
}

.cwdesign-nav-toggle.active i:before {
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.cwdesign-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.cwdesign-nav-toggle:hover,
.cwdesign-nav-toggle:focus,
.cwdesign-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.cwdesign-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    /* display: inline; */
    width: 20px;
    height: 2px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
    content: '';
    width: 30px;
    height: 2px;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    position: absolute;
    left: -10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.cwdesign-nav-toggle i:before {
    top: -6px;
}

.cwdesign-nav-toggle i:after {
    bottom: -6px;
}

.cwdesign-wrap {
    display: block;
    background: #fff;
    right: 0;
    z-index: 101;
    position: fixed;
    width: 370px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    min-height: 300px;
    overflow: auto;
    padding: 0 40px;
    border: none;
    border-left: 1px solid #f4f4f4
}

.cwdesign-wrap.cwdesign-wrap-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.cwdesign-logo-wrap {
    position: relative;
    z-index: 1021;
}

.cwdesign-menu {}

.cwdesign-menu ul {
    position: relative;
    margin-top: 220px;
    margin-bottom: 30px;
    padding: 0;
}

.cwdesign-menu ul ul {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.cwdesign-menu ul li,
.cwdesign-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cwdesign-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5em;
    border-bottom: 1px solid #f4f4f4;
}

.cwdesign-menu ul ul li {
    margin: 5px 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: none;
}

.cwdesign-menu ul li a {
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.cwdesign-menu ul li a {
    display: inline-block;
}

.cwdesign-menu ul li a:after {
    content: '';
    display: block;
    width: 0;
}

.cwdesign-menu ul li a:hover::after {
    width: 100%;
}

.cwdesign-menu ul li a.active {
    color: #d0da45;
}

.cwdesign-menu ul li a.active:after {
    height: 0px;
}

.cwdesign-menu ul ul {
    display: none;
}

.cwdesign-menu>ul>li>a {
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.cwdesign-menu>ul>li.open>a {
    font-size: 15px;
    font-weight: 400;
    color: #d0da45;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.cwdesign-menu ul ul li a {
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 12px;
    text-transform: none;
}

.cwdesign-menu ul li:hover>a,
.cwdesign-menu ul li.open>a,
.cwdesign-menu ul li.active>a,
.cwdesign-menu ul ul li:hover>a,
.cwdesign-menu ul ul li.open>a,
.cwdesign-menu ul ul li.active>a {
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cwdesign-menu ul ul ul li a {
    margin-left: 24px;
    padding-top: 0px;
}

.cwdesign-menu ul li a em,
.cwdesign-menu ul ul li a em {
    font-size: 10px;
    background-color: #d0da45;
    padding: 1px 6px;
    color: #fff;
    border-radius: 0px;
    position: absolute;
    margin-left: 10px;
    top: 5px;
    font-style: normal;
}

.cwdesign-menu i {
    padding-left: 16px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.cwdesign-menu-sub ul li a {
    position: relative;
}

.cwdesign-menu-sub ul li a:before {
    position: absolute;
    content: "\f135";
    left: 0;
    font-family: bootstrap-icons !important;
    font-size: 13px;
    color: #000;
}

.cwdesign-menu .active i {
    color: #d0da45;
}

.cwdesign-menu-footer {
    position: relative;
    bottom: 30px;
    left: 0;
    padding: 50px 0px 0px 0px;
    color: #999;
}

.cwdesign-menu-footer div.reservation {
    margin: 0;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

/*.cwdesign-menu-footer a {*/
/*    color: #d0da45;*/
/*}*/

.cwdesign-menu-footer a {
    color: #222;
}

.cwdesign-menu-footer div.reservation .icon {
    position: absolute;
    left: 0;
    /* top: -50px; */
    width: 50px;
    height: 50px;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    border: 1px solid #DF9F28;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}

.cwdesign-menu-footer div.reservation a .icon i {
    color: #000;
    font-size: 24px;
}
.cwdesign-menu-footer div.reservation .icon i {
    color: #000;
    font-size: 24px;
}
.cwdesign-menu-footer div.reservation .call {
    color: #222;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 60px;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.fs-70 {
    font-size: 70px;
}

.boxshadow1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.list1 li,
.list2 li,
.areas-list li {
    padding: 0px 0 15px 26px;
    position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '\f26e';
    font-family: "bootstrap-icons";
    font-size: 24px;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.areas-list li:before {
    content: '\F3E7';
}

.list2 li:before {
    color: #000;
}

.list3 {
    margin-left: 16px;
}

.list3 li {
    list-style-type: decimal;
    padding-bottom: 18px;
}

/*.new-areas-list{
  padding: 12px 25px;
  background: linear-gradient(to top right, #adb55e 12%, #d0da46 76%);
  border: 5px double #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border-radius: 0 50px 50px 0;
  color: #fff;
  margin-bottom: 20px;
}*/
.new-areas-list i {
    padding-right: 10px;
}

.new-areas-list a {
    color: #222;
}

.new-areas-list a:hover,
.new-areas-list a:focus {
    color: #000;
    text-decoration: underline;
}

.site-map-list li a {
    color: #000000;
}

.site-map-list li a:hover {
    color: #000000;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: "";
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

.border-box1 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 350px;
}

.border-box2 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 350px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.border-box3 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 300px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.border-box4 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 440px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.single-service-item {
    margin: 15px 0;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.contact-container {
    text-align: center;
}

.contact-icon {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    /* border-bottom: 5px solid #ffffff; */
    background-color: #d0da46;
    box-sizing: border-box;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.6em;
    border-radius: 10px;
    /*  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}

.contact-detail {
    background-color: #fff;
    padding: 60px 20px 20px;
    margin-top: -40px;
    min-height: 150px;
    box-shadow: rgb(122 122 122) 0px 20px 30px -10px;
}



.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
    position: relative;
    z-index: 1;
}

.overlap {
    position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
    background-color: rgb(9 9 9 / 65%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap1:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
    background-color: rgb(55 57 60 / 80%);
}

.widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    display: inline-block;
    /* background: transparent; */
    padding-right: 5px;
}

.widget-title a:hover {
    color: #a9a9a9;
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 2px 20px;
    display: inline-block;
    color: #fff;
}

.footer-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family: 'bootstrap-icons';
}

.footer-links {
    display: block;
    color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
    color: #a9a9a9;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
    top: 0;
    left: 100%;
    padding: 15px;
}

.btn-1,
.btn-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s;
}

.btn-3 {
    border: 1px solid #fff;
    color: #000;
    transition: 0.5s ease-in-out;
}

.btn-1:before,
.btn-3:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #fff;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-3:before {
    transform: translateX(0);
    z-index: -1;
}

.btn-3:hover:before {
    color: #fff;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #fff;
    transform: translateX(-100%);
}

.btn-3:hover {
    color: #fff;
}

.btn-1:hover:before {
    transform: translateX(0);
    z-index: -1;
}

.btn-2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}

.btn-2:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #000;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-2 span {
    color: 000;
    position: relative;
    transition: all 0.5s;
}

.btn-2:hover:before {
    transform: translateX(0);
    z-index: 0;
}

.btn-2:hover span {
    color: #fff;
}

.sliderbtn-wrap .btn-2:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.subtitle {
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.heading-h1,
.heading-h2 {
    font-size: 46px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.heading-h2 {
    font-size: 40px;
}

.reservations {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.reservations .text a {
    font-size: 27px;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

.reservations .icon {
    position: relative;
    /*transform: rotate(32deg);*/
    top: 3px;
}

.reservations .text {
    padding-left: 15px;
}

.reservations .text p {
    font-size: 15px;
    margin: 0;
}

.reservations .icon span {
    font-size: 40px;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.imgboxshadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.section2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.section2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.section2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.section2 .item:hover .con {
    bottom: 0;
}

.section2 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.section2 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Barlow', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}

.section2 .item .category a {
    color: #fff;
}

.section2 .item .category:hover {
    color: #fff;
}

.section2 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -47px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.section2 .item .con h6,
.section2 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section2 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.section2 .item .con h5,
.section2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
}

.section2 .item .con .permalink,
.section2 .item .con .permalink a {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section2 .item .con p {
    color: #fff;
}

.section2 .item .con i {
    color: #fff;
    font-size: 18px;
}

.section2 .item .con i:hover {
    color: #fff;
}

.section2 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.section2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.section2 .item .con .butn-light:hover {
    border-color: #d0da45;
}

.contentli-img-wrap .list1 li {
    font-size: 22px;
    padding: 0px 0 15px 35px;
}

.contentli-img-wrap .list1 li:before {
    font-size: 32px;
    color: #000;
}

.contentli-img-wrap .content-div {
    padding: 22px 15px;
    background: #fff;
    color: #000;
}

.testimonials-box {
    position: relative;
    background: transparent;
    padding: 30px;
}

.testimonials-box .head-box h6 {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 span {
    color: #222;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.testimonials h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.news-section .item {
    position: relative;
    overflow: hidden;
}

.news-section .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.news-section .item:hover .con {
    bottom: 0;
}

.news-section .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.news-section .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.news-section .item .date span {
    font-family: 'Barlow', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.news-section .item .date i {
    font-family: 'Barlow', sans-serif;
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}

.news-section .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.news-section .item .con .category {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
    display: block;
    color: #000;
}

.news-section .item .con .category {
    margin-right: 5px;
    position: relative;
    color: #000;
}

.news-section .item .con .category :hover {
    color: #222;
}

.news-section .item .con .category :last-child {
    margin-right: 0;
}

.news-section .item .con .category :last-child:after {
    display: none;
}

.news-section .item .con h5,
.news-section .item .con h5 p {
    color: #000;
    font-size: 24px;
    font-family: 'Gilda Display', serif;
    ;
    font-weight: 400;
    margin-bottom: 0px;
}

.news-section .item .con h5:hover,
.news-section .item .con h5 a:hover {
    color: #d0da45;
}

.news-section .item .con p {
    color: #4f4f4f;
}

.news-section .item .con i {
    color: #fff;
    font-size: 20px;
}

.news-section .owl-theme .owl-nav {
    position: absolute;
    bottom: auto;
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-section .owl-theme .owl-nav button {
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #1a3c2b;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.news-section .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.news-section .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.news-section .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #1a3c2b;
}

.third-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
}

.custom-conatiner {
    margin-left: 120px;
    margin-right: 120px;
}

.imglayer-layout {
    margin: 0 auto;
}

.imglayer-layout img {
    border-radius: 15px;
    width: 92%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.imglayer-2,
.imglayer-3 {
    margin-top: 40px;
}

.imglayer-1,
.imglayer-4 {
    margin-top: -70px;
}

.circleimg {
    position: relative;
    /*left: 10%;
    width: 490px;
    height: 490px;*/
    border-radius: 50%;
    /*top: 50%;
    transform: translateY(-50%);*/
}

.circleimg img {
    border-radius: 50%;
    padding: 8px;
    box-shadow: rgb(45 90 14) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.bg-abslt-patch {
    position: relative;
}

.bg-abslt-patch::before {
    position: absolute;
    content: '';
    background-color: #eaeaea;
    width: 100%;
    height: 73%;
    inset: 50% 0 0 0;
    transform: translateY(-50%);
}

.custom-pad-120 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.list4 li {
    padding: 0px 0 15px 30px;
    position: relative;
}

.list4 li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '\f26e';
    font-family: "bootstrap-icons";
    font-size: 18px;
    width: 21px;
    text-align: center;
    height: 21px;
    line-height: 21px;
    color: #fff;
    background-color: #1a3c2b;
    border-radius: 50%;
}

.bgimg-here {
    position: absolute;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.innersvg-patch {
    padding: 90px 30px 10px 30px;
    position: relative;
    color: #ffffff;
    height: 680px;
    z-index: 9;
}

.innersvg-patch h2 {
    color: #fff;
}

.svg-patch-one {
    position: absolute;
    bottom: 0;
    top: auto;
}

.bgpath-color {
    position: relative;
}

.innerbody-content {
    padding: 30px 50px 30px 50px;
    position: relative;
    z-index: 1;
}

.bgpath-color::before {
    position: absolute;
    content: '';
    width: 97%;
    border: 2px solid rgb(26 60 43);
    height: 215px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bgpath-color::after {
    position: absolute;
    content: '';
    width: 100%;
    border: 2px solid #e8b83a;
    height: 190px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgborder img {
    border: 10px solid #fff;
    border-right: 0;
    border-bottom: 0;
}

.news-wrapper {
    min-height: 495px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.news-wrapper .news-thumb {
    position: relative;
    overflow: hidden;
}

.news-wrapper .news-thumb img {
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    width: 100%;
}

.news-wrapper .news-thumb:after {
    position: absolute;
    background: linear-gradient(-60deg, #252531e3, #332304ed);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0.15;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.news-wrapper .news-description {
    padding: 30px 25px;
    background: #1a3c2b;
    min-height: 240px;
}

.news-wrapper:hover .news-thumb img {
    transform: scale(1.1);
}

.normalbox {
    position: relative;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.half-center-patchsec {
    position: relative;
    overflow: hidden;
}

.half-center-patchsec::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(rgb(0 0 0 / 79%), #000000c4), url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateY(-50%);
}

.half-center-patchsec .bgpath-color::after {
    background-color: #ffffff;
}

.vertical_img_patch.bg-abslt-patch::before {
    height: 60%;
}

.verticalimg .circleimg {
    position: relative;
    left: auto;
    width: auto;
    height: auto;
    border-radius: 0;
    top: auto;
    transform: none;
}

.verticalimg .circleimg img {
    border-radius: 0;
}

.about-bg {
    position: absolute;
    left: 0;
    width: 45%;
    height: 100%;
    border-radius: 0px 40px 40px 0px;
}

.rightimg.about-bg {
    left: auto;
    right: 0;
    border-radius: 40px 0 0 40px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lognimgwrap-content {
    padding-top: 70px;
}

.propeone img {
    position: absolute;
    right: 0;
    height: 140px;
    transform: rotate(282deg);
    bottom: 0;
}

@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 0;
        padding: 35px 20px;
    }
}

.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}

.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}

.testimonials .item p {
    color: #fff;
}

.testimonials .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
    width: 70px;
    height: 70px;
    padding-left: 20px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.testimonials .item .info .cont {
    /* margin-left: 85px; */
}

.testimonials .item .info h6 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.testimonials .item .info span {
    font-size: 12px;
    color: #fff;
    line-height: 1em;
}

.testimonials .item .info .rate {
    float: right;
}

.testimonials .item .info i {
    color: #fff;
    font-size: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
}

.testimonials .overlap1::before {
    background: rgb(11, 10, 10);
    background: linear-gradient(0deg, rgb(11 10 10 / 76%) 0%, rgb(62 62 62 / 56%) 100%);
}

.footermain {
    position: relative;
}

.footermain:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    background-image: url(../images/slider/1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}

.footermain:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 81%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}

.footer-top {
    position: relative;
    z-index: 0;
}

.footer-widget .user-links li {
    position: relative;
}

.footer-widget .user-links li a:before {
    content: "\f280";
    font-family: bootstrap-icons !important;
    position: absolute;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    left: 0;
    top: 2px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links li a {
    color: #c7c7c7;
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding: 0 0 15px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links li a:hover::before {
    opacity: 1;
}

.footer-widget .user-links li a:hover {
    color: #fff;
    padding-left: 18px;
}

.footer-logo a img {
    width: 250px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.footersocial a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.footersocial a>i {
    font-size: 18px;
}

.new-inner-column {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    padding: 20px 0;
    flex-wrap: wrap;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-bottom {
    background-color: #1e1e1e;
}

.footer-bottom .footer-link a {
    color: #fff;
}

.linehere {
    display: inline-block;
    position: relative;
}

.linehere:after {
    position: absolute;
    content: '';
    left: 0;
    width: 60px;
    height: 1px;
    background: #ddd;
    top: -6px;
    opacity: 0.3;
    z-index: -1;
}

.footer-middle {
    background-color: #222;
}

.phonewrap-footer .reservations .icon span {
    font-size: 30px;
    color: #d0da45;
    line-height: 30px;
}

.phonewrap-footer .reservations .icon {
    transform: rotate(2deg);
    padding-right: 10px;
}

.footemail a {
    color: #c7c7c7;
}

.footemail a:hover,
.footemail a:active,
.footemail a:focus {
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.form-section.overlap1:before {
    background: rgb(11, 10, 10);
    background: linear-gradient(0deg, rgb(8 8 8 / 0%) 0%, rgb(0 0 0 / 71%) 100%);
}

.addresscontact {
    position: relative;
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    padding: 10px;
    margin-bottom: -100px;
}

.addresscontact .btn-2 {
    display: flex;
    margin: 1rem 0;
}
.btn1{
  background: #1a3c2b;
  color: #fff;
  border-radius: 0;
  padding: 12px 24px;
}
.btn1:hover,
.btn1:focus{
    background:#000;
    color:#fff;
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.submit-icon {
    display: none;
}

.rotating i {
    color: #d0da46;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

.card1 {
    background: #fff;
    display: block;
    border: none;
    margin: 15px;
    box-shadow: rgb(122 122 122) 0px 20px 30px -10px;
}

.card-body {
    padding: 20px 0 10px 0;
    padding-left: 30px;
}

.card-body .heading-h2 {
    font-size: 25px;
    color: #000
}

.card-body p,
.card-body a {
    font-size: 18px
}

.card1:hover {
    background: #ededed;
}

.card-icon {
    padding: 0;
}

.card1 h3 {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

.card1 h3:before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #d0da46;
}

.card1:hover h3:before {
    background: #000;
}

.card1:hover .card-icon {
    padding: 35px 35px 0;
    transition: .3s linear;
}

.card1:hover .card-icon>div {
    background: #d0da46;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 6px;
    transition: .3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card1:hover .card-icon>div>img:nth-child(2) {
    display: none;
    transition: .3s linear;
}

.card1 .card-icon>div>img:nth-child(1) {
    display: none;

}

.card1 .card-icon div {
    background: #d0da46;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;

}

.card1 .card-icon div>img:nth-child(2) {
    display: block;
    transition: .3s linear;
}

.card1 span {
    text-align: right;
    display: block;
    color: #d0da46;
    margin-top: 0px;
    margin-bottom: -10px;
    visibility: hidden;

}

.card1 span {
    font-weight: 600;
    transition: .3s linear;
}

.card1:hover span {
    visibility: visible;
    transition: .3s linear;
}

.card1:hover h3 {
    color: #000
}

.contact-icon1 {
    margin: 0 !important;
}

.contact-icon i {
    color: #000
}

.contact-form {
    background-color: #fff !important;
}

.contact-form .form-control {
    height: 50px !important
}

.contact-form textarea.form-control {
    height: 150px !important
}

.breaker-section::before,
.breaker-section1:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background: #f5f7da;
    ;
}

.breaker-section1:before {
    left: 0
}

.btn-5 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}

.btn-5:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #d0da46;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-5 span {
    color: 000;
    position: relative;
    transition: all 0.5s;
}

.btn-5:hover:before {
    transform: translateX(0);
    z-index: 0;
}

.btn-5:hover span {
    color: #000;
}


@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.home-box {
    padding: 30px;
    /* border: 1px solid #1a3c2b; */
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    color: #fff;
    border: 2px solid #fff;
}


@media (min-width: 1100px) and (max-width:1600px) {
    .propeone img {
        height: auto;
        width: 80px;
        transform: rotate(269deg);
        bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }
}

/* col-xxl */
@media (min-width: 1100px) and (max-width:1400px) {

    .custom-conatiner {
        margin-left: 0;
        margin-right: 0;
    }

    .imglayer-1,
    .imglayer-4 {
        margin-top: -10px;
    }

    /*.circleimg {
        left: 2%;
        width: 420px;
        height: 420px;
    }
*/
    .bg-abslt-patch::before {
        height: 67%;
    }

    .custom-pad-120 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

/* col-xl */
@media (min-width: 1300px) and (max-width:1400px) {
    .new-areas-list {
        padding: 12px 18px;
    }

    .border-box1 {
        min-height: 401px;
    }

    .border-box3 {
        min-height: 420px;
    }

    .border-box4 {
        min-height: 460px;
    }

    .border-box3.mh-auto {
        min-height: 300px;
    }

    .slide-text {
        top: 60% !important;
    }

    .propeone img {
        height: auto;
        width: 80px;
        transform: rotate(269deg);
        bottom: 20px;
    }
}

@media (min-width: 1200px) and (max-width:1299px) {
    .new-areas-list {
        padding: 12px 7px;
    }

    .border-box1 {
        min-height: 430px;
    }

    .border-box2 {
        min-height: 420px;
    }

    .border-box2 {
        min-height: 420px;
    }

    .border-box4 {
        min-height: 530px;
    }

    .border-box3.mh-auto {
        min-height: 300px;
    }

    .slide-text {
        top: 60% !important;
    }

    .propeone img {
        height: auto;
        width: 80px;
        transform: rotate(269deg);
        bottom: 20px;
    }
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
    .section2 .item .con {
        bottom: -70px;
    }

    .addresscontact {
        padding: 20px;
    }

    .custom-conatiner {
        margin-left: 0;
        margin-right: 0;
    }

    .imglayer-1,
    .imglayer-4 {
        margin-top: -10px;
    }

    .imglayer-layout img {
        width: 100%;
    }

    /*.circleimg {
        left: 2%;
        width: 350px;
        height: 350px;
    }*/

    .bg-abslt-patch::before {
        height: 67%;
    }

    .propeone img {
        height: auto;
        width: 80px;
    }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
    .mobile-menu {
        display: block;
        font-size: 20px;
        background: #fff;
        padding: 8px 20px;
        color: #292a60;
        cursor: pointer;
        margin: 0 auto;
        text-align: left;
    }

    .lognimgwrap-content {
        padding-top: 25px;
    }

    .custom-pad-no {
        background-color: #fff;
    }

    .mobile-menu i {
        float: right;
    }

    .cwdesign-header {
        position: relative;
        padding-top: 8px;
        top: auto;
        padding-bottom: 8px;
        background: #1a3c2b;
    }

    .custom-conatiner {
        margin-left: 0;
        margin-right: 0;
    }

    .imglayer-layout img {
        width: 100%;
        box-shadow: none;
    }

    .imglayer-1,
    .imglayer-4,
    .imglayer-2,
    .imglayer-3 {
        margin-top: 20px;
    }

    .custom-pad-120 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .bg-abslt-patch {
        background-color: #eaeaea;
    }

    .circleimg {
        position: static;
        left: 10%;
        width: auto;
        height: auto;
        border-radius: 0;
        top: 50%;
        transform: none;
        width: 100%;
        margin: 0 auto;
    }

    .circleimg img {
        border-radius: 0;
    }

    .bg-abslt-patch::before {
        background: transparent;
        display: none;
    }

    .addresscontact {
        margin-bottom: 0;
    }

    .footer-widget {
        margin-bottom: 15px;
    }

    .m-parallax-bg {
        background-image: none !important;
        min-height: auto !important;
    }

    .cwdesign-header .cwdesign-logo img {
        width: 140px;
    }

    .border-box1 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box2 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box3 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box4 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .contact-detail {
        margin-bottom: 30px;
    }

    /*.home-slide {
        position: relative !important;
    }*/

    .news-wrapper .news-description {
        min-height: auto;
    }

    .news-wrapper {
        min-height: auto;
    }

    .svg-patch-one {
        display: none;
    }

    .innersvg-patch {
        height: auto;
        padding: 22px;
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
    .cwdesign-wrap {
        z-index: 999;
    }

    .cwdesign-header .cwdesign-logo img {
        width: 100%;
        max-width: 120px;
    }

    .cwdesign-wrap {
        background-color: #000;
        border-left: 1px solid #000;
    }

    .cwdesign-menu>ul>li>a,
    .cwdesign-menu i,
    .cwdesign-menu-footer div.reservation .call {
        color: #fff;
    }

    .cwdesign-menu ul ul li a,
    .cwdesign-menu-sub ul li a:before {
        color: #fff;
    }

    .bgpath-color::before,
    .bgpath-color::after {
        width: 100%;
        height: 100%;
    }

    .innerbody-content {
        padding: 20px;
    }

    .section2 .item .con {
        position: relative;
        bottom: 0;
        background: #000;
    }

    .third-box {
        padding: 30px;
    }

    .home-parallax h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .parallax-window {
        height: 350px;
    }

    .innersvg-patch {
        height: auto;
        padding: 22px;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
    .addresscontact {
        padding: 15px;
    }

    .heading-h2 {
        font-size: 30px;
    }

    .news-section .item .con {
        margin: 0 10px;
        padding: 20px;
        bottom: 13px;
    }

    .btn-3 {
        font-size: 14px;
        padding: 6px 16px;
    }

    .heading-h1,
    .heading-h2 {
        font-size: 26px;
    }

    .section2 .item .con h5,
    .section2 .item .con h5 a {
        font-size: 20px;
    }

    .reservations .icon span {
        font-size: 24px;
    }

    /* .reservations .text {
        padding-left: 0;
    } */

    .fs-mail {
        font-size: 14px !important;
    }

    .cwdesign-wrap {
        width: 100%;
    }

    .testimonial-card {
        padding: 45px 20px 25px 30px !important;
    }

    .quote-img {
        top: 16px !important;
    }

    .info-wrap .dbox .icon {
        width: 40px !important;
        height: 40px !important;
    }

    .info-wrap .dbox .text {
        width: calc(100% - 33px) !important;
    }

    .info-wrap .dbox {
        padding: 10px !important;
    }
    .info-wrap {
        padding: 30px 20px !important;
    }

}

.testimonial-card {
    position: relative;
    border: solid 1px #1a3c2b;
    padding: 45px 50px 25px 60px;
    background-color: #1a3c2b;
    border-radius: 10px;
    color: #fff;
}

.post-txt {
    font-size: 20px;
    margin-bottom: 0;
}

.quote-img {
    position: absolute;
    top: 32px;
    left: 15px;
    width: 30px;
    height: 30px;
}

.nice-img {
    width: 20px;
    height: 25px;
    margin-bottom: 7px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #1a3c2b;
    margin-left: 85px;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.profile-pic i {
    font-size: 30px;
}

.profile-name {
    font-size: 22px;
}

.testimonial-content {
    margin-left: 150px;
    margin-top: 20px;
}

.contact-wrap {
    background: #fff;
}

.info-wrap {
    background: #1a3c2b;
     padding: 70px 50px;
}

.info-wrap h3,
.info-wrap h6 {
    color: #fff;
}

.info-wrap .dbox {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    background: #d3bf7e40;
    padding: 20px;
    border-radius: 6px;
}

.info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.info-wrap .dbox p {
    margin-bottom: 0;
}

.info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}

.info-wrap .dbox a {
    color: #fff;
}

.info-wrap .dbox a:hover {
    color: rgb(227 189 102 / 72%) !important;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.info-wrap .dbox .icon span {
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

@media (min-width: 992px) {
    .info-wrap {
        margin-top: -20px;
        margin-bottom: -20px;
        border-radius: 5px;
    }
}