 @font-face {
   font-family: 'avenirbook';
   src: url('../fonts/avenir_book-webfont.woff2') format('woff2'),
     url('../fonts/avenir_book-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;

 }

 @font-face {
   font-family: 'Didot Title';
   src: url('../fonts/DidotTitle.woff2') format('woff2'),
     url('../fonts/DidotTitle.woff') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
 }

 @font-face {
   font-family: 'Nocturne Serif ExtraThin';
   src: url('../fonts/NocturneSerif-ExtraThinItalic.woff2') format('woff2'),
     url('../fonts/NocturneSerif-ExtraThinItalic.woff') format('woff'),
     url('../fonts/NocturneSerif-ExtraThinItalic.ttf') format('truetype');
   font-weight: 100;
   font-style: italic;
   font-display: swap;
 }

 @font-face {
   font-family: 'Nocturne Serif';
   src: url('../fonts/NocturneSerif-Regular.woff2') format('woff2'),
     url('../fonts/NocturneSerif-Regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
 }

 @font-face {
   font-family: 'Nocturne Serif';
   src: url('../fonts/NocturneSerif-ExtraLight.woff2') format('woff2'),
     url('../fonts/NocturneSerif-ExtraLight.woff') format('woff');
   font-weight: 200;
   font-style: normal;
   font-display: swap;
 }

 body {
   font-size: 18px;
   line-height: 28px;
   font-weight: 300;
   font-family: 'avenirbook';
   font-style: normal;
   color: #000;
   text-align: left;
   background-color: rgb(248 247 242);
   cursor: none !important;
 }

 .avenirbook-font {
   font-family: 'avenirbook' !important;
 }

 .nocturne-serif_font300 {
   font-family: "Nocturne Serif", serif !important;
   font-weight: 300;
 }

 .nocturne-serif_font {
   font-family: "nocturne-serif-lights", serif !important;
 }

 .nocturne-extrathin-italic {
   font-family: "Nocturne Serif ExtraThin", serif !important;
 }

 *,
 ul,
 ol {
   margin: 0;
   padding: 0;
 }

 ul,
 ol {
   list-style-type: none;
 }

 b,
 strong {
   font-weight: bold;
 }

 a {
   color: inherit;
   text-decoration: none;
 }

 a:hover,
 a:focus {
   color: inherit;
   outline: none;
   text-decoration: none;
 }

 p {
   font-size: 18px;
   line-height: 28px;
   letter-spacing: 0.9px;
 }

 footer p,
 header p {
   font-size: 16px;
   line-height: 28px;
   font-weight: 300;
 }

 .font-22 {
   font-size: 22px;
 }

 /*cursor*/
 .cursor {
   position: fixed;
   top: 0;
   left: 0;
   width: 13px;
   height: 13px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.6);
   /* white + opacity */
   pointer-events: none;
   transform: translate(-50%, -50%);
   transition: width 0.25s ease, height 0.25s ease, background 0.25s ease;
   z-index: 9999;
   mix-blend-mode: difference;
   /* <-- essential for color inversion */
 }

 /* On hover over text or link */
 .cursor.hover {
   width: 20px;
   height: 20px;
   background: rgba(255, 255, 255, 1);
   /* brighter white */
 }

 /* Optional smooth text transitions */
 * {
   transition: color 0.3s ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin-top: 0;
   margin-bottom: 15px;
   color: #000;
   font-family: 'Didot Title';
   font-weight: 300;
   letter-spacing: 3px;
 }

 .bg-color1 {
   background-color: #79867c;
 }

 .bg-color2 {
   background: rgb(35 31 32);
 }

 .bg-color3 {
   background-color: rgb(248 247 242);
 }

 .bg-color4 {
   background-color: #36454f !important;
 }

 .bg-color5 {
   background-color: #5a5758;
 }

 .width-40 {
   width: 40%;
 }

 .width-50 {
   width: 50%;
 }

 .width-60 {
   width: 60%;
 }

 .flexbox {
   display: -webkit-box;
   display: flex;
 }

 .flexbox .element {
   height: 100%;
 }

 .pseudoStickyBlock {
   height: 0 !important;
 }

 .img-curve {
   position: relative;
   z-index: 99;
   margin-top: -120px;
 }

 .img-curve2 {
   position: relative;
   z-index: 99;
   margin-bottom: -111px;
 }

 .img-curve4 {
   position: relative;
   z-index: 99;
   margin-top: -134px;
 }

 .img-curve5 {
   position: relative;
   z-index: 99;
   margin-bottom: -120px;
 }

 .img-curve6 {
   position: relative;
   z-index: 99;
   margin-top: -134px;
 }

 .img-curve7 {
   position: relative;
   z-index: 99;
   margin-bottom: -119px;
 }

 .next-btn {
   color: #fff;
   font-family: "Nocturne Serif", serif !important;
   font-weight: 400;
   font-size: 22px;
   line-height: 35px;
   text-decoration: underline;
   font-weight: 400;
   letter-spacing: 3px;
   transition: all 0.2s ease;
 }

 .next-btn:hover,
 .next-btn:focus {
   color: #ddd;
   text-decoration: underline;
 }

 .btn1,
 .btn2 {
   padding: 15px 30px;
   border: 2px solid #fff;
   font-size: 16px;
   background-color: transparent;
   border-color: #585858;
   /*transition: 0.5s;*/
   display: inline-block;
   border-radius: 15px 0;
   color: #585858;
   font-weight: 400;
 }

 .btn2 {
   border-color: #fff;
   color: #fff;
 }

 .btn1:hover {
   color: #fff;
   background-color: #585858;
   border-color: #585858;
 }

 .btn2:hover {
   color: #fff !important;
   background-color: #585858;
   border: 2px solid #585858;
 }

 .btn01 {
   padding: 10px 30px;
   background-color: transparent;
   border: 5px solid #79867c;
   border-radius: 5px;
   position: relative;
   z-index: 9;
 }

 .btn01:hover {
   background-color: #79867c;
   color: #fff;
 }

 .btn02 {
   background-color: #79867c;
   padding: 10px 30px;
   color: #fff;
   border: 2px solid #79867c;
   position: relative;
   z-index: 9;
 }

 .btn02:hover {
   background-color: #000;
   border-color: #000;
 }

 .text-color1 {
   color: #cac7b6;
 }

 .text-color2 {
   color: #ecb512;
 }

 .fw400 {
   font-weight: 400;
 }

 .sub-title {
   font-size: 20px;
 }

 #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;
   -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);
 }

 .isStuck .cwdesign-header {
   background-color: transpatent !important;
   /*background-color: #79867c !important;
   background-image: url(../images/footer-bg.jpg); 
  background-size: cover;
  background-position: center;*/
   /* -webkit-box-shadow: 0 4px 8px 0 #484343;
  box-shadow: 0 4px 8px 0 #484343;*/
 }

 .home-page .header-top-fixed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   content: '';
   z-index: 999;
   background-color: transparent;
 }

 /* .wrapper {
  overflow: hidden;
} */

 .header-top-fixed {
   position: relative;
   width: 100%;
   z-index: 999;
   background-color: #191b22;
 }

 /*.header-top-fixed .logo-new img{*/
 /*    background: transparent;*/
 /*}*/
 .logo {
   display: inline-block;
   vertical-align: top;
   margin: 0px 0;
 }

 .home-page .logo img {
   width: 90%;
   /*  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: #fbc00a;
 }

 .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: #fbc00a;
 }

 .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;
   -o-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
 }

 .social-links li a:hover {
   color: #fbc00a;
   -webkit-transform: rotate(360deg);
   -moz-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 .mobile-menu {
   display: none;
 }

 .cwdesign-header {
   padding: 0;
   position: absolute;
   top: 0;
   z-index: 9999;
   width: 100%;
   padding-top: 10px;
   padding-bottom: 10px;
   /* background: #79867c; */
 }

 .cwdesign-header .cwdesign-logo {
   line-height: 0;
   padding: 0;
   color: #fff;
   display: inline-block;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
 }

 .cwdesign-header .cwdesign-logo img {
   width: 207px;
   margin: 15px 0 0;
 }

 .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: 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: 0 !important;
 }

 .cwdesign-nav-toggle i,
 .cwdesign-nav-toggle i:before,
 .cwdesign-nav-toggle i:after {
   background: #fff !important;
 }

 .cwdesign-nav-toggle.active i:before,
 .cwdesign-nav-toggle.active i:after {
   background: #000 !important;
 }

 .cwdesign-nav-toggle:hover i,
 .cwdesign-nav-toggle:hover i:before,
 .cwdesign-nav-toggle:hover i:after {
   color: #fff;
 }

 .isStuck .header-logo01 {
   display: none;
 }

 .header-logo02 {
   display: none !important;
 }

 .isStuck .header-logo02 {
   display: block !important;
 }

 .isStuck .header-logo02.cwdesign-logo img {
   width: 122px;
 }

 .isStuck .cwdesign-header .cwdesign-nav-toggle i,
 .isStuck .cwdesign-header .cwdesign-nav-toggle i:before,
 .isStuck .cwdesign-header .cwdesign-nav-toggle i:after {
   background: #fff !important;
 }

 .isStuck .circlei_menu {
   color: #fff;
 }

 .isStuck .cwdesign-nav-toggle .circlei_menu:before {
   border: 2px solid #fff;
 }

 .isStuck .rixos-wrap-burger-wrap a.contactheader {
   color: #fff;
 }

 .isStuck .cwdesign-header .cwdesign-nav-toggle.active i {
   background: transparent !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;
   color: #fff;
   z-index: 109;
   display: block !important;
   float: left;
   right: 0;
   display: none;
   border-bottom: none !important;
 }

 .cwdesign-wrap-show .close-inside {
   position: absolute;
   text-align: right;
   width: 100%;
   padding: 20px 20px 10px 20px;
   top: 0;
   right: 0;
 }


 .cwdesign-wrap-show .close-inside .cwdesign-nav-toggle {
   width: 60px;
   float: none;
   display: inline-block !important;
 }

 .cwdesign-wrap-show .close-inside .cwdesign-nav-toggle .closetext_menu {
   font-size: 25px;
 }

 .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 {
   color: #fff;
   outline: none;
   border-bottom: none !important;
 }

 .circlei_menu {
   position: relative;
   display: inline-block;
   color: #fff;
   padding-left: 27px;
   font-family: 'avenirbook';
   font-size: 20px;
   font-weight: 300;
   letter-spacing: 3px;
 }

 .cwdesign-nav-toggle:hover .circlei_menu,
 .cwdesign-nav-toggle:focus .circlei_menu,
 .cwdesign-nav-toggle:active .circlei_menu,
 .rixos-wrap-burger-wrap a.contactheader:hover,
 .rixos-wrap-burger-wrap a.contactheader:focus,
 .rixos-wrap-burger-wrap a.contactheader:active {
   color: #e9e9e9;
   /*#cac7b6*/
 }

 .cwdesign-nav-toggle .circlei_menu:before {
   content: '';
   width: 20px;
   height: 20px;
   top: 3px;
   background: transparent;
   position: absolute;
   left: 0;
   -webkit-transition: 0.2s;
   -o-transition: 0.2s;
   transition: 0.2s;
   border: 1px solid #fff;
   border-radius: 50%;
 }

 .cwdesign-nav-toggle:hover .circlei_menu:before {
   background: #fff;
   border: 2px solid #fff;
 }

 .cwdesign-nav-toggle i {
   position: relative;
   display: -moz-inline-stack;
   display: inline-block;
   zoom: 1;
   /* display: none; */
   font-size: 40px;
   /* font: bold 14px/.4 Helvetica; */
   text-transform: uppercase;
   text-indent: -55px;
   /*   background: #d0da45; */
   -webkit-transition: all .2s ease-out;
   -o-transition: all .2s ease-out;
   transition: all .2s ease-out;
 }

 .cwdesign-nav-toggle.active i {
   background: transparent !important;
   display: block;
   margin: 12px 28px 28px 44px;
   font-size: 22px;
   color: #fff;
 }

 .cwdesign-wrap {
   display: block;
   background: #231f20;
   /* background-image: url('../images/sec1-bg.png'); */
   background-size: cover;
   left: 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: 0 solid #f4f4f4;
 }

 .cwdesign-wrap.cwdesign-wrap-show {
   -webkit-transform: translateX(-0%);
   -ms-transform: translateX(-0%);
   transform: translateX(-0%);
   display: grid;
   justify-content: center;
   align-items: center;
 }

 .cwdesign-logo-wrap {
   position: relative;
   z-index: 1021;
 }

 .cwdesign-menu ul {
   position: relative;
   margin-top: 10px;
   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 {
   font-family: 'Didot Title';
   font-weight: 300;
   letter-spacing: 3px;
   margin: 0;
   padding: 0;
   color: #fff;
   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: 5px 0 5px 0;
   padding: 10px 0;
   list-style: none;
   /* font-family: 'Didot Title'; */
   font-size: 24px;
   font-weight: 300;
   text-transform: capitalize;
   letter-spacing: 3px;
   line-height: 30px;
   border-bottom: 0 solid #79867c;
 }

 .cwdesign-menu ul ul li {
   margin: 5px 0 0px 0;
   padding: 0 0 0px 0;
   list-style: none;
   text-transform: capitalize;
   /* 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: #000;
 }

 .cwdesign-menu ul li a.active:after {
   height: 0px;
 }

 .cwdesign-menu ul ul {
   display: none;
 }

 .cwdesign-menu>ul>li>a {
   font-family: 'Didot Title';
   font-weight: 300;
   letter-spacing: 3px;
   font-size: 30px;
   cursor: pointer;
   /* font-weight: 400; */
   color: #5a5f55;
   text-decoration: none;
   position: relative;
   padding: 0;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
   line-height: 25px;
   /* letter-spacing: 0.5px; */
 }

 /* .cwdesign-menu>ul>li.open>a {
  font-size: 15px;
  font-weight: 400;
  color: #d0da45;
  text-decoration: none;
  position: relative;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.5px;
} */

 /*.cwdesign-menu ul ul li a {*/
 /*  color: #222;*/
 /*  text-decoration: none;*/
 /*  position: relative;*/
 /*  padding: 5px 0 5px 20px;*/
 /*  font-size: 15px;*/
 /*  font-weight: 400;*/
 /*  line-height: 1.25em;*/
 /*  -webkit-transition: 0.3s;*/
 /*  -o-transition: 0.3s;*/
 /*  transition: 0.3s;*/
 /*  margin-left: 12px;*/
 /*  text-transform: none;*/
 /*}*/

 .cwdesign-menu ul li:hover>a,
 .cwdesign-menu ul li.open>a,
 .cwdesign-menu ul li.active>a,
 .cwdesign-menu ul ul li:hover>a,
 .cwdesign-menu ul ul li.open>a,
 .cwdesign-menu ul ul li.active>a {
   color: #fec310;
 }

 .cwdesign-menu ul ul ul li a {
   margin-left: 24px;
   padding-top: 0px;
 }

 .cwdesign-menu ul li a em,
 .cwdesign-menu ul ul li a em {
   font-size: 10px;
   background-color: #d0da45;
   padding: 1px 6px;
   color: #fff;
   border-radius: 0px;
   position: absolute;
   margin-left: 10px;
   top: 5px;
   font-style: normal;
 }

 .cwdesign-menu i {
   padding-left: 0px;
   font-size: 24px;
   /*color: #000;*/
   position: absolute;
   right: -30px;
   top: 0;
 }

 .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: #fff;
 }

 .cwdesign-menu-footer {
   position: relative;
   bottom: 30px;
   left: 0;
   padding: 50px 0px 0px 0px;
   color: #999;
 }

 .cwdesign-menu-footer div.reservation {
   margin: 0;
   top: 0;
   left: 40px;
   height: 60%;
   z-index: 9;
 }

 .cwdesign-menu-footer a {
   color: #d0da45;
 }

 .cwdesign-menu-footer a {
   color: #d0da45;
 }

 .cwdesign-menu-footer div.reservation .icon {
   position: absolute;
   left: 0;
   /* top: -50px; */
   width: 50px;
   height: 50px;
   background-color: #79867c;
   border: 1px solid #79867c;
   -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: 300;
   font-size: 26px;
   margin-top: 0px;
   margin-left: 60px;
   line-height: 34px;
 }

 .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: 250px;
   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 20px;
   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 18px;
   transition: all 500ms ease 0s;
 }

 .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: #585858;
 }

 .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: #585858;
 }

 .full-screen {
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: scroll;
 }

 .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%);
 }

 .rixos-wrap-burger-wrap a {
   color: #fff;
   font-size: 20px;
   font-weight: 300;
   letter-spacing: 3px;
 }

 .rixos-wrap-burger-wrap .contactheader {
   color: #fff;
   font-size: 20px !important;
   font-weight: 300 !important;
   letter-spacing: 3px !important;
 }

 .cwdesign-wrap-burger-wrap a {
   font-size: 20px;
   color: #000;
   font-weight: 300;
   letter-spacing: 3px;
   font-family: 'Didot Title';
 }

 .header-btn a {
   background-color: transparent;
   border: 2px solid #585858;
   border-radius: 15px 0;
   padding: 20px 20px;
   color: #585858;
 }

 .header-btn a:hover,
 .header-btn a:focus {
   color: #fff;
   background-color: #585858;
 }

 .p-80 {
   padding: 150px !important;
 }

 .p-100 {
   padding: 100px 150px !important;
 }

 .padb-50 {
   padding-bottom: 150px;
 }

 .divider1 {
   width: 100%;
   border-bottom: 2px dashed #fbc00a;
   margin: 10px 0;
 }

 .form-box {
   padding: 70px;
   background-color: rgb(155 155 155 / 33%);
   box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
   border-radius: 30px;
 }

 .btn {
   position: relative;
   z-index: 2;
   vertical-align: middle;
   display: inline-flex;
   gap: 15px;
   border: none;
   border-radius: 30px !important;
   text-align: center;
   background-color: #e75519;
   color: #fff;
   font-size: 16px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 1;
   padding: 19px 30px;
   overflow: hidden;
   align-items: center;
 }

 .btn::after,
 .btn::before {
   content: "";
   display: block;
   width: 50px;
   height: 50px;
   transform: translate(-50%, -50%);
   position: absolute;
   border-radius: 50%;
   z-index: -1;
   background-color: #000;
   transition: 1s ease;
 }

 .btn:before {
   top: -2em;
   left: -2em;
 }

 .btn:after {
   left: calc(100% + 2em);
   top: calc(100% + 2em);
 }

 .btn i {
   font-size: 20px;
 }

 .btn:focus,
 .btn:hover,
 .btn:active {
   color: #fff;
   box-shadow: none;
 }

 .btn:focus:after,
 .btn:focus:before,
 .btn:hover:after,
 .btn:hover:before,
 .btn:active:after,
 .btn:active:before {
   height: 410px;
   width: 410px;
 }

 .btn.style4 {
   background: #fbc00a;
   border: 2px solid #fff;

   color: #fff;
 }

 .btn.style4:after,
 .btn.style4:before {
   background: #4ac35d;
 }

 .btn.style4:active,
 .btn.style4:focus,
 .btn.style4:hover {
   color: #fff;
 }

 .parallax {
   position: relative;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
 }

 .parallax .container,
 .parallax .container-fluid,
 .parallax .container-xxl,
 .parallax .container {
   position: relative;
   z-index: 1;
 }

 .overlap:before {
   /* background-color: rgba(0, 0, 0, 0.6); */
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }

 .list1 li,
 .list2 li,
 .list3 li,
 .list4 li,
 .areas-list li {
   padding: 0px 0 8px 26px;
   position: relative;
 }

 .list3 li:before,
 .list1 li:before,
 .list2 li:before,
 .list4 li:before,
 .areas-list li:before {
   position: absolute;
   /*top: 0;*/
   left: 0;
   content: "\F133";
   font-family: "bootstrap-icons";
   font-size: 18px;
   color: #000;
 }

 .list1.text-white li:before {
   color: #fff;
 }

 .areas-list li:before {
   content: "\F3E7";
   color: #fbc00a;
 }

 .list4 li:before {
   content: "\F3E7";
   color: #fbc00a;
 }

 .list2 li:before {
   color: #fbc00a;
 }

 .list1 li a {
   color: #252525;
 }

 .list1 li a:hover {
   color: #000;
 }

 .list3 li {
   padding-left: 35px;
   margin-bottom: 10px;
 }

 .list3 li:before {
   content: "";
   background: url("../images/favicon.png") center center no-repeat;
   background-size: cover;
   width: 28px;
   height: 28px;
   top: 50%;
   transform: translateY(-50%);
 }

 .new-areas-list {
   padding: 10px 25px;
   background: linear-gradient(to top right, #4AC35D 12%, #3EA24D 76%);
   border: 5px double #dfffe4;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
   border-radius: 18px;
   color: #fff;
   margin-bottom: 20px;
 }

 .new-areas-list i {
   padding-right: 10px;
 }

 .list1-new2 {
   padding: 10px 15px;
   background-color: transparent;
   border: 5px double #4ac35d;
   min-height: 312px;
   margin-bottom: 30px;
 }

 .list1-new3 {
   padding: 10px 15px;
   background-color: transparent;
   border: 5px double #4ac35d;
   min-height: 290px;
   margin-bottom: 30px;
 }

 .list1-new4 {
   padding: 10px 15px;
   background-color: transparent;
   border: 5px double #4ac35d;
   min-height: 340px;
   margin-bottom: 30px;
 }

 .site-map-list li {
   border-left: 1px solid #c1c1c1;
   padding: 10px 0 10px 30px;
   position: relative;
   color: #fff;
 }

 .site-map-list li:before {
   position: absolute;
   top: 20px;
   left: 0;
   width: 20px;
   height: 1px;
   background-color: #c1c1c1;
   content: "";
 }

 .site-map-list li>ul.child-menu {
   margin: 10px 0 10px 20px;
 }

 .footer {
   position: relative;
 }

 .footer-menu li {
   margin-bottom: 5px;
 }

 .footer-menu li a {
   display: inline-block;
   position: relative;
   padding-left: 18px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
   color: #fff;
 }

 .footer-menu li a:before {
   position: absolute;
   top: 0;
   left: 0;
   content: "\F285";
   font-family: "bootstrap-icons";
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
 }

 .footer-links a {
   letter-spacing: normal;
 }

 .list1.arealist_1 li {
   display: inline-block;
   margin-right: 50px;
 }

 .list1.arealist_1 li:before {
   color: #fff;
 }

 .list1.arealist_1 li a {
   color: #fff;
 }

 /*.footer-link {*/
 /*  border-top: 1px dotted #fff;*/
 /*  padding-top: 20px;*/
 /*}*/

 .footer-menu li a:hover,
 .footer-menu li a:focus {
   padding-left: 20px;
 }

 .footer-menu li a:hover,
 .footer-menu li a:focus,
 .footer-menu li a:hover:before,
 .footer-menu li a:focus:before {
   color: #000000;
 }

 .footer-menu li a:hover:before,
 .footer-menu li a:focus:before {
   left: 5px;
 }

 .footer-widget {
   padding: 30px 0;
 }

 .widget-title {
   font-size: 25px;
   color: #fff;
 }

 .social-links.footer-social-links li {
   padding: 8px 0;
   display: block;
 }

 .social-links.footer-social-links li a {
   text-align: left;
 }

 .social-links.footer-social-links li a:hover {
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 .submit-icon {
   display: none;
 }

 .submit-icon.rotating-show {
   display: inline-block;
   vertical-align: middle;
 }

 @-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);
   }
 }

 .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;
 }

 .banner-content-wrap {
   position: absolute;
   /*text-align: center;*/
   top: 50%;
   width: 40%;
   left: 1.5rem;
   transform: translateY(-50%);
   z-index: 2;
 }

 .contact-box {
   padding: 30px;
   background-color: #0e1425;
   border-radius: 3px 3px 3px 3px;
   margin: 0 -4px 30px 0;
   text-align: center;
 }

 .contact-box .contact-icon img {
   width: 64px;
   height: 64px;
   max-width: unset;
   margin-bottom: 23px;
 }

 .contact-box .content-text .title {
   font-size: 20px;
   font-weight: 500;
   line-height: 32px;
   margin: 0 0 4px;
 }

 .contact-box .content-text .title {
   color: #ffffff;
 }

 .contact-box .content-text .title a:hover {
   color: #ffb703;
 }

 .contact-box .content-text span a {
   color: #c9c9c9;
   font-weight: 500;
 }

 .contact-box .content-text span a:hover {
   color: #e8271e;
 }

 .contact-box .content-text .services-txt {
   margin: 0;
   color: #c9c9c9;
   font-weight: 500;
 }

 .single-service-item {
   margin: 15px 0;
 }

 .single-service-item .img-holder {
   overflow: hidden;
   position: relative;
   border-radius: 4% 96% 4% 96% / 95% 7% 93% 5%;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
   border: 5px solid #585858;
 }

 .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);
   padding: 8px;
   border-radius: 4% 96% 4% 96% / 95% 7% 93% 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);
   border-radius: 4% 96% 4% 96% / 95% 7% 93% 5%;
 }

 .single-service-item .img-holder .overlay .box {
   display: table;
   height: 100%;
   width: 100%;
   border: 1px solid #ffffff7d !important;
   border-radius: 4% 96% 4% 96% / 95% 7% 93% 5%;
 }

 .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;
   text-align: center;
   padding: 10px 25px;
   background: linear-gradient(to top right, #4AC35D 12%, #3EA24D 76%);
   border: 5px double #dfffe4;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
   border-radius: 18px;
   color: #fff;
   margin-bottom: 20px;
 }

 .single-service-item .text-holder h3 span {
   color: #fff;
 }

 .area-london {
   width: 100%;
   height: 600px;
 }

 .area-london img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .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;
 }

 #service-slider .owl-nav button {
   position: absolute;
   /*    bottom: -10%;*/
   background-color: #585858;
   width: 50px;
   height: 50px;
   line-height: 46px;
   color: #fff;
   border-radius: 50%;
 }

 #service-slider .owl-nav button.owl-next {
   right: 3%;
 }

 #service-slider .owl-nav button.owl-prev {
   right: 6%;
   margin-right: 20px;
 }

 #service-slider .owl-nav button span {
   font-size: 50px;
 }

 .font-3em {
   font-size: 3em;
   line-height: 1.2em;
 }

 /* ============================================================== */
 .home-parallax {
   position: relative;
   overflow: hidden;
   /*padding: 300px 0;*/
   z-index: 2;
 }

 .parallax-mirror {
   z-index: 2 !important;
 }


 .home-parallax .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%,
       rgba(32, 32, 32, 0.8575805322128851) 98%);
   width: 100%;
   height: 100%;
   position: absolute;
 }

 .parallax-window {
   height: 450px;
   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;
   font-weight: 700;
   line-height: 60px;
   margin-bottom: 20px;
 }

 .sec1.greysport-bg-dark {
   background-image: url(../images/grey_spots.png);
   background-color: #c3b793;
   /*#e4daba*/
 }

 .sec1 {
   position: relative;
   background-image: url(../images/sec1-bg.png);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #dcc7b9;
   padding: 200px 50px 10px 50px;
 }

 .sec01 {
   position: relative;
   position: relative;
   background-image: url(../images/sec1-bg.png);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #cbc7b7;
   padding: 200px 0 200px 0;
 }

 .sec-1 {
   position: relative;
   position: relative;
   background-image: url(../images/sec1-bg.png);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #867e6c;
   padding: 100px 50px 100px 50px;
   z-index: 2;
 }

 .sec2 {
   position: relative;
   position: relative;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #000;
   padding: 100px 50px 100px 50px;
   z-index: 2;
 }

 .sec3 {
   position: relative;
   position: relative;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #36454f;
   padding: 100px 50px 100px 50px;
   z-index: 2;
 }

 .sec4 {
   position: relative;
   position: relative;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #000;
   padding: 100px 50px 100px 50px;
   z-index: 2;
 }

 .sec5 {
   position: relative;
   position: relative;
   background-image: url(../images/sec5-bg.png);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #f8f7f2;
   padding: 100px 50px 100px 50px;
   z-index: 2;
 }

 .sec6 {
   position: relative;
   position: relative;
   background-image: url(../images/sec6-bg.png);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #5a5f55;
   padding: 100px 50px 100px 50px;
   z-index: 2;
 }

 .img-border img {
   border: 0 solid #fff;
 }

 .img-shadow img {
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .third-sec {
   -webkit-clip-path: ellipse(46% 50% at 50% 50%);
   clip-path: ellipse(46% 50% at 50% 50%);
 }

 .banner-text {
   position: relative;
   content: '';
   top: -90px;
   text-align: center;
   z-index: 99;
 }

 .banner-text h1 {
   font-size: 150px;
   color: #fff;
 }

 .banner-text .typed-cursor {
   color: transparent;
   font-size: 60px;
 }

 .typed-cursor {
   color: transparent;
 }

 .banner-img img {
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   position: relative;
   border: 2px solid #8d8d8d;
 }

 .inner-img img {
   /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
   /*border: 2px solid #fff;*/
 }


 .banner-text01 h1 {
   font-size: 150px;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   text-align: center;
   font-family: 'Didot Title';
   font-weight: 300;
   letter-spacing: 3px;
   width: 100%;
 }

 .banner-text02 h1 {
   font-size: 90px;
 }

 .main-box03 {
   background-color: #fff;
   border: 8px solid #cbc7b7;
   border-radius: 15px;
   padding: 15px;
   margin-bottom: 30px;
 }

 .text-block {
   padding: 40px 20px;
   text-align: center;
   background-color: #dcc7b9;
   box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
 }

 .text-block .contact01 h3 {
   margin-bottom: 0;
 }

 .text-block .icon i {
   font-size: 30px;
   color: #000;
 }

 .main-box03:hover .text-block {
   background-color: #cbc7b7;
 }

 .main-box02 {
   padding: 15px;
   background: linear-gradient(to top right, #fabf0ded 59%, #f6bc0d38 58%);
   border-radius: 20px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   width: 100%;
   margin-bottom: 30px;
 }

 .step-box02 {
   background-color: #000;
   padding: 30px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   border-radius: 10px;
   height: 100%;
   width: 100%;
   color: #fff
 }

 .step-box02 h2 {
   color: #fff
 }

 .contact-sec a {
   font-size: 50px;
 }

 .gallery-img2 img {
   border-radius: 300px 300px 0 0;
 }

 .gallery-img1 img,
 .gallery-img2 img {
   border: 5px solid #fff;
 }

 .portfolioheading_h2 {
   font-family: "Nocturne Serif", serif !important;
   font-weight: 300;
   font-size: 2.5em;
   text-decoration-thickness: 1px;
 }

 .heading_h2 {
   font-weight: 300;
   font-size: 3em;
   text-decoration-thickness: 1px;
   margin-bottom: 15px;
 }


 .portfoliopage .gallery-img1 img,
 .portfoliopage .gallery-img2 img {
   border: 0 solid #fff;
 }

 .portfoliopage .gallery-text2 p,
 .portflio-paragraph-style p {
   margin-bottom: 30px;
   font-size: 1.5rem !important;
   line-height: 2rem !important;
   font-family: "Nocturne Serif", serif !important;
   font-weight: 300;
   text-transform: uppercase;
 }

 .acftext-italic {
   font-family: "Nocturne Serif ExtraThin", serif !important;
   font-weight: 100 !important;
   font-style: italic;
   text-transform: lowercase;
   font-size: 2rem !important;
   line-height: 2.4rem !important;
 }

 .font-italic {
   font-family: "Nocturne Serif ExtraThin", serif !important;
   font-weight: 100 !important;
   font-style: italic;
   /*text-transform: lowercase;*/
   font-size: 20px !important;
   /*line-height: 2.4rem !important;*/
 }

 .portfoliopage .btn-1.gallery-btn {
   padding: 19px 22px 19px 0;
 }

 .portfoliopage .btn-1.gallery-btn,
 .portfoliopage .btn-1.gallery-btn span {
   font-family: "Nocturne Serif", serif !important;
   font-weight: 400;
   font-size: 22px;
   line-height: 35px;
 }

 .btn-1.gallery-btn,
 .btn-1.gallery-btn span {
   font-size: 25px;
   font-weight: 500;
   font-family: 'Didot Title';
 }

 .text-dark-btn-hover .btn-1:hover span {
   color: #000;
 }

 .text-dark-btn-hover.btnonimg.hoveicon_change .btn-1:hover i {
   color: #000;
 }

 .banner-content h2,
 .banner-content h1 {
   font-size: 80px;
   color: #fff;
 }

 .banner-content h3 {
   font-size: 40px;
 }

 .banner-content .h5 {
   margin-top: 0;
   font-size: 20px;
   font-family: 'Didot Title';
   font-weight: 300;
   letter-spacing: 3px;
   margin-bottom: 15px;
 }

 .banner-content .typed-cursor {
   color: transparent;
   font-size: 48px;
   display: none;
 }

 .top-sec img {
   /*border: 2px solid #fff;*/
   /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
 }

 .bottom-sec img {
   border: 2px solid #fff;
   box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
 }

 .gallery-btn {
   font-size: 25px;
   font-weight: 500;
   font-family: 'Didot Title';
   color: #fff;
 }

 .projectcarousel-inner .owl-theme .owl-dots .owl-dot.active span,
 .projectcarousel-inner .owl-theme .owl-dots .owl-dot:hover span {
   background: #000;
 }

 .irrigation-img {
   border: 2px solid #fff;
   padding: 5px;
 }

 .faq-sec {
   position: relative;
   padding: 45px;
   background-color: #fbbf0b38;
   z-index: 2;
   outline: 1px solid #ffffff;
   outline-offset: -10px;
 }

 .faq-sec .accordion-button {
   font-size: 1.5rem;
   color: #fff;
   background-color: #000;
 }


 .faq-sec .accordion-button:not(.collapsed) {
   background-color: #fac00b;
   color: #fff;
 }

 .faq-sec .accordion-item {
   border: none;
   margin-bottom: 15px;
   border-radius: 10px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
 }

 .faq-sec .accordion-body {
   color: #fff;
   background: #000;
 }

 .faq-sec.accordion-button:not(.collapsed) {
   background-color: #0d6efd;
   color: #fff !important;
   /* White text */
 }

 .faq-sec .accordion-button::after {
   filter: brightness(0) invert(1);
 }


 @media (min-width: 220px) and (max-width: 567px) {
   .parallax-window {
     height: 200px;
   }
 }

 .flexbox .element {
   height: 100%;
 }

 .parallax {
   position: relative;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
 }

 .parallax .container-fluid,
 .parallax .container-xxl,
 .parallax .container {
   position: relative;
   z-index: 1;
 }


 @media (min-width: 220px) and (max-width: 991px) {

   /* .parallax.m-parallax-bg {
    background-image: none !important;
    height: auto !important;
    min-height: 100% !important;
  } */

   .isStuck .cwdesign-header {
     position: static;
   }

   .isStuck .cwdesign-header .cwdesign-nav-toggle i,
   .isStuck .cwdesign-header .cwdesign-nav-toggle i:before,
   .isStuck .cwdesign-header .cwdesign-nav-toggle i:after {
     background: #fff !important;
   }

   .isStuck .cwdesign-header .cwdesign-nav-toggle.active i:before,
   .isStuck .cwdesign-header .cwdesign-nav-toggle.active i:after {
     background: #000 !important;
   }

   .cwdesign-logo-wrap {
     z-index: 9;
   }

   .sec1 {
     padding: 20px 50px 10px 50px;
   }

   .sec01 {
     padding: 20px 50px 10px 50px;
   }

   .banner-text {
     top: 0;
   }

   .banner-text h1 {
     font-size: 90px;
     margin-bottom: 0;
   }

   .sec3 {
     padding: 50px;
   }

   .sec2,
   .sec4,
   .sec5,
   .sec6 {
     padding: 50px;
   }

   .banner-text02 h1 br {
     display: none;
   }

   .banner-text02 h1 {
     font-size: 70px;
     margin-bottom: 0;
     margin-top: 10px;
   }

   .reservations.reserv {
     border-right: none !important;
     border-bottom: 1px solid #000;
   }
 }

 /* ============================================= */

 .footer-bottom-links {
   color: #fff;
 }

 .footer-bottom-links a {
   display: inline-block;
   color: #fff;
   margin-bottom: 10px;
 }

 .contact-container {
   text-align: center;
   margin-bottom: 20px;
   margin-top: 20px;
 }

 .contact-icon {
   float: none;
   margin: auto;
   position: relative;
   z-index: 1;
   border: 5px solid #ffffff;
   background-color: #9c8951;
   box-sizing: border-box;
   color: #FFFFFF;
   /* border-radius: 50%; */
   width: 80px;
   height: 65px;
   line-height: 50px;
   font-size: 1.6em;
 }

 .contact-icon::before {
   position: absolute;
   top: -27px;
   left: 0px;
   background-color: #9c8951;
   width: 100%;
   height: 50%;
   content: "";
   clip-path: polygon(50% 0, 0% 100%, 100% 100%);
 }

 .contact-detail {
   background-color: #eee;
   padding: 60px 20px 20px;
   margin-top: -40px;
   height: 180px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .contact-wrap1 {
   text-align: center;
   margin-bottom: 30px;
 }

 .contact-wrap1 .address-icon-holder1 {
   float: none;
   margin: auto;
   position: relative;
   z-index: 1;
   color: #fff;
   border: 5px solid #ffffff;
   box-sizing: border-box;
   width: 80px;
   height: 80px;
   line-height: 70px;
   font-size: 25px;
   border-radius: 50%;
   background-color: #4ac35d;
 }

 .contact-wrap1 .address-icon-holder1:before {
   display: none;
 }

 .contact-wrap1 .address-content {
   background-color: #eee;
   padding: 60px 20px 20px;
   margin-top: -40px;
   height: 180px;
 }

 .contact-wrap1 .address-content strong {
   font-size: 18px;
 }

 .contact-wrap1 .address-content1 {
   background-color: rgb(209 127 95 / 25%);
   padding: 60px 15px 20px;
   margin-top: -40px;
   border-radius: 10px 10px 20px 20px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   /* height: 180px; */
 }

 .contact-box1 {
   box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
   padding: 50px;
 }

 .img-box1 {
   border: 12px solid rgb(74 195 93 / 55%);
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .border-box {
   padding: 20px;
   background: linear-gradient(to top, #4AC35D 0%, #31813E 100%);
   margin-bottom: 30px;
   border-radius: 10px;
   color: #fff;
   min-height: 250px;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
 }

 .border-box2 {
   padding: 20px;
   background: linear-gradient(to top, #fbc00a 0%, #A2634A 100%);
   margin-bottom: 30px;
   border-radius: 10px;
   color: #fff;
   min-height: 250px;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
 }

 .border-box2 h2 {
   color: #fff;
 }

 .border-box2 list2 {
   color: #fff;
 }

 .head-btn {
   padding: 15px 10px;
   background-color: #4ac35d;
   color: #fff;
   font-size: 12px;
   display: block;
   text-align: center;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
 }

 .head-btn:hover,
 .head-btn:focus {
   background-color: #fbc00a;
   color: #fff;
 }

 .about-btn {
   padding: 15px 30px;
   color: #fff;
   background-color: #4ac35d;
   display: inline-block;
   transition: 0.5s;
 }

 .about-btn:hover {
   background-color: #000;
   color: #fff;
 }

 .overlap-video {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   background-color: #00000054;
   width: 100%;
   height: 100%;
   z-index: 1;
 }

 .form-new {
   padding: 50px;
   background-color: #fff;
   box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
 }

 .side-img {
   width: 100%;
   height: 500px;
 }

 .side-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border: 10px solid #fff;
 }

 .bg-right-sec {
   position: relative;
   z-index: 1;
 }

 .bg-right-sec:before {
   position: absolute;
   top: 0;
   right: 0;
   background: radial-gradient(circle farthest-corner at center center, #E2C675 0%, #585858 63%, #7E6F41 100%);
   content: '';
   width: 33%;
   height: 100%;
   z-index: -1;
 }

 .bg-left-sec {
   position: relative;
   z-index: 1;
 }

 .bg-left-sec:before {
   position: absolute;
   top: 0;
   left: 0;
   background: radial-gradient(circle farthest-corner at center center, #E2C675 0%, #585858 63%, #7E6F41 100%);
   content: '';
   width: 33%;
   height: 100%;
   z-index: -1;
 }

 .area-box1 {
   padding: 30px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .hcCqAM {
   z-index: 99 !important;
 }

 .list1.list-dashed-style li:before {
   content: "\F63B";
 }

 /* .............................................new    */


 .primary-button,
 .primary-button span {
   position: relative;
   text-decoration: none;
 }

 .primary-button {
   position: relative;
   display: inline-block;
   padding: 10px 10px 10px 138px;
   background-color: var(--division-colour, #867e6c);
   color: #fff;
   cursor: pointer;
   font-weight: 400;
 }

 .primary-button span:after {
   content: "";
   position: absolute;
   width: 55px;
   height: 1px;
   top: 50%;
   left: -10px;
   background-color: #fff;
   transform: translateX(-100%) scaleX(1);
   transform-origin: bottom left;
   transition: transform .5s cubic-bezier(.31, .01, .06, .99);
 }

 .primary-button:hover span:after {
   transform-origin: bottom right;
   transform: translateX(-100%) scaleX(0);
 }

 .text-right {
   text-align: right;
 }

 /* notebook sec start  */

 .border-line-top-botm {
   position: relative;
   border-bottom: 1px solid #cbc7b7;
   border-top: 1px solid #cbc7b7;
 }

 .two-box {
   padding: 100px 20px;
   width: 500px;
   margin: 0 auto;
   text-align: center;
 }

 .imgboxteam img {
   margin: 0 auto;
 }

 .hereborder {
   border-left: 1px solid #cbc7b7;
 }

 .boximg-notbook {
   position: relative;
   overflow: hidden;
   aspect-ratio: 6.6/5;
 }

 .boximg-notbook img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform .6s ease-out, opacity .4s ease-out;
 }

 .boximg-notbook:hover img {
   transform: scale(1.03);
 }

 .btn-appear {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 0;
   z-index: 1;
   transition: opacity 0.5s ease;
 }

 .boximg-notbook::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgb(0 0 0 / 53%);
   background: radial-gradient(circle, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 13%) 100%);
   z-index: 1;
 }

 .boximg-notbook:hover .btn-appear {
   opacity: 1;
 }

 .note-button {
   cursor: pointer;
   display: inline-block;
 }

 .note-button {
   cursor: pointer;
   text-align: center;
   width: 100%;
   font-size: 12px;
   font-weight: 400;
   line-height: 2;
   letter-spacing: 0.15em;
   text-transform: uppercase;
   position: relative;
   border: 1px solid rgba(0, 0, 0, 0.3);
 }

 /* Responsive border for medium screens */
 @media (min-width: 768px) {
   .button {
     border-width: 0.5px;
     border-color: #000;
   }
 }

 .animated-button {
   overflow: hidden;
   background: #fff;
 }

 .animated-button span {
   display: block;
   width: 100%;
   padding: 0.8rem;
 }

 .animated-button .top {
   position: relative;
   z-index: 2;
   width: 100%;
   height: 100%;
   transition: transform 0.7s ease-out, height 0.5s ease-out, background 0.4s ease-out;
 }

 .animated-button .bottom {
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #000;
   color: #fff;
   transform: translateY(100%);
   z-index: 3;
   height: 0;
   overflow: hidden;
   transition: transform 0.4s ease-in, height 0.4s ease-in, background 0.3s ease-out;
   transition-delay: 0s;
 }

 /* Hover effect (only on devices that support hover) */
 @media (hover: hover) {
   .animated-button:hover .top {
     transform: translateY(-70%);
   }

   .animated-button:hover .bottom {
     transform: translateY(0);
     height: 100%;
     transition: transform 0.3s ease-out, height 0.2s ease-out;
     transition-delay: 0.2s;
   }
 }

 /* Active class behavior */
 .animated-button.active .top {
   transform: translateY(-70%);
 }

 .animated-button.active .bottom {
   transform: translateY(0);
   height: 100%;
   transition: transform 0.5s ease-out, height 0.5s ease-out;
 }

 .btnwrap .animated-button .top {
   background-color: #79867c;
   color: #fff;
 }

 .btnwrap .animated-button span {
   padding: 13px 30px;
 }


 /* .............service sec start  */

 .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: .6s ease-in-out;
 }

 .service-content .service-head h4 {
   margin-bottom: 0px;
   position: relative;
   font-size: 18px;
   width: 100%;
   color: #ffffff;
   background-color: #5a5758;
   transition: 0.5s;
   padding: 20px;
   text-align: center;
 }

 .servies-box:hover img {
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }

 .service-content:hover {
   background-color: #656565c0;
 }

 /* form section start  */

 .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%); */
   background: linear-gradient(0deg, rgb(11 10 10 / 76%) 0%, rgb(62 62 62 / 56%) 100%);
 }

 .addresscontact {
   position: relative;
   background: #000000a3;
   outline: 1px solid #eeb80e;
   padding: 45px;
   outline-offset: -18px;
 }

 .btn-2 {
   position: relative;
   display: inline-block;
   overflow: hidden;
   padding: 12px 30px;
   text-transform: uppercase;
   border: 1px solid #f8bc0c;
   color: #fff;
   transition: all 0.5s;
   background-color: #f8bc0c;
 }

 .addresscontact .btn-2 {
   display: flex;
   /* margin: 1rem 0; */
 }

 .form-control {
   background-color: transparent;
   border-bottom: 1px solid #fff !important;
   border: 1px solid transparent;
 }

 .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: #000;
 }

 .submit-icon.rotating-show {
   display: inline-block;
   vertical-align: middle;
 }

 #contact-form .form-control {
   color: #fff !important;
 }

 #contact-form .form-control:focus {
   color: #fff !important;
   background-color: transparent !important;
   border: transparent;
   border-bottom: 1px solid #fff;
   outline: 0;
   box-shadow: none;
 }

 #contact-form ::placeholder {
   color: #fff;
   opacity: 1;
   /* Firefox */
 }

 #contact-form ::-ms-input-placeholder {
   /* Edge 12-18 */
   color: #fff;
 }

 .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: #4a4a4a;
 }

 .card1:hover h3:before {
   background: #000;
 }

 .card1:hover .card-icon {
   padding: 35px 35px 0;
   transition: .3s linear;
 }

 .card1:hover .card-icon>div {
   background: #4a4a4a;
   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: #4a4a4a;
   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: #4a4a4a;
   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: #efefef;
   ;
 }

 .breaker-section1:before {
   left: 0
 }

 .hoveicon_change .hoveicon {
   display: none;
   transition: all 0.5s;
 }

 .hoveicon_change a:hover .hoveicon {
   display: inline-block;
 }

 .hoveicon_change a:hover .bi-arrow-right {
   display: none;
 }

 .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);
   }
 }

 .reservations {
   /*  display: flex;*/
   padding: 20px 0;
   align-items: center;
   margin: 10px 0;
   text-align: center;
   position: relative;
 }

 .reservations.reserv {
   position: relative;
   border-right: 1px solid #fff;
   min-height: 165px;
 }

 .reservations .text a {
   font-size: 27px;
   color: #fff;
   letter-spacing: -1px;
 }

 .color-1 {
   color: #fff !important;
 }

 .reservations .icon {
   position: relative;
   /*transform: rotate(32deg);*/
   top: 3px;
 }

 .reservations .text {
   padding-left: 0px;
 }

 .reservations .text p {
   font-size: 25px;
   margin-bottom: 10px;
   color: #fff;
 }

 .reservations .icon span {
   font-size: 40px;
   color: #4a4a4a;
   display: none;
 }

 .subtitle {
   font-size: 15px;
   font-family: 'avenirbook';
   font-weight: 400;
   color: #c5c5c5;
   text-transform: uppercase;
   position: relative;
   letter-spacing: 6px;
   margin-bottom: 5px;
 }

 .cornlon-gap.short {
   width: 2em;
   margin: 0 0.5em;
   display: inline-block;
   border-bottom: 1px solid #ffffff;
 }

 .team-memberinfo h2 {
   font-size: 45px;
 }

 .team-memberinfo h5 {
   font-size: 28px;
 }

 .team-memberinfo p {
   font-size: 16px !important;
   line-height: 24px !important;
 }

 /* ...............testimonial-box  */

 .bg-yellow {
   color: rgb(231, 160, 7);
 }

 .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: 'avenirbook';
   display: block;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 3px;
   color: #fff;
 }

 .news-section .item .date i {
   font-family: 'avenirbook';
   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: 'avenirbook';
   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: 'avenirbook';
   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: 33px;
   background: transparent !important;
   color: #fff !important;
   font-size: 11px;
   margin-right: 15px;
   margin-left: 15px;
   cursor: pointer;
   border: 1px solid #fff !important;
   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;
 }

 /* gsap css  */
 .overlap1:before {
   background-color: rgb(0 0 0 / 25%);
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }

 .overlap2:before {
   background-color: rgb(0 0 0 / 60%);
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }

 .width-50 {
   width: 50%;
 }

 /* .heading-h1{
    position: relative;
    font-size: 460px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
} */
 .heading-h2 {
   position: relative;
   font-size: 60px;
   color: #fff;
   text-align: center;
   /*text-transform: uppercase;*/
   font-weight: 300;

 }

 .heading-h2.hd2 {
   font-family: 'Didot Title';
   text-transform: capitalize;
 }

 .content__image-wrap {
   height: 100vh !important;
   /*min-height: 1080px;*/
 }

 .margin-sec-img {
   margin-top: 220px;
 }

 .image-scrollwrap {
   margin-bottom: 60px;
 }

 .innertext-onimg {
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   text-align: center;
   font-family: 'Didot Title';
   font-weight: 300;
   letter-spacing: 3px;
   width: 100%;
 }

 .extra-space-top {
   margin-top: 100px;
 }

 #section1 {
   background-color: #cbc7b7;
 }

 #section2 {
   background-color: #cbc7b7;
 }

 #section3 {
   background-color: #cbc7b7;
 }

 #section4 {
   background-color: #cbc7b7;
 }

 #section5 {
   background-color: #cbc7b7;
 }

 .newsection {
   position: relative;
   z-index: 2;
 }

 /* #section2 .right-column{
    background-color: #f8f7f2;
}
#section3 .right-column{
    background-color: #dcc7b9;
}
#section4 .right-column{
    background-color: #f8f7f2;
} */
 .btn-1 {
   position: relative;
   display: inline-block;
   margin: auto;
   padding: 19px 22px 19px 0;
   transition: all 0.2s ease;
   font-family: 'Didot Title';
   font-weight: 300;
   letter-spacing: 3px;
 }

 /*.btn-1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-radius: 28px;
  background: transparent;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}*/

 .btn-1 span {
   position: relative;
   font-size: 20px;
   font-weight: 300;
   letter-spacing: 1.5px;
   color: #fff;
   /* text-transform: uppercase; */
 }

 .btnonimg.hoveicon_change span,
 .btnonimg.hoveicon_change i,
 .btnonimg.hoveicon_change span i {
   color: #fff;
   transition: all 0.5s;
 }

 .btnonimg.hoveicon_change .black span,
 .btnonimg.hoveicon_change .black i,
 .btnonimg.hoveicon_change .black span i {
   color: #000 !important;
 }

 .btnonimg.hoveicon_change .black:hover span,
 .btnonimg.hoveicon_change .black:hover i {
   color: #fff !important;
 }

 .btnonimg.hoveicon_change.blckbtn-onwhite .black:hover span,
 .btnonimg.hoveicon_change.blckbtn-onwhite .black:hover i {
   color: #000 !important;
 }

 .btnonimg.hoveicon_change:hover i {
   color: #fcbf0c;
 }

 .btnonimg.hoveicon_change .btn-1:hover i {
   color: #fff;
   transition: all 0.5s;
 }

 .whitebtn .btn-1 span {
   color: #000;
 }

 .btn-3 {
   position: relative;
   display: inline-block;
   margin: auto;
   padding: 19px 22px;
   transition: all 0.2s ease;
 }

 .btn-3:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   border-radius: 28px;
   background: transparent;
   width: 56px;
   height: 56px;
   transition: all 0.3s ease;
   transform: translateY(-50%);
 }

 .btn-3.right:before {
   right: 0 !important;
   left: auto;
 }

 .hoveicon_change a:hover .bi-arrow-left {
   display: none;
 }

 .btn-3.new-btn:before {
   background: transparent;
 }

 .btn-3 span {
   position: relative;
   font-size: 16px;
   font-weight: 500;
   letter-spacing: 1.5px;
   color: #fff;
   text-transform: uppercase;
 }

 .whitebtn .btn-3 span {
   color: #fff;
 }

 .whitebtn .btn-3.black span {
   color: #000;
 }

 .whitebtn .btn-3.black i {
   color: #000;
 }

 .whitebtn .btn-3 i {
   color: #fff;
 }

 .whitebtn .btn-3:hover:before,
 .whitebtn .btn-3:active:before,
 .whitebtn .btn-3:focus:before {
   background-color: transparent;
 }

 .whitebtn .btn-3.new-btn:hover:before,
 .whitebtn .btn-3.new-btn:active:before,
 .whitebtn .btn-3.new-btn:focus:before {
   background-color: transparent;
 }

 .whitebtn .btn-3:hover span,
 .whitebtn .btn-3:focus span,
 .whitebtn .btn-3:active span {
   color: #fff;
 }

 .btn-3 i {
   position: relative;
   top: 0;
   color: #fff;
   margin-left: 10px;
   fill: none;
   stroke-linecap: round;
   stroke-linejoin: round;
   stroke: #fff;
   stroke-width: 2;
   transform: translateX(-5px);
   transition: all 0.3s ease;
 }

 .btn-3:hover:before,
 .btn-3:active:before,
 .btn-3:focus:before {
   width: 100%;
   background: #5a5f55;
 }

 .btn-3:hover i,
 .btn-3:active i,
 .btn-3:focus i {
   transform: translateX(0);

 }

 .btn-3:hover span,
 .btn-3:focus span,
 .btn-3:active span {
   color: #fff;
 }

 .btn-3.black:hover i,
 .btn-3.black:focus i,
 .btn-3.black:active i {
   color: #fff;
 }

 .btn-3:active {
   transform: scale(0.96);
 }

 .get_touch_heading_btn span {
   font-size: 50px;
 }

 .get_touch_heading_btn i {
   font-size: 35px;
 }

 .get_touch_heading_btn .btn-1:before {
   top: 59%;
   width: 80px;
   height: 80px;
   border-radius: 50px;
 }

 .get_touch_heading_btn .btn-1:hover:before,
 .get_touch_heading_btn .btn-1:active:before,
 .get_touch_heading_btn .btn-1:focus:before {
   border-radius: 50px;
 }

 .whitebtn .btn-1 i {
   color: #000;
 }

 .whitebtn .btn-1:hover:before,
 .whitebtn .btn-1:active:before,
 .whitebtn .btn-1:focus:before {
   background-color: #79867c;
 }

 .whitebtn .btn-1:hover span,
 .whitebtn .btn-1:focus span,
 .whitebtn .btn-1:active span {
   color: #fff;
 }

 .btn-1 i {
   position: relative;
   top: 0;
   color: #fff;
   margin-left: 10px;
   font-size: 22px;
   fill: none;
   stroke-linecap: round;
   stroke-linejoin: round;
   stroke: #fff;
   stroke-width: 2;
   transform: translateX(-5px);
   transition: all 0.3s ease;
 }

 .btn-1:hover:before,
 .btn-1:active:before,
 .btn-1:focus:before {
   width: 100%;
   background: #5a5f55;
 }

 .btn-1:hover i,
 .btn-1:active i,
 .btn-1:focus i {
   transform: translateX(0);
 }

 .btn-1:hover span,
 .btn-1:focus span,
 .btn-1:active span {
   color: #fff;
 }

 .btn-1:active {
   transform: scale(0.96);
 }

 .imgoverlap_below {
   transform: translateY(100px);
 }

 .project-place {
   text-transform: uppercase;
   position: absolute;
   -webkit-transform-origin: center right;
   -ms-transform-origin: center right;
   transform-origin: center right;
   text-align: left;
   width: max-content;
   display: inline;
   overflow: visible;
   top: 0;
   right: 50%;
   /* border: 1px solid red; */
   height: auto;
   -webkit-transform: rotate(-90deg) translateX(18px);
   -ms-transform: rotate(-90deg) translateX(18px);
   transform: rotate(-90deg) translateX(18px);
 }

 .heading-sub.heading-light {
   font-weight: 400;
   letter-spacing: 0.3em;
   font-size: 12px;
 }

 .project-place span {
   color: #fff;
 }

 .project-place img {
   margin-left: 10px;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
   /* filter: invert(1); */
 }

 .textdark-icon-text .project-place span {
   color: #000;
 }

 .textdark-icon-text .project-place img {
   filter: invert(0);
 }

 .textdark-icon-text .heading-sub.home-counter {
   color: #000;
 }

 .heading-sub.home-counter {
   color: #fff;
 }

 /* footer sec  */

 #contact-sec {
   position: sticky;
   bottom: 0;
   left: 0;
   z-index: 0;
   background-color: #231f20;
 }

 .middlemogo {
   margin-top: 0px;
 }

 /* .middlemogo img {
   width: 122px;
 } */

 .footelist-link li a {
   color: #000;
   position: relative;
   margin: 0;

   font-size: 13px;
   display: inline-block;
   text-transform: uppercase;
   font-weight: 400;
   font-style: normal;
   padding: 5px 0;
   letter-spacing: 0.2em;
 }

 .copyright-qucklinks a {
   color: #fff;
 }

 .addresswrap p {
   color: #fff;
 }

 .socilfoootericon {
   color: #fff;
 }

 .inner-box {
   background-color: #79867c;
   color: #fff;
   padding: 20px;
 }

 .section_padding {
   padding: 80px 30px;
 }

 .section-footer-cta {
   /* height: 80vh; */
   padding: 80px 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
 }

 .text-link:hover svg,
 .video-button:hover svg {
   -webkit-transform: translate(3px, -3px);
   -ms-transform: translate(3px, -3px);
   transform: translate(3px, -3px);
 }

 .text-link svg,
 .video-button svg {
   -webkit-transition: 0.2s ease-in-out;
   -o-transition: 0.2s ease-in-out;
   transition: 0.2s ease-in-out;
 }

 .heading-sub-home {
   font-family: interstate, sans-serif;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: 300;
   letter-spacing: 0.1rem;
 }

 .heading-light {
   font-weight: 100;
   text-shadow: 0px 3px 100px rgba(0, 0, 0, 0.7);
 }

 .section-header {
   font-size: 75px;
 }

 .text-link {
   font-size: 25px;
 }

 .p-150 {
   padding: 200px 30px;
 }

 .w-riba-150 {
   width: 150px;
 }

 .w-mono-100 {
   width: 100px;
 }

 .w-arb-180 {
   width: 180px;
 }

 footer a {
   position: relative;
   display: inline-block;
   letter-spacing: 0.2ch;
   color: #fff !important;
 }

 .addresswrap a:hover {
   color: #fcbf0c;
 }

 #footer-toggle {
   position: relative;
 }

 #footer-toggle:after {
   position: absolute;
   top: 0;
   right: -20px;
   content: '\f282';
   font-family: 'bootstrap-icons';
 }

 .footelist-link li {
   display: block;
 }

 .footelist-link li a {
   position: relative;
   margin: 0;
   color: #fff;
   font-size: 13px;
   display: inline-block;
   text-transform: uppercase;
   font-weight: 400;
   font-style: normal;
   padding: 5px 0;
   letter-spacing: 0.2em;
 }

 .footelist-link p a:hover {
   color: #fdc00d !important;
 }

 /* footer a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #5a5f55;
  top: 90%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

footer a:hover::before {
  width: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
} */

 .socilfoootericon .borderhere a {
   border-left: 1px solid #ffffff;
 }

 .socilfoootericon li a {
   margin: 0;
 }

 .copyright-qucklinks a {
   display: inline-block;
 }

 .cwdesign-wrap .socilfoootericon li a {
   color: #000;
   font-size: 25px !important;
 }

 .toggle-content {
   height: 0;
   overflow: hidden;
   transition: 0.4s ease-out;
 }

 .toggle-content.open {
   height: 180px;
 }

 .footer-togle-icon {
   font-size: 12px;
 }

 .footer-sec {
   padding-top: 20px;
   padding-bottom: 20px;
 }

 .footer-sec.open {
   position: static !important;
   /* height: 100%; */
 }

 .cta-title {
   font-family: 'Didot Title';
   font-weight: 300;
   letter-spacing: 3px;
 }

 .banner-sec {
   height: 100vh;
   z-index: 9;
   display: flex;
   justify-content: start;
   align-items: end;
 }

 .sec2 .secondlineheading,
 .bgsec2-text-color {
   color: #473f2f;
   /*on bg brown*/
 }

 .sec3 .secondlineheading,
 .bgsec3-text-color {
   color: #324236;
   /*on bg lighg-reen*/
 }

 .sec4 .secondlineheading,
 .bgsec4-text-color {
   color: #37251c;
   /*on bg redish brown*/
 }

 .sec5 .secondlineheading,
 .bgsec5-text-color {
   color: #b9b8b4;
   /*on bg white*/
 }

 .bgsec2-text-color,
 .bgsec3-text-color,
 .bgsec4-text-color,
 .bgsec5-text-color {
   text-transform: uppercase;
 }

 /*portfolio gsap*/
 .portfolio__area .wc-btn-secondary {
   color: #fff;
   border: 1px solid #fff;
 }

 .portfolio__area .wc-btn-secondary span {
   background-color: #fff;
 }

 .portfolio__area .wc-btn-secondary:hover,
 .portfolio__area .wc-btn-secondary:focus,
 .portfolio__area .wc-btn-secondary:active {
   color: #000;
   border: 1px solid #000;
 }

 .portfolio__area {
   position: relative;
   /*overflow: hidden;*/
 }

 .portfolio__area .portfolio__text {
   text-align: center;
   opacity: 1;
 }

 .portfolio__list-1 {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: 1fr 30px 1fr;
   grid-template-columns: 1fr 1fr;
   gap: 0px 30px;
   position: relative;
   margin-bottom: 0;
 }

 .portfolio__item {
   -webkit-transform: perspective(4000px) rotateX(90deg);
   transform: perspective(4000px) rotateX(90deg);
 }

 .portfolio__item {
   padding-bottom: 30px;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
   scale: 0.5;
   opacity: 0;
 }

 .portfolio__item:nth-child(even) {
   top: 50%;
 }

 @media only screen and (max-width: 767px) {
   .portfolio__item:nth-child(even) {
     top: 0%;
   }
 }

 .portfolio__item:hover .portfolio__info {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateX(0);
   transform: translateX(0);
 }

 .portfolio__item .img-box {
   height: 100%;
 }

 .portfolio__item img {
   width: 100%;
 }

 .portfolio__item-6 {
   position: relative;
   padding-bottom: 80px;
   overflow: hidden;
 }

 .portfolio__item-6 img {
   max-width: 100%;
 }

 .portfolio__title {
   font-size: 22px;
   font-weight: 500;
   line-height: 1.3;
   color: #121212;
   padding-bottom: 3px;
 }

 .portfolio__info {
   background-color: #facbcd;
   display: none;
   width: 175px;
   padding: 15px;
   border-radius: 5px;
   position: absolute;
   right: 0;
   bottom: 50px;
   z-index: 1;
   -webkit-transform: translateX(60px);
   transform: translateX(60px);
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   opacity: 0;
   visibility: hidden;
 }

 .portfolio__btn#btn_wrapper,
 .portfolio__btn.btn_wrapper {
   margin: 0 auto;
 }

 .iCcBam {
   z-index: 9 !important;
 }

 .why-choose-box {
   overflow: hidden;
   position: relative;
   text-align: center;
   margin-bottom: 30px;
   display: flex;
   width: 100%;
 }

 .why-choose-box .content {
   padding: 35px 15px;
   border: 2px solid #fff;
   color: #fff;
   display: flex;
   flex-direction: column;
   width: 100%;
   background-color: #00000079;
 }

 .why-choose-box .content h3 {
   color: #fff;
 }

 .why-choose-box:before,
 .why-choose-box .content:before,
 .why-choose-box:after,
 .why-choose-box .content:after {
   display: inline-block;
   position: absolute;
   content: "";
   background-color: #fbc00a;
   z-index: 1
 }

 .why-choose-box:before,
 .why-choose-box .content:before {
   right: 0;
   top: 0;
   transition-duration: 0.5s;
 }

 .why-choose-box:after,
 .why-choose-box .content:after {
   left: 0;
   bottom: 0;
   transition-duration: 0.5s;
 }

 .why-choose-box:hover:before,
 .why-choose-box:hover:after {
   transform: scaleY(1);
   transition-duration: 0.5s;
 }

 .why-choose-box:before {
   transform-origin: right top 0;
 }

 .why-choose-box:after {
   transform-origin: left bottom 0;
 }

 .why-choose-box .content:before {
   transform-origin: right top 0;
 }

 .why-choose-box .content:after {
   transform-origin: top left 0;
 }

 .why-choose-box:before,
 .why-choose-box:after {
   height: 100%;
   width: 3px;
   transform: scaleY(0);
   transition-duration: 0.5s;
 }

 .why-choose-box:hover .content:before,
 .why-choose-box:hover .content:after {
   transform: scaleX(1);
   transition-duration: 0.5s;
 }

 .why-choose-box .content:before,
 .why-choose-box .content:after {
   width: 100%;
   height: 3px;
   transform: scaleX(0);
   transition-duration: 0.5s;
 }

 .video-bg {
   position: relative;
   width: 100%;
   height: 100vh;
   z-index: 2;
 }

 .video-bg::before {
   position: absolute;
   width: 100%;
   height: 100%;
   content: '';
   background-color: #00000000;
   z-index: 2;
 }

 .video-bg video {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 /* ......... */
 .portfolio-inner article .box-img {
   -webkit-clip-path: inset(0%);
   clip-path: inset(0%);
   display: block;
   position: relative;
   transition: all 0.5s cubic-bezier(0.67, 0, 0.285, 1);
 }

 .portfolio-inner article a {
   text-decoration: none;
 }

 .portfolio-inner article .entry-image {
   /* background-color: #f2efe9; */
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   height: 350px;
   margin: 0 auto;
   padding: 0;
   position: relative;
   width: 100%;
   transition: all 0.6s ease;
 }

 .portfolio-inner article .entry-image:before {
   content: '';
   display: block;
   /*padding-top: 120%;*/
 }

 .portfolio-inner article .entry-image .overlay {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   opacity: 0;
   padding: 20px;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 1;
   transition: all 0.3s ease;
 }

 .portfolio-inner article .entry-image .overlay:before {
   border: 1px solid #f2efe9;
   content: '';
   height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   transition: all 0.3s ease;
   width: 100%;
 }

 .portfolio-inner article .entry-image .overlay h4 {
   color: #ffffff;
   margin: 0;
   text-align: center;
   font-weight: bold;
   background: rgba(0, 0, 0, .5);
   padding: 10px 12px;
 }

 .title--small {
   word-wrap: break-word;
   letter-spacing: 5px;
   font-size: 1rem;
   line-height: 1rem;
 }

 .text--shadow {
   text-shadow: 0px 0px 20px #000;
 }

 .portfolio-inner article .entry-text {
   padding: 15px 0 0 0;
 }

 .portfolio-inner article .entry-text h4 {
   line-height: 1.15;
   margin: 0;
 }

 .portfolio-inner article:hover .entry-image .overlay {
   opacity: 1;
   border: 5px solid #f8bc0c;
 }

 .portfolio-inner article:hover .entry-image .overlay:before {
   height: calc(100% - 50px);
   width: calc(100% - 50px);
 }

 .title--medium-to-large {
   font-size: 18px;
   font-weight: 600;
   color: #fff;
 }


 .cwdesign-wrap {
   width: 100%;
   z-index: 9999;
 }

 .cwdesign-menu>ul>li>a,
 .cwdesign-menu ul li a.active,
 .cwdesign-menu-footer div.reservation .call {
   color: #fff;
 }

 .cwdesign-wrap .socilfoootericon li a {
   color: #fff;
   font-size: 22px;
 }

 .cwdesign-nav-toggle.active i:before,
 .cwdesign-nav-toggle.active i:after {
   background: #fff !important;
 }

 .cwdesign-wrap-inner {
   text-align: center;
 }

 .cwdesign-menu-footer a {
   color: #d0da45;
   display: inline-block;
   position: relative;
 }


 .testimonial-box {
   padding: 30px 30px;
   margin-bottom: 40px;
   border: 1px solid rgb(230, 227, 227);
   border-left: 5px solid #fbc00c;
   text-align: center;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   color: #fff;
 }

 .testimonial-box h4 {
   color: #fbc00c;
 }

 .testimonial-box i {
   font-size: 60px;
   color: #fbc00c;
 }

 .hover-card {
   position: relative;
   overflow: hidden;
   cursor: pointer;
 }

 /* IMAGE */
 .img-box img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   transition: transform 0.5s ease;
 }

 .hover-card:hover img {
   transform: scale(1.1);
 }

 /* OVERLAY */
 .overlay-content {
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, 0.6);
   color: #fff;

   display: flex;
   align-items: flex-end;
   /* ⬅ bottom align */
   padding: 25px;

   opacity: 0;
   transition: opacity 0.4s ease;
 }

 /* TEXT */
 .overlay-content h3 {
   margin: 0;
   transform: translateY(20px);
   transition: transform 0.4s ease;
 }

 /* HIDE PARAGRAPH */
 .overlay-content p {
   display: none;
 }

 /* SHOW ONLY H3 ON HOVER */
 .hover-card:hover .overlay-content {
   opacity: 1;
 }

 .hover-card:hover .overlay-content h3 {
   transform: translateY(0);
   color: #fff
 }

 .projects-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%);
 }

 .projects-sec .owl-theme .owl-nav button {
   position: absolute !important;
   width: 40px;
   height: 40px;
   line-height: 34px;
   background: #fbc00c !important;
   color: #000 !important;
   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);
 }

 .projects-sec .owl-theme .owl-nav button.owl-next {
   right: -40px;
 }

 .projects-sec .owl-theme .owl-nav button.owl-prev {
   left: -40px;
 }

 .projects-sec .owl-theme .owl-nav [class*="owl-"]:hover {
   background-color: #856300 !important;
   color: #fff !important;
 }

 .projects-sec .carousel-counter {
   text-align: center;
   margin-top: 10px;
   font-size: 16px;
   color: #fff;
   letter-spacing: 1px;
   opacity: 0.9;
 }

 .projects-sec .carousel-counter span {
   font-weight: 500;
 }

 .hr-sec hr {
   color: #7e7e7e
 }

 .feature-box {
   display: flex;
   gap: 20px;
   margin-bottom: 35px;
   padding: 20px;
   border-radius: 12px;
   background: rgba(255, 255, 255, 0.05);
   backdrop-filter: blur(8px);
   border: 1px solid rgba(255, 255, 255, 0.1);
   transition: 0.4s ease;
 }

 .feature-box:hover {
   transform: translateY(-6px);
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
   border-color: rgba(255, 255, 255, 0.3);
 }

 .feature-box .icon {
   width: 65px;
   height: 65px;
   border-radius: 50%;
   background: #fbbf0d;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #111;
   font-size: 26px;
   flex-shrink: 0;
   box-shadow: 0 0 12px #9b87386e;
 }

 .feature-box h4 {
   margin: 0;
   font-size: 18px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 1px;
   color: #fff
 }

 .feature-box p {
   margin: 5px 0 0;
   font-size: 14px;
   line-height: 1.5;
   opacity: 0.85;
   color: #fff
 }

 @media (min-width: 220px) and (max-width: 567px) {
   .parallax-window {
     height: 200px;
   }
 }

 @media (min-width: 1280px) and (max-width: 1900px) {
   .navigation a {
     font-size: 14px;
     padding: 8px 14px;
   }

   .header-btn a {
     background-color: transparent;
     border: 2px solid #585858;
     border-radius: 15px 0;
     padding: 8px;
     color: #585858;
     font-size: 15px;
   }

   .top-contact-list li a i,
   .top-contact-list li a {
     display: inline-block;
     vertical-align: middle;
     font-size: 90%;
   }
 }

 @media (min-width: 1280px) and (max-width: 1555px) {
   .navigation a {
     font-size: 12px;
     padding: 8px 8px;
   }

   .header-btn a {
     background-color: transparent;
     border: 2px solid #585858;
     border-radius: 15px 0;
     padding: 8px;
     color: #585858;
     font-size: 10px;
   }

   .cwdesign-wrap.cwdesign-wrap-show {
     display: flex;
   }

 }


 @media (min-width: 1301px) and (max-width: 1400px) {

   .sec3,
   .sec2,
   .sec4,
   .sec5,
   .sec6 {
     padding: 90px 50px;
   }

   .sec01 {
     padding: 200px 50px 90px 50px;
   }

   .home-page .logo img {
     width: 86%;
   }

   .slider-box .item {
     padding-top: 0;
   }

   .p-80 {
     padding: 100px 60px !important;
   }

   .p-100 {
     padding: 80px 60px !important;
   }

   #banner_svg {
     height: 100px;
   }

   .first-sec01 {
     padding-bottom: 150px !important;
   }

   .section05 .padb-50 {
     padding-bottom: 80px !important;
   }

   .bg-shape {
     padding: 100px 50px !important;
   }

   .bg-shape #skill-footer-svg {
     height: 100px;
   }

   .section05 #skill-footer-svg {
     height: 100px;
   }

   .isStuck .header-logo02.cwdesign-logo img,
   .middlemogo img {
     width: 117px;
   }
 }

 @media (min-width: 1200px) and (max-width: 1300px) {

   .sec3,
   .sec2,
   .sec4,
   .sec5,
   .sec6 {
     padding: 90px 50px;
   }

   .sec01 {
     padding: 200px 50px 90px 50px;
   }

   .home-page .logo img {
     width: 76%;
   }

   .bg-shape h2 {
     font-size: 50px;
   }

   .slider-box .item {
     padding-top: 0;
   }

   .isStuck .header-logo02.cwdesign-logo img,
   .middlemogo img {
     width: 117px;
   }

   .p-80 {
     padding: 100px 60px !important;
   }

   .p-100 {
     padding: 80px 60px !important;
   }

   #banner_svg {
     height: 100px;
   }

   .first-sec01 {
     padding-bottom: 150px !important;
   }

   .section05 .padb-50 {
     padding-bottom: 80px !important;
   }

   .bg-shape {
     padding: 100px 50px !important;
   }

   .bg-shape #skill-footer-svg {
     height: 100px;
   }

   .section05 #skill-footer-svg {
     height: 100px;
   }
 }


 @media (min-width: 320px) and (max-width: 991px) {

   .cursor {
     background: transparent;
   }

   .banner-sec {
     background-attachment: scroll !important;
   }

   .bs-slider .carousel-inner .carousel-item img {
     height: auto;
   }

   #contact-sec {
     position: static;
   }

   .isStuck .cwdesign-menu ul {
     margin-top: 10px;
   }

   .innertext-onimg {
     position: relative;
     left: auto;
     top: auto;
     transform: none;
     text-align: center;
     padding: 20px;
   }

   .content__image-wrap {
     height: auto !important;
     min-height: auto !important;
   }

   .bg-right-sec:before {
     position: absolute;
     top: unset;
     right: 0;
     bottom: 0;
     background: radial-gradient(circle farthest-corner at center center, #E2C675 0%, #585858 63%, #7E6F41 100%);
     content: '';
     width: 100%;
     height: 40%;
     z-index: -1;
   }

   .bg-left-sec:before {
     position: absolute;
     top: 0;
     left: 0;
     background: radial-gradient(circle farthest-corner at center center, #E2C675 0%, #585858 63%, #7E6F41 100%);
     content: '';
     width: 100%;
     height: 40%;
     z-index: -1;
   }

   /*.cwdesign-header {
    position: relative;
    background-color: #dcc7b9;
  }*/
   .isStuck {
     box-shadow: none;
   }

   .cwdesign-nav-toggle.active i:before,
   .cwdesign-nav-toggle.active i:after {
     background: #fff !important;
   }

   .nav-wrapper {
     padding: 0;
   }

   .isStuck .header-logo02.cwdesign-logo img {
     width: 20%;
   }

   .shape-fixed,
   .shape-fixed-top {
     position: absolute;
     bottom: -1px;
     left: 0;
     width: 100%;
     content: "";
     z-index: 998;
   }

   .home-page .header-top-fixed {
     position: relative;
     background-color: #191b22;
   }

   .p-80 {
     padding: 40px 20px !important;
   }

   .bg-shape h6 {
     color: #fff;
   }

   .bg-shape h2 {
     font-size: 50px;
     color: #fff;
   }

   .flexbox {
     display: block;
   }

   .width-40,
   .width-50,
   .width-60 {
     width: 100%;
   }

   .header-top-fixed {
     position: static;
     background-color: #fff;
   }

   .mobile-menu {
     display: table;
     font-size: 20px;
     border: 1px solid #585858;
     padding: 10px 14px;
     color: #fff;
     background-color: #585858;
     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: #585858;
     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;
   }

   .banner-content-wrap {
     width: 90%;
   }

   /* .m-parallax-bg {
    background-image: none !important;
    min-height: 100% !important;
    height: 100% !important;
  } */

   .area-london {
     width: 100%;
     height: 400px;
   }

   .head-btn {
     font-size: 12px;
   }

   /*.logo img{
    width: 50%;
  }*/
   .home-page .logo img {
     width: 100%;
   }

   .top-contact-wrap {
     justify-content: center;
   }

   .footer-sec {
     padding-top: 35px;
     padding-bottom: 35px;
   }

   .top-contact-list li {
     color: #666;
   }

   #banner_svg {
     height: 80px;
     display: none;
   }

   .first-sec:before {
     width: 70%;
     left: 15%;
     height: 100%;
     top: 0%;
   }

   #skill-footer-svg {
     display: none;
   }

   .p-100 {
     padding: 40px 20px !important;
   }

   .project-block-one {
     margin-bottom: 50px;
   }

   .padb-50 {
     padding-bottom: 20px;
   }

   .service-box-sec #skill-footer-svg {
     height: 100px;
   }

   .section05 #skill-footer-svg {
     height: 100px;
   }

   .bg-shape #skill-footer-svg {
     height: 100px;
   }

   .text-right {
     text-align: center;
   }

   .servies-box img {
     width: 100%;
     height: 100%;
   }

   .innertext-onimg {
     position: relative;
     left: auto;
     top: auto;
     transform: none;
     text-align: center;
     padding: 20px;
   }

   .flexbox {
     display: block;
   }

   .margin-sec-img {
     margin-top: 30px;
   }

   .image-scrollwrap {
     margin-bottom: 30px;
   }

   .right-column {
     margin-top: 30px;
   }

   .cwdesign-menu>ul>li>a {
     font-size: 30px;
     line-height: 40px;
   }

   .cwdesign-menu ul li {
     font-size: 30px;
     line-height: 50px;
   }

   .cwdesign-wrap.cwdesign-wrap-show {
     display: grid;
   }

   .imgoverlap_below {
     transform: translateY(0);
   }

   .loc-col.position-relative {
     display: none !important;
   }

   .rixos-wrap-burger-wrap .btnonimg.hoveicon_change span,
   .rixos-wrap-burger-wrap .contactheader {
     font-size: 22px !important;
     letter-spacing: 0 !important;
     line-height: 1.2 !important;
   }

   .circlei_menu {
     font-size: 22px;
     letter-spacing: 0;
   }

   .btn-1 i {
     display: none;
   }

   .cwdesign-header .cwdesign-logo img {
     width: 140px;
     margin: 0 0 0;
   }

   .reservations.reserv {
     min-height: auto;
   }
 }

 @media (min-width: 768px) and (max-width: 991px) {
   .home-parallax h1 {
     font-size: 40px;
     font-style: normal;
     font-weight: 700;
     line-height: 60px;
     margin-bottom: 20px;
   }

   .first-sec .contact-box-new {
     text-align: center;
     margin-top: 30px;
   }

   .list1-new2 {
     min-height: 398px;
   }

   .list1-new3 {
     min-height: 480px;
   }

   .list1-new4 {
     min-height: 605px;
   }

   .service-box {
     padding: 20px;
     min-height: 500px;
   }

   .service-box.new-box1 {
     min-height: 500px;
   }

   #metro-touch-slider .carousel-caption h1 {
     font-size: 35px;
     font-weight: 600;
     letter-spacing: .25ch;
     line-height: 45px;
   }

   /* #metro-touch-slider .carousel-caption h2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .25ch;
    line-height: 45px;
  } */

   .btn {
     padding: 14px 30px;
   }

   .logo {
     display: block;
     margin: 10px auto;
     width: 30%;
   }

   /* 
  #metro-touch-slider .carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
  } */

   .team-style {
     min-height: 580px;
   }

   .form-box {
     padding: 50px;
   }

   .single-service-item .text-holder h3 {
     padding: 10px 15px;
   }

   #service-slider .owl-nav button.owl-prev {
     margin-right: 40px;
   }

   .bg-shape {
     padding: 180px 50px !important;
   }

   .isStuck .header-logo02.cwdesign-logo img {
     width: 35%;
   }

   .cwdesign-menu ul li {
     padding: 8px 0;
     margin: 0;
   }

   .cwdesign-menu>ul>li>a {
     font-size: 22px;
     line-height: 32px;
   }

   .cwdesign-menu ul li {
     font-size: 18px;
     line-height: 22px;
   }
 }

 @media (min-width: 320px) and (max-width: 767px) {
   .head-btn-sec {
     display: none;
   }

   .cwdesign-nav-toggle {
     float: none;
     display: inline-block !important;
   }

   /*.cwdesign-wrap-burger-wrap{
    margin-top: 20px;
  }*/
   .form-box {
     padding: 30px;
   }

   .big-title {
     font-size: 3rem;
   }

   .menu-center {
     text-align: center;
     margin-top: 10px;
   }

   .list1-new4,
   .list1-new3,
   .list1-new2 {
     min-height: auto;
   }

   .service-box {
     min-height: auto;
   }

   .service-box.new-box1 {
     min-height: auto;
   }

   .team-style {
     min-height: 550px;
   }

   .new-sec1 {
     padding: 30px;
   }

   .section03 {
     padding: 30px;
   }

   .bg-shape img {
     width: 35%;
     margin-bottom: 30px;
   }

   .bg-shape h6 {
     font-size: 25px;
   }

   .bg-shape h2 {
     font-size: 30px;
   }

   .project-block-one {
     margin-bottom: 30px;
   }

   .testimonial-box {
     margin-bottom: 30px;
   }

   .bg-shape {
     padding: 180px 50px !important;
   }

   .slide-text-h4 {
     margin-bottom: 15px !important;
   }
 }

 @media (min-width: 576px) and (max-width: 767px) {
   .top-contact-wrap {
     justify-content: center;
   }

   .slide-text h3 {
     font-size: 22px !important;
   }

   .rixos-wrap-burger-wrap a {
     letter-spacing: 0;
   }

   .logo img {
     width: 50%;
   }

   .logo {
     display: block;
     margin: 10px auto;
     width: 50%;
     text-align: center;
   }

   .video-wrap video {
     position: absolute;
     top: 0;
     transform: none;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     object-fit: cover;
   }

   .video-wrap {
     position: relative;
     height: 550px;
     overflow: hidden;
   }

   /* #metro-touch-slider .carousel-caption h1 {
    font-size: 35px !important;
    font-weight: 600;
    letter-spacing: .25ch;
    line-height: 45px;
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 35px !important;
    font-weight: 600;
    letter-spacing: .25ch;
    line-height: 45px;
  } */


   .btn {
     padding: 14px 30px;
   }

   /* #metro-touch-slider .carousel-caption {
    padding-top: 0;
  } */

   h1 {
     font-size: 38px !important;
   }

   .banner-text h1 {
     font-size: 70px !important;
   }

   #service-slider .owl-nav button.owl-prev {
     margin-right: 40px;
   }

   .section-header {
     font-size: 50px;
   }

   .isStuck .header-logo02.cwdesign-logo img {
     width: 35%;
   }

   .cwdesign-menu ul li {
     padding: 5px 0;
     margin: 0;
   }

   .cwdesign-menu>ul>li>a {
     font-size: 18px;
     line-height: 30px;
   }

   .cwdesign-menu ul li {
     font-size: 13px;
     line-height: 20px;
   }
 }

 @media (min-width: 320px) and (max-width: 425px) {
   .cwdesign-header .btn-1 i {
     display: none !important;
   }
 }

 @media (min-width: 320px) and (max-width: 575px) {
   .sec1 {
     padding: 20px 10px;
   }

   .sec01 {
     padding: 20px 10px;
   }

   .banner-text h1 {
     font-size: 25px;
     margin-top: 10px;
     margin-bottom: 0;
   }

   .banner-content .typed-cursor {
     color: transparent;
   }

   .sec3 {
     padding: 20px 10px;
   }

   .sec2,
   .sec4,
   .sec5,
   .sec6 {
     padding: 20px 10px;
   }

   .banner-text02 h1 {
     font-size: 25px;
     margin-top: 10px;
     margin-bottom: 0;
   }

   .banner-content h2,
   .banner-content h1 {
     font-size: 45px;
   }

   .step-box02 {
     padding: 15px;
   }

   .rixos-wrap-burger-wrap a,
   .rixos-wrap-burger-wrap .btnonimg.hoveicon_change span,
   .rixos-wrap-burger-wrap .btnonimg.hoveicon_change i,
   .rixos-wrap-burger-wrap .btnonimg.hoveicon_change span i,
   .rixos-wrap-burger-wrap .contactheader {
     font-size: 13px;
     letter-spacing: 0;
     line-height: 1.2 !important;
   }

   .rixos-wrap-burger-wrap .btnonimg.hoveicon_change span,
   .rixos-wrap-burger-wrap .contactheader {
     font-size: 13px !important;
     letter-spacing: 0 !important;
     line-height: 1.2 !important;
   }

   .portfoliopage .rixos-wrap-burger-wrap .btn-1.gallery-btn,
   .portfoliopage .rixos-wrap-burger-wrap .btn-1.gallery-btn span {
     line-height: 1.2 !important;
   }

   .circlei_menu {
     font-size: 15px;
     letter-spacing: 0;
   }

   .cwdesign-wrap {
     padding: 0 15px;
   }

   .cwdesign-menu ul li {
     padding: 5px 0;
     margin: 0;
   }

   .cwdesign-menu>ul>li>a {
     font-size: 18px;
   }

   .text-right {
     text-align: left;
   }

   .cwdesign-header .cwdesign-logo img {
     width: 100%;
   }

   .slider-wrapper .banner-content-wrap .slide-title {
     font-size: 26px;
     margin-bottom: 15px;
   }

   .slide-bg {
     padding: 20px;
   }

   h2 {
     font-size: 32px !important;
   }

   .form-box {
     padding: 20px;
   }

   .bg-shape img {
     width: 55%;
     margin-bottom: 30px;
   }

   .bg-shape {
     padding: 50px 20px !important;
   }

   .home-parallax h1 {
     font-size: 22px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     margin-bottom: 20px;
   }

   .big-title {
     font-size: 3rem;
   }

   .top-contact-list {
     text-align: center;
   }

   .top-contact-wrap {
     justify-content: center;
     gap: 7px;
     text-align: center;
   }

   .social-links li {
     padding-right: 3px;
   }

   .slide-text h3 {
     font-size: 16px !important;
   }

   .slide-text h2 {
     font-size: 19px !important;
     line-height: 25px !important;
   }

   .top-contact-list li a i,
   .top-contact-list li a {
     font-size: 14px;
   }

   .mobile-menu {
     padding: 7px 10px;
   }

   .list1-new2 h2,
   .list1-new4 h2 {
     font-size: 25px;
   }

   .btn {
     padding: 10px 20px;
   }

   .logo {
     display: block;
     margin: 10px auto;
     width: 80%;
   }

   .carousel-caption {
     right: 5%;
     left: 5%;
     padding-bottom: 0;
   }

   .form-new {
     padding: 20px;
   }

   #service-slider .owl-nav button.owl-prev {
     margin-right: 60px;
   }

   .bg-right-sec:before {
     height: 20%;
   }

   .bg-left-sec:before {
     height: 20%;
   }

   .slider-box .item {
     padding: 10px;
   }

   .first-sec:before {
     width: 100%;
     left: 0;
   }

   .first-sec .contact-box-new {
     margin-top: 0;
   }

   .footer-widget {
     padding: 15px 0;
   }

   .testi-box-inner {
     padding: 10px;
   }

   .testimonial-box {
     padding: 10px;
   }

   .isStuck .header-logo02.cwdesign-logo img {
     width: 50px;
     margin-top: 0;
   }

   .primary-button {
     padding: 10px 10px 10px 88px;
   }

   .slide-text-h4 {
     font-size: 16px;
   }

   .reservations .text a {
     font-size: 17px;
   }

   .addresscontact {
     padding: 15px;
   }

   .section-header {
     font-size: 40px;
   }

   .cwdesign-menu ul li {
     font-size: 13px;
     line-height: 20px;
   }

   .cwdesign-menu i {
     font-size: 15px;
   }

   .get_touch_heading_btn span {
     font-size: 20px;
   }

   .get_touch_heading_btn i {
     font-size: 19px;
   }

   .cwdesign-menu>ul>li>a {
     line-height: 30px;
   }

   .font-3em {
     font-size: 2.2em;
     line-height: 1.1em;
   }

   .section-footer-cta {
     height: auto;
     padding: 15px;
   }

   .addresscontact {
     outline-offset: 10px;
   }

   .heading_h2 {
     font-size: 2em;
   }

   .faq-sec {
     padding: 15px;
     outline-offset: -7px;
   }
   .faq-sec .accordion-button {
    font-size: 1.3rem;
   }
   .feature-box {
		margin-bottom: 25px;
		padding: 15px 10px;
	}

	.feature-box .icon {
		width: 45px;
		height: 45px;
	}

	.feature-box .icon img {
		width: 30px
	}

 }