@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;
    font-family: 'Gilda Display', serif;
}

.bg-color1 {
    background-color: #11674f;
}

.bg-color2 {
    background-color: #1a3c2b;
}

.bg-color3 {
    background-color: #ECF0B3;
}

.text-color1 {
    color: #11674f !important;
}

.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: 600px;
    background: transparent;
    display: table;
    width: 100%;
}

.home-slide {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    content: '';
    /* text-align: center; */
    width: 100%;
    top: 70%;

}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    margin-bottom: 20px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25em;
}

/* .logo {
    display: inline-block;
    margin: 5px auto;
}

.logo .img-fluid {
    max-width: 70%;
}

.mobile-menu {
    display: none;
}

.cwdesign-header {
    padding: 5px 0;
    position: absolute;
    top: auto;
    z-index: 9999;
    width: 100%;
    background: transparent;
}

.cwdesign-header .cwdesign-logo {
    line-height: 0;
    padding: 10px 0;
    color: #fff;
    display: inline-block;
} */

/* .cwdesign-header .cwdesign-logo img {
    width: 180px;
} */

/* .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: #fff;
    -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;
}

.cwdesign-header.scrolled .cwdesign-logo {
    line-height: 1em;
    padding: 10px 0;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    font-weight: 300;
}

.cwdesign-header.scrolled .cwdesign-logo img {
    width: 250px;
}

.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: #fff;
}

.cwdesign-wrap-burger-wrap {
    position: relative;
    z-index: 1022;
}

.cwdesign-nav-toggle {
    width: 102px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -15px;
    z-index: 109;
    display: flex !important;
    align-items: center;
    gap: 10px;
    float: right;
    right: 0;   
    border-bottom: none !important;
}

.cwdesign-nav-toggle span {
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    font-family: 'Gilda Display', serif;
}

.scrolled .cwdesign-nav-toggle span {
    color: #11674f
}

.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;   
    width: 25px;
    height: 2px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.scrolled .cwdesign-nav-toggle i {
    background: #11674f
}

.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menu-open .cwdesign-nav-toggle i,
.menu-open .cwdesign-nav-toggle i:after,
.menu-open .cwdesign-nav-toggle i:before{
    background: #11674f 
}
.menu-open .cwdesign-nav-toggle span{
    color: #11674f
}
.scrolled .cwdesign-nav-toggle i:before,
.scrolled .cwdesign-nav-toggle i:after {
    background: #11674f
}

.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: 340px;
    -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: 180px;
    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 #dddddd;
}

.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: #11674f;
}

.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: #11674f;
    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 {
    color: #11674f;
}

.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: #11674f;
    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: #11674f;
}

.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: #11674f;
}

.cwdesign-menu-footer a {
    color: #11674f;
}

.cwdesign-menu-footer div.reservation .icon {
    position: absolute;
    left: 0;   
    width: 50px;
    height: 50px;
    background-color: #11674f;
    border: 1px solid #11674f;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}

.cwdesign-menu-footer div.reservation a .icon i {
    color: #fff;
    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;
    z-index: 0;
}

.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;
    color: #11674f;
}

.areas-list li:before {
    content: '\F3E7';
}

.list2 li:before {
    color: #fff;
}

.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: 45px;
    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: #11664e;
    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;
    color: #1a8567;
    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 #11674f;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.btn-1:hover {
    color: #fff !important
}

.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 #11674f;
    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 #11674f;
    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;
    color: #11674f;
    letter-spacing: -1px;
}

.form-section .reservations .text a {
    color: #fff !important
}

.form-section .reservations .icon span {
    color: #fff !important
}

.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;
    color: #11674f;
}

.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: -52px;
    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: #11674f;
}

.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: #11674f;
}

.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: 35%;
    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: transparent;
    color: #11674f;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid #11674f;
    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: transparent;
    color: #000
}

.third-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
}


@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: 65px;
}

.testimonials .item .info h6 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    color: #2aa683;
    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: #11674f;
}

.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/bg2.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;
    color: #1a8567;
    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: #11674f;
}

.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: #11674f;
    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 / 20%) 0%, rgb(0 0 0 / 71%) 100%);
}

.addresscontact {
    position: relative;
    background: #11674f;
    padding: 45px;
    margin-bottom: -75px;
}

.addresscontact .btn-2 {
    display: flex;
    margin: 1rem 0;
}

.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: #107261;
}

.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: #fff
}

.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);
    }
}


.header-contact-list {
    display: flex;
    gap: 20px;
}

.header-contact-list {
    display: flex;
    gap: 30px;
}

.header-contact-list .reservations .text a {
    font-size: 22px;
    color: #11674f;
    letter-spacing: -1px;
}

.gallery-service-sec .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%);
}

.gallery-service-sec .owl-theme .owl-nav button {
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #000;
    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);
}

.gallery-service-sec .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.gallery-service-sec .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.gallery-service-sec .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #000;
}

.gallery-service-sec .services-slider {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #11674f !important;
    border: 1px solid #11674f;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2scubic-bezier(.3, .58, .55, 1);
    transition: .2scubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.qode_left_side_fixed {
    left: auto;
    top: 42%;
    right: 0;
    transform-origin: bottom right 0;
    background-color: #11674f;
    padding: 9px 9px;
    position: fixed;
    z-index: 999;
}

.qode_left_side_fixed img {
    margin-right: 10px;
    width: 20px;
    height: auto;
}

.qode_left_side_fixed a {
    color: #000;
    font-size: 20px;
    display: block;
    padding: 8px;
    border-bottom: 1px solid #fff;
}

.qode_left_side_fixed a:last-child {
    border-bottom: 0px;
}

.gallery-service-sec .inner-service .owl-nav button.owl-prev {
    left: 0px;
}

.gallery-service-sec .inner-service .owl-nav button.owl-next {
    right: 0px;
}

.gallery-tittle h5 {
    margin-bottom: 0;
    padding: 20px 10px;
    background-color: #11674f;
    height: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qualities-section {
    /* margin-top: -80px; */
    position: relative;
    z-index: 11;
}

.quality-box {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    /* height: 100%; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.quality-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #117865, #0f5b4f);
    opacity: 0;
    transition: 0.4s;
    z-index: 0;
}

.quality-box * {
    position: relative;
    z-index: 2;
}

.quality-box:hover::before,
.quality-box.active::before {
    opacity: 1;
}

.quality-box:hover {
    transform: translateY(-10px);
    color: #fff;
}

.quality-box.active .icon-box {
    transform: none;
    outline: 2px solid #fff;
    outline-offset: 5px;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #11674f;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 30px;
    margin: 0 auto 20px;
    transition: 0.4s;
    outline: 2px solid #107261;
    outline-offset: 5px;
}

.quality-box:hover .icon-box,
.quality-box.active .icon-box {
    background: #fff;
    color: #11674f;
    outline: 2px solid #fff;
}

.quality-box h4 {
    margin-bottom: 10px;
}

.quality-box:hover.quality-box h4 {
    color: #fff
}

.quality-box .line {
    width: 50px;
    height: 3px;
    background: #11674f;
    margin: 15px auto;
    transition: 0.4s;
}

.quality-box:hover.quality-box .line,
.quality-box.active.quality-box .line {
    background: #fff;
}

.quality-box p {
    font-size: 15px;
    line-height: 1.7;
}

.jLKkbH,
.iCcBam {
    z-index: 0 !important;
}


/* header sec start  */

.call-us-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-us-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll {
    background-color: #fff;
    color: #01000f !important;
}

.home-page .header {
    background-color: #ffffff8c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header {
    position: relative;
}

.headerpart2 {
    display: none;
}

.logo {
    display: inline-block;
    /* vertical-align: top; */
    margin: 20px 0;
    width: 100%;
    transition: 0.6s;
}

.scroll .logo {
    width: 250px;
    margin: 10px 0;
}

.text-right {
    text-align: end;
}

.text-left {
    text-align: start;
}


.mobile-menu {
    display: none;
}

.navigation {
    /* display: block;
	text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: #000000;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block;
}

.navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    background-color: #ffffff;
    padding: 8px 10px;
    color: #000;
    border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

/* .navigation>li:first-child {
	display: none;
} */

.navigation a {
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 500;
    color: #000;
    padding: 10px 25px;
    font-size: 16px;
    transition: all 500ms ease 0s;
    font-weight: 400;
    font-style: normal;
}

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 29%;
    right: 4px;
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
    color: #fff;
    background-color: #11674f;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
    color: #fff;
    background-color: #11674f;
    /* background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.curved-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.logo-container {
    position: absolute;
    bottom: -1px;
    right: 80px;
    transform: translateX(-50%);
    display: flex;
}

.logo-container img{
    width: 140px;
    margin-right: 15px;
}

.logo-container img:last-child{
    margin-right: 0;
}

.home-parallax1 {
  position: relative;
  overflow: hidden;
}

.home-parallax1 .container-fluid {
  position: relative;
  z-index: 9;
}

.sub-banner-overlay {
  background: rgb(32, 32, 32);
  background: linear-gradient(180deg, rgba(32, 32, 32, 0.40379901960784315) 29%, rgb(11, 38, 31) 98%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-slide1 {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.btn-grad {
    background-image: linear-gradient(135deg, #117865, #0f5b4f, #ffffff);
}
.btn-grad {
  margin: 10px 0;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: inline-block;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.triangle-section::before {
    position: absolute;
    content: '';
    background-color: #0b6a5133;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    height: 260px;
    width: 210px;
    bottom: 0;
    left: 0;
    background-attachment: fixed;
    -webkit-animation: upNdown 5s infinite linear;
    animation: upNdown 5s infinite linear;
}

.br-20 {
    border-radius:20px;
}
 @-webkit-keyframes upNdown {
    0% { }
    50% { transform: translate(-50px); }
    100% { }
}
@keyframes upNdown {
    0% { }
    50% { transform: translate(-50px); }
    100% { }
}

.divider {
  max-width: 150px;
  height: 4px;
  background-color: #0b6a51;
  margin-bottom: 15px;
}

.divider.white-border{
background-color:#fff;
}


@media (max-width: 1680px) {
    .logo-container {
        right: -20px;
    }

    .logo-container img{
        width: 120px;
    }
}

@media(min-width: 1441px) and (max-width: 1500px) {

    .scroll .logo {
        width: 150px;
    }

    .triangle-section::before {
        height: 260PX;
        width: 140px;
    }
}

@media(min-width: 1301px) and (max-width: 1440px) {
    .navigation a {
        padding: 10px 30px;
        /* font-size: 15px; */
    }

    .scroll .logo {
        width: 150px;
    }

    .triangle-section::before {
        height: 260PX;
        width: 130px;
    }
}

@media(min-width: 1200px) and (max-width: 1300px) {
    .navigation a {
        padding: 10px 25px;
        /* font-size: 15px; */
    }

    .scroll .logo {
        width: 150px;
    }

    .logo-container {
        right: -20px;
    }

    .logo-container img {
        width: 100px;
    }

    .triangle-section::before {
        height: 283PX;
        width: 120px;
    }
}

@media(min-width: 320px) and (max-width:1199px) {

    .header {
        position: relative;
    }

    .home-page .header {
        position: relative;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        color: #000 !important;
        /*background-color: #000;*/
    }

    .navigation li.dropdown>.dropdown-menu li a:hover,
    .navigation li.dropdown>.dropdown-menu li a:focus,
    .navigation li.dropdown>.dropdown-menu li.active a {
        color: #fff !important;
        background-color: #0b6a51;
    }

    .headerpart1 {
        display: none;
    }


    .headerpart2 {
        display: block;
    }

    .header-right {
        text-align: center;
    }

    .mobile-menu {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        background: #0b6a51;
        padding: 8px 14px;
        color: #fff;
        cursor: pointer;
        margin: 10px auto;
    }

    .small-menu {
        text-align: center;
    }

    .logo-sec {
        text-align: center;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -300px;
        width: 255px;
        height: 100%;
        overflow-x: scroll;
        z-index: 999999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #000;
        padding-top: 0;
    }

    .navigation {
        display: block;
        text-align: left;
    }

    .nav-wrapper.open {
        right: 0;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child a {
        display: block;
        background-color: #01000f;
    }

    .navigation li a {
        background-color: #000;
        padding: 10px 20px;
        color: #fff !important;
    }

    .navigation a {
        border-radius: 0;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background-color: #0b6a51;
        color: #fff !important;
    }

    .navigation>li:first-child {
        display: block;
        background-color: #01000f;
    }

    .navigation>li.dropdown>a:after {
        right: 20px;
    }

    .navigation li.dropdown>.dropdown-menu,
    .navigation li.dropdown:hover>.dropdown-menu {
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        padding: 10px 10px 10px 30px;
    }

    .logo-container {
        display: none;
    }

    .triangle-section::before {
        display: none;
    }
}


/* header sec end  */


.page-banner {
    height: 480px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner1{
    height: 670px;
}

.inner-box {
    padding: 30px;
    background-color: #0b6a51;
    color: #fff;
    width: 100%;
}

.inner-box1 {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
}

.inner-box2 {
    padding: 30px;
    background-color: #0b6a51;
    outline: 2px solid #fff;
    outline-offset: -10px;
    color: #fff;
    width: 100%;
}

.inner-box3 {
    padding: 30px;
    border: 1px solid #0b6a51;
    width: 100%;
}

.area-box {
    padding: 15px 25px;
    background-color: #0b6a51;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.area-box:hover,
.area-box:focus {
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }

    .btn-grad{
        padding: 15px 25px;
    }
}

/* col-xxl */

/* 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;
    }
}

@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;
    }

}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
    .section2 .item .con {
        bottom: -70px;
    }

    .addresscontact {
        padding: 20px;
    }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {

    .headerpart2 {
        display: block;
        position: relative;
    }

    .logo {
        width: 50%;
    }


    /* .cwdesign-wrap-inner {
        position: relative;
        top: 215px;
    }

    .cwdesign-logo-wrap{
        display: flex;
        justify-content: center;
    } */

    /* .cwdesign-menu ul {
        margin-top: 100px;
    }    */

    /* .mobile-menu {
        display: block;
        font-size: 20px;
        background: #fff;
        padding: 8px 20px;
        color: #292a60;
        cursor: pointer;
        margin: 0 auto;
        text-align: left;
    }

    .mobile-menu i {
        float: right;
    } */

    .cwdesign-header {
        position: relative;
        padding-top: 8px;
        top: auto;
        padding-bottom: 8px;
        background: rgb(255 255 255 / 60%);
    }

    .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: 210px;
        padding: 0 10px;
    }

    .cwdesign-header.scrolled .cwdesign-logo img {
        width: 180px;
    }

    .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;
    }

    .cwdesign-header {
        position: relative;
        padding-top: 8px;
        top: auto;
        padding-bottom: 8px;
        background: #11674f;
        /* border-bottom: 0.5px solid #dfdfdf; */
    }

    .gallery-service-sec .owl-theme .owl-nav.disabled+.owl-dots {
        display: none;
    }

    .gallery-service-sec .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .qualities-section {
        margin-top: 0;
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
    .iCcBam {
        /*z-index: 9999999 !important;*/
    }
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {

    /* .cwdesign-header .cwdesign-logo img {
	    width: 100%;
	    max-width: 120px;
	}
	.cwdesign-wrap-burger-wrap{
        display: flex;
        justify-content: center;
    } */
    .section2 .item .con {
        position: relative;
        bottom: 0;
        background: #11674f;
    }

    .third-box {
        padding: 30px;
    }

    .home-parallax h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .header-contact-list {
        justify-content: center;
    }
    
    .parallax-window {
        background: #0b6a51 !important;
        height:auto;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
    .logo {
        width: 60%;
    }
    
    .iCcBam {
        /*z-index: 9999999 !important;*/
    }
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
    .mobile-icons {
        display: block;
        text-align: center;
    }

    .mobile-icons i {
        font-size: 25px;
        margin: 5px;
    }

    .logo {
        width: 100%;
    }

    .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;
    }

    .header-contact-list {
        display: block;
        ;
        gap: 30px;
    }

    .cwdesign-logo-wrap {
        display: flex;
        justify-content: center;
    }

    .quality-box {
        background: #ffffff;
        padding: 30px 20px
    }

    .cwdesign-header .cwdesign-logo img {
        width: 170px;
        padding: 0 10px;
    }

    .cwdesign-header.scrolled .cwdesign-logo img {
        width: 160px;
    }

    .reservations .text a {
        font-size: 17px;
    }

    .reservations .text {
        padding-left: 8px;
    }

    .reservations .text p {
        font-size: 14px;
    }

    .reservations .icon span {
        font-size: 20px;
    }

    .btn-1,
    .btn-3 {
        margin-bottom: 0px;
    }

    .page-banner {
        height: 300px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 30px;
    }

    .inner-box {
        padding: 15px;
    }

    .inner-box1 {
        padding: 15px;
    }

    .inner-box2 {
        padding: 20px;
    }

    .inner-box3 {
        padding: 15px;
    }

    .contact-detail {
        padding: 60px 6px 20px;
    }

}