@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: 'Open Sans', 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: #757272;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.bg-color1 {
    background-color: #666;
}

.bg-color2 {
    background-color: #000000;
}

.bg-color3 {
    background-color: #ECF0B3;
}

.text-color1 {
    color: #666 !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;
}

.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}

.home-parallax .container-fluid {
    position: relative;
    z-index: 9;
}

.parallax-window {
    height: 500px;
    background: transparent;
    display: table;
    width: 100%;
}

.home-slide {
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
}

/* navbar css */

#stuck_container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.isStuck {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #666666;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.home-page .header-top-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 999;
    background-color: transparent;
}

/*.header-top-fixed .top-contact-list li{
    color: #000;
  }*/
.wrapper {
    overflow: hidden;
}

.header-top-fixed {
    position: relative;
    width: 100%;
    z-index: 999;
    background-color: #6d6d6d;
}

/*.header-top-fixed .logo-new img{*/
/*    background: transparent;*/
/*}*/
.logo {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0;
    width: 150px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.isStuck .logo {
    width: 100px;
}


.home-page .logo img {

    border-radius: 15px 0;
    /*  background: rgb(255 255 255 / 28%);*/
}

.logo img {
    width: 100%;
    background: transparent;
}

.top-contact-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.top-contact-list {
    display: block;
    text-align: center;
    vertical-align: middle;
}

.top-contact-list.top-contact-right {
    display: block;
    text-align: right;
}

.top-contact-list li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding-right: 20px;
}

.top-contact-list li a i {
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 5px;
    color: #676767;
}

.top-contact-list li a i,
.top-contact-list li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 100%;
    font-weight: 600;
}

.top-contact-list li:last-child {
    padding-right: 0;
}

.top-contact-list li:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.top-contact-list li a:hover,
.top-contact-list li a:focus {
    color: #676767;
}

.social-links {
    display: block;
    text-align: left;
}

.social-links.footer-social-links {
    text-align: left;
}

.social-links li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.social-links li a {
    /*background-color: #f87e03;
      background-color: transparent;*/
    color: #fff;
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.social-links li a:hover {
    color: #676767;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu {
    display: none;
}

.nav-wrapper {
    padding: 10px;
    padding-right: 0;
}

.navigation {
    display: block;
    text-align: right;
}

.navigation>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*  margin-right: 0.9rem;*/
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 130%;
    left: auto;
    right: auto;
    width: 275px;
    z-index: 999;
    background-color: #217eac;
    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 15px;
    color: #000;
}

.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: 1px;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 8px 25px;
    transition: all 500ms ease 0s;
}

/*.isStuck .navigation a{
    color: #363636;
}*/

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.navigation>li.dropdown>a {
    padding-right: 22px;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
    color: #dfdfdf;
}

/*.isStuck .navigation li:hover a,
.isStuck .navigation li:focus a,
.isStuck .navigation li.active a {
    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;
    background-color: #676767;
}


.header-btn a {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 15px 0;
    padding: 20px 20px;
    color: #fff;
    text-transform: uppercase;
}

/*.isStuck .header-btn a{
    color:#363636;
    border-color:#363636;
}*/
.header-btn a:hover,
.header-btn a:focus {
    color: #fff;
    background-color: #676767;
}

@media (min-width: 1451px) and (max-width: 1500px) {
    .navigation a {
        font-size: 15px;
    }

}

@media (min-width: 1280px) and (max-width: 1710px) {
    .navigation a {
        font-size: 14px;
        padding: 8px 17px;
    }

    .top-contact-list li a i,
    .top-contact-list li a {
        display: inline-block;
        vertical-align: middle;
        font-size: 90%;
    }
}

/* .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 .cwdesign-nav-toggle i,
.cwdesign-header.scrolled .cwdesign-nav-toggle i:before,
.cwdesign-header.scrolled .cwdesign-nav-toggle i:after{
    background: #666 !important;
}
.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: 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: #666 !important;
}
.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-header.scrolled .cwdesign-nav-toggle.active i{
    background: transparent !important;
}
.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: #fff !important;
    -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: #fff !important;
    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: 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 #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: #666;
}
.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: #666;
    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: #666;
}
.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: #666;
    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: #666;
} */
.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: #666;
}

.cwdesign-menu-footer a {
    color: #666;
}

.cwdesign-menu-footer div.reservation .icon {
    position: absolute;
    left: 0;
    /* top: -50px; */
    width: 50px;
    height: 50px;
    background-color: #666;
    border: 1px solid #666;
    -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;
}

.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;
}

.section-testi {
    padding: 80px 50px;
}

.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: '\F133';
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #fff;
}

.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;
    color: #fff;
    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-1:hover {
    color: #fff;
}

.btn-3 {
    border: 1px solid #666;
    color: #fff;
    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 #666;
    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 #666;
    transform: translateX(-100%);
}

.btn-3:hover {
    color: #fff;
    border: 1px solid #fff;
}

.btn-1:hover:before {
    transform: translateX(0);
    z-index: -1;
    color: #fff;
}

.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: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #c5c5c5;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.heading-h1,
.heading-h2 {
    font-size: 46px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.heading-h2 {
    font-size: 40px;
}

.reservations {
    display: flex;
    align-items: start;
    margin: 10px 0;
    margin-top: 0;
}

.reservations .text a {
    font-size: 27px;
    color: #666;
    letter-spacing: -1px;
}


.color-1 {
    color: #c7c7c7 !important;
}

.reservations .icon {
    position: relative;
    /*transform: rotate(32deg);*/
    top: 0px;
}

.reservations .text {
    padding-left: 15px;
}

.reservations .text p {
    font-size: 17px;
    margin: 0;
    color: #666;
}

.phonewrap-footer .reservations .text p {
    color: #c7c7c7;
}

.reservations .icon span {
    font-size: 40px;
    color: #666;
}

.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: 'Open Sans', 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(4, 4, 4, .85) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(4, 4, 4, .85) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(4, 4, 4, .85) 90%);
}

.section2 .item .con h6,
.section2 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', 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: 'Open Sans', 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: #666;
}

.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: 'Open Sans', 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: 'Open Sans', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.news-section .item .date i {
    font-family: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}

.news-section .item .con h5:hover,
.news-section .item .con h5 a:hover {
    color: #666;
}

.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: 40%;
    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: #000;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgb(64 64 64 / 80%);
    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;
}

.third-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
}


@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;
    font-size: 18px;
}

.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: 'Open Sans', sans-serif;
    color: #fff;
    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: #666;
}

.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/slider01.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: #fff;
    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-widget .widget-content p {
    color: #c7c7c7;
}

.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: 10px;
    color: #c7c7c7;
    border: 1px solid #fff;
}

.footersocial a :hover {
    color: #fff;
}

.footersocial a>i {
    font-size: 18px;
}

.logo-slider .item img {
    width: 142px;
    /*  height: 170px;*/
    /* padding: 50px; */
    /* border-radius: 50%; */
}

.logo-slider .item {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #c9c9c9;
}

.logo-slider .owl-nav {
    display: none;
}

.logo-slider .owl-dots {
    display: none;
}

.logo-slider .item h4 {
    font-size: 20px;
}

.asso {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    z-index: 1;
    margin-bottom: -80px;
}

/*.asso1{
    position: relative;
    z-index: 1;
} 
.asso1:before{
    content: "";
    background-color: #ddd;
    width: 1420px;
    height: 100%;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    z-index: -1;
    bottom: -73px;
    border-radius: 83px;
}*/

.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: #dbdbdb;
}

.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: #3c3c3c;
    padding-top: 120px !important;
}

.phonewrap-footer .reservations .icon span {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.phonewrap-footer .reservations .text a {
    font-size: 18px;
}

.phonewrap-footer .reservations .text a:hover {
    color: #fff !important;
}

.phonewrap-footer .reservations .text {
    padding-left: 0;
}

.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;
}

.copyright p span {
    color: #000;
}


.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: #666;
    padding: 45px;
    margin-bottom: -75px;
}

.addresscontact .btn-2 {
    display: flex;
    margin: 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: #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);
    }
}

#loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #666;
    transition: .3s;
}

#loadMore:hover {
    color: #666;
    background-color: #fff;
    border: 1px solid #666;
    text-decoration: none;
}

.content {
    display: none;
}

/*.service-box.content {
    padding: 25px;
    background-color: #e9e9e9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 0 0px 30px;
    width: 100%;
    
  }
  */
.service-box.new-box1 {
    min-height: 560px;
}

.service-box-img {
    width: 100%;
    /* height: 230px; */
    margin-bottom: 30px;
    overflow: hidden;
}

.service-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.service-box:hover img {
    transform: scale(1.15);
}

.service-box-btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.8px;
    text-align: center;
    background: #4ac35d;
    border-radius: 0px 0px 5px 5px;
    z-index: 1;
    text-transform: uppercase;
}

.service-box-btn a::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    background: #000000;
    border-radius: 0px 0px 5px 5px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.service-box-btn a:hover::after {
    height: 100%;
    opacity: 1;
    top: auto;
    bottom: 0;
}

.btn1,
.btn2 {
    padding: 15px 30px;
    border: 2px solid #fff;
    font-size: 16px;
    background-color: transparent;
    border-color: #676767;
    /* transition: 0.5s; */
    display: inline-block;
    border-radius: 15px 0;
    color: #676767;
    font-weight: 400;
}

.btn1:hover {
    color: #fff;
    background-color: #676767;
    border-color: #676767;
}

.servies-box {
    position: relative;
    overflow: hidden;
}

.servies-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: brightness(0.9);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: 0.6s;
}

.service-content .service-head {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    width: 100%;
    transition: 0.6s;
    top: 0;
    left: 0;
}

.service-content .service-head h4 {
    margin-bottom: 0px;
    position: absolute;
    font-size: 23px;
    line-height: 1.3;
    bottom: 20px;
    width: 100%;
    color: #ffffff;
    transition: 0.5s;
    font-weight: bold;
}

.service-content:hover .service-head h4 {
    top: 50%;
    transform: translateY(-10%);
}

.servies-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    webkit-filter: blur(4px);
    filter: blur(4px);
}

.service-content:hover {
    background-color: #656565c0;
}

.blog-card {
    position: relative;
    margin-bottom: 30px;
}

.blog-card__image {
    position: relative;
    overflow: hidden;
    border: 2px solid #666;
}

.blog-card__image img {
    transition: 0.5s;
    background-size: cover;
    width: 100%;
}

.blog-card__image img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.blog-card__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 55%);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover .blog-card__image img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.blog-card:hover .blog-card__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card__content {
    background-color: #fff;
    padding: 23px 18px 33px;
    border-radius: 10px;
    text-align: center;
    margin: -25px 10px 0;
    position: relative;
    z-index: 10;
    transition: all 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.blog-card:hover .blog-card__content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.blog-card__title {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: bold;
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    border-bottom: 1px solid #666;
}

.blog-card__title a:hover {
    background-size: 100% 1px;
}

.blog-card__title a:hover {
    color: #000;
}

/*.blog-card__text {
  margin: 0 0 25px;
}*/
.blog-card__link {
    color: #636363;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding: 0 15px 0 9px;
    transition: 0.3s all ease;
    position: relative;
}

.blog-card__link::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background-color: #666;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-card__link i {
    font-size: 20px;
    margin-right: 15px;
    color: #fff;
    transition: 0.3s all ease;
}

.blog-card__link:hover {
    color: #fff;
}

.blog-card__link:hover::before {
    width: 100%;
}

.area-box {
    padding: 15px 25px;
    border: 1px solid #686868;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.inner-box {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inner-box1 {
    border: 2px solid #666666;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inner-box2 {
    border: 2px dashed #666666;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inner-box3 {
    border: 2px solid #666666;
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.inner-box4 {
    border: 5px solid #666666;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.address-box {
    margin-bottom: 12px;
}

.address-box .address-icon-holder {
    float: left;
    font-size: 16px;
    margin-right: 15px;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

.address-box .address-content {
    position: relative;
    overflow: hidden;
}

.address-box a:hover {
    color: #000;
}

.contact-wrap {
    text-align: center;
}

.contact-wrap .address-icon-holder {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #666666;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}

.contact-wrap .address-icon-holder:before {
    display: none;
}

.contact-wrap .address-content {
    background-color: #eee;
    padding: 60px 20px 20px;
    margin-top: -40px;
    min-height: 160px;
}

.contact-wrap .address-content strong {
    font-size: 18px;
}

.address-box .address-icon-holder:before {
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: '';
    left: 10px;
}

.contact-sec-form {
    padding: 30px;
    background-color: #eee;
}



@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }
}

@media (min-width: 1200px) and (max-width:1700px) {
    /* .cwdesign-nav-toggle.active i:before,
    .cwdesign-nav-toggle.active i:after{
        background: #000 !important;
    } */
}



/* 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: 50% !important;
    }

    .logo {
        width: 110px;
    }

    .blog-card__title {
        font-size: 19px;
    }
}

@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;
    }

    .navigation a {
        font-size: 15px;
        padding: 8px 12px;
    }

    .blog-card__title {
        font-size: 17px;
    }

}

/* 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) {
    .nav-wrapper {
        padding: 0;
    }

    .width-50 {
        width: 100%;
    }

    .hcCqAM {
        z-index: 99 !important;
    }

    .asso1 {
        text-align: center;
        margin-bottom: 20px;
    }

    .home-page .header-top-fixed {
        position: relative;
        background-color: #666666;
    }

    .header-top-fixed {
        position: static;
        background-color: #666666;
    }

    .mobile-menu {
        display: table;
        font-size: 20px;
        border: 1px solid #fff;
        padding: 10px 14px;
        color: #fff;
        background-color: #676767;
        cursor: pointer;
        margin: 20px auto 10px;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -300px;
        width: 255px;
        height: 100%;
        overflow-x: scroll;
        z-index: 99999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #221e1f;
        padding-top: 0;
    }

    .navigation {
        text-align: left;
    }

    .nav-wrapper.open {
        right: 0;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child {
        display: block;
    }

    .navigation li a {
        padding: 10px 20px;
        color: #fff;
    }

    .navigation a {
        border-radius: 0;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background-color: #676767;
        color: #ffffff;
    }

    .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;
    }

    .head-btn {
        font-size: 12px;
    }

    /*.logo img{
        width: 50%;
      }*/
    .home-page .logo img {
        width: 100%;
    }

    .top-contact-wrap {
        justify-content: center;
    }

    .top-contact-list li {
        color: #666;
    }

    .home-page .logo img {
        width: 100%;
    }


    /* .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: #666;
	} */
    .addresscontact {
        margin-bottom: 0;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .m-parallax-bg {
        background-image: none !important;
        min-height: auto !important;
    }

    /* .cwdesign-header .cwdesign-logo img {
        width: 160px;
    } */
    .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-nav-toggle i, .cwdesign-nav-toggle i:before, .cwdesign-nav-toggle i:after{
        background: #fff !important;
    } */

    .col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
    .logo {
        display: block;
        margin: 10px auto;
        width: 30%;
    }
}

/* 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;
	} */
    .section2 .item .con {
        position: relative;
        bottom: 0;
        background: #666;
    }

    .third-box {
        padding: 30px;
    }

    .home-parallax h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .parallax-window {
        height: 350px;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
    .logo {
        display: block;
        margin: 10px auto;
        /*        width: 50%;*/
    }
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
    .logo {
        display: block;
        margin: 10px auto;
        /*        width: 80%;*/
    }

    .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;
    }

    .reservations .text a {
        font-size: 17px;
    }

    .service-style1__single .overlay-text {
        padding: 17px 12px;

    }

    .service-style1__single .title-box h3 {
        font-size: 18px;
    }

    .service-style1__single .overlay-text {
        position: relative;
        bottom: 0;
    }

    .service-style1__single .overlay-text p {
        margin-bottom: 0;
    }

    .service-style1__single.content {
        padding: 17px 18px 13px;
    }

    .logo-slider .item img {
        width: 100%;
    }

    .logo-slider .item {
        border: none;
    }

    .section-testi {
        padding: 40px 30px;
    }

    .reservations .icon span {
        font-size: 34px;
    }

    .blog-card__title {
        font-size: 17px;
    }

    .inner-box {
        padding: 15px;       
    }
}