 /* Css For Aventour */

 /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Experience section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

 /*** 

====================================================================
  Reset
====================================================================

 ***/

 * {
     margin: 0px;
     padding: 0px;
     border: none;
     outline: none;
 }

 /*** 

====================================================================
  Global Settings
====================================================================

 ***/

 :root {
     --theme-color: #fdcb08;;
     --secondary-color: #015285;
     --text-color: #5f6366;
     --title-color: #053655;
     --text-font: "Mona Sans", sans-serif;
     --title-font: "Mona Sans", sans-serif;
     --secondary-font: "Merienda", cursive;
 }

 body {
     font-size: 17px;
     color: var(--text-color);
     line-height: 28px;
     font-weight: 400;
     background: #ffffff;
     font-family: var(--text-font);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center top;
     -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
     .container {
         max-width: 1200px;
         padding: 0px 15px;
     }
 }

 .large-container {
     max-width: 1550px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .container-fluid {
     padding: 0px;
 }

 .auto-container {
     position: static;
     max-width: 1200px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .small-container {
     max-width: 680px;
     margin: 0 auto;
 }

 .boxed_wrapper {
     position: relative;
     margin: 0 auto;
     overflow: hidden !important;
     width: 100%;
     min-width: 300px;
 }

 a {
     text-decoration: none;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 a:hover {
     text-decoration: none;
     outline: none;
 }

 input,
 button,
 select,
 textarea {
     font-family: var(--text-font);
     font-weight: 400;
     font-size: 16px;
     background: transparent;
 }

 ::-webkit-input-placeholder {
     color: inherit;
 }

 ::-moz-input-placeholder {
     color: inherit;
 }

 ::-ms-input-placeholder {
     color: inherit;
 }

 ul,
 li {
     list-style: none;
     padding: 0px;
     margin: 0px;
 }

 input {
     transition: all 500ms ease;
 }

 button:focus,
 input:focus,
 textarea:focus {
     outline: none;
     box-shadow: none;
     transition: all 500ms ease;
 }

 p {
     position: relative;
     font-size: 17px;
     line-height: 28px;
     font-family: var(--text-font);
     color: var(--text-color);
     font-weight: 400;
     margin: 0px;
     transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     position: relative;
     font-family: var(--title-font);
     font-weight: 600;
     color: var(--title-color);
     margin: 0px;
     transition: all 500ms ease;
 }

 /* Preloader */

 .handle-preloader {
     align-items: center;
     -webkit-align-items: center;
     display: flex;
     display: -ms-flexbox;
     height: 100%;
     justify-content: center;
     -webkit-justify-content: center;
     position: fixed;
     background: var(--secondary-color);
     left: 0;
     top: 0;
     width: 100%;
     z-index: 9999999;
 }

 .handle-preloader .animation-preloader {
     position: absolute;
     z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
     animation: spinner 1.5s infinite linear;
     border-radius: 50%;
     height: 70px;
     margin: 0 auto;
     width: 70px;
 }

 .handle-preloader .animation-preloader .txt-loading {
     text-align: center;
     user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
     animation: letters-loading 4s infinite;
     content: attr(data-text-preloader);
     left: 0;
     opacity: 0;
     top: 0;
     position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-family: var(--title-font);
     font-weight: 500;
     letter-spacing: 15px;
     display: inline-block;
     position: relative;
     font-size: 70px;
     line-height: 70px;
     text-transform: uppercase;
     color: transparent;
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
     animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
     animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
     animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
     animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
     animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
     animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
     animation-delay: 1.4s;
 }

 .handle-preloader .loader-section {
     background-color: #ffffff;
     height: 100%;
     position: fixed;
     top: 0;
     width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
     opacity: 0;
     transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
     color: #ffffff;
 }

 .handle-preloader .animation-preloader .spinner {
     border: 4px solid #ffffff;
     border-top-color: transparent;
 }

 /* AnimaciÃ³n del preloader */

 @keyframes spinner {
     to {
         transform: rotateZ(360deg);
     }
 }

 @keyframes letters-loading {
     0%,
     75%,
     100% {
         opacity: 0;
         transform: rotateY(-90deg);
     }
     25%,
     50% {
         opacity: 1;
         transform: rotateY(0deg);
     }
 }

 @media screen and (max-width: 767px) {
     .handle-preloader .animation-preloader .spinner {
         height: 8em;
         width: 8em;
     }
 }

 @media screen and (max-width: 500px) {
     .handle-preloader .animation-preloader .spinner {
         height: 7em;
         width: 7em;
     }
     .handle-preloader .animation-preloader .txt-loading .letters-loading {
         font-size: 30px;
         letter-spacing: 10px;
     }
 }

 .centred {
     text-align: center;
 }

 .pull-left {
     float: left;
 }

 .pull-right {
     float: right;
 }

 figure {
     margin: 0px;
 }

 img {
     display: inline-block;
     max-width: 100%;
     height: auto;
     transition-delay: .1s;
     transition-timing-function: ease-in-out;
     transition-duration: .7s;
     transition-property: all;
 }

 /** button **/

 .theme-btn {
     position: relative;
     display: inline-flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     font-size: 17px;
     line-height: 26px;
     font-weight: 600;
     font-family: var(--title-font);
     text-align: center;
     padding: 5px 5px 5px 20px;
     background-color: var(--theme-color);
     border-radius: 40px;
     text-transform: capitalize;
     color: #fff;
     z-index: 1;
     transition: all 300ms linear;
 }

 .theme-btn:hover {
     background-color: var(--secondary-color);
 }

 .theme-btn i {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     text-align: center;
     background-color: #fff;
     border-radius: 5px 40px 40px 5px;
     font-size: 22px;
     color: var(--theme-color);
     transition: all 300ms linear;
 }

 .theme-btn:hover i {
     color: var(--theme-color);
     border-radius: 50%;
 }

 .row {
     --bs-gutter-x: 30px;
 }

 .pagination {
     position: relative;
     display: inline-flex;
     align-items: center;
     gap: 10px;
 }

 .pagination-wrapper {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .pagination li a {
     position: relative;
     display: inline-block;
     width: 54px;
     height: 54px;
     line-height: 54px;
     min-width: 54px;
     border: 1px solid #dee6ea;
     border-radius: 50%;
     text-align: center;
     font-size: 20px;
     color: #a0a9ae;
     font-weight: 600;
 }

 .pagination li a img {
     position: relative;
     display: inline-block;
     top: -2px;
 }

 .pagination li a:hover,
 .pagination li a.current {
     color: #fff;
     background-color: var(--theme-color);
     border-color: var(--theme-color);
 }

 .mr-0 {
     margin: 0px !important;
 }

 .scroll-top {
     position: fixed;
     width: 60px;
     height: 60px;
     line-height: 60px;
     bottom: 0px;
     right: 40px;
     z-index: 99;
     border: 1px solid var(--theme-color);
     border-radius: 50%;
     font-size: 30px;
     color: var(--theme-color);
     background-color: #fff;
     text-align: center;
     cursor: pointer;
     opacity: 0;
     transition: all 400ms linear;
 }

 .scroll-top i {
     position: relative;
     display: inline-block;
     transform: rotate(-90deg);
     left: 3px;
 }

 .scroll-top.open {
     bottom: 40px;
     opacity: 1;
 }

 .floating-whatsapp {
     position: fixed;
     right: 40px;
     bottom: 115px;
     width: 60px;
     height: 60px;
     line-height: 64px;
     border-radius: 50%;
     background-color: #25d366;
     color: #fff;
     text-align: center;
     font-size: 30px;
     box-shadow: 0px 12px 30px rgba(37, 211, 102, 0.35);
     z-index: 100;
     transition: all 300ms ease;
 }

 .floating-whatsapp:hover {
     color: #fff;
     background-color: #1ebe5d;
     transform: translateY(-3px);
 }

 .sec-title {
     position: relative;
     display: block;
     margin-bottom: 48px;
 }

 .sec-title .sub-title {
     margin-bottom: 8px;
 }

 .sec-title h2 {
     font-size: 48px;
     line-height: 58px;
     font-weight: 700;
 }

 .sec-title.light h2 {
     color: #fff;
 }

 .sec-pad {
     padding: 113px 0px 120px 0px;
 }

 .sec-pad-2 {
     padding: 113px 0px 90px 0px;
 }

 /*** 

====================================================================
                        Home-Page-One
====================================================================

***/

 /** main-header **/

 .main-header {
     position: relative;
     left: 0px;
     top: 0px;
     right: 0px;
     z-index: 999;
     width: 100%;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .sticky-header {
     position: fixed;
     opacity: 0;
     visibility: hidden;
     left: 0px;
     top: 0px;
     width: 100%;
     z-index: 0;
     background-color: #fff;
     border-bottom: 1px solid rgba(0, 0, 0, 0.10);
     transition: all 500ms linear;
 }

 .fixed-header .sticky-header {
     z-index: 999;
     opacity: 1;
     visibility: visible;
     -ms-animation-name: fadeInDown;
     -moz-animation-name: fadeInDown;
     -op-animation-name: fadeInDown;
     -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
     -ms-animation-duration: 500ms;
     -moz-animation-duration: 500ms;
     -op-animation-duration: 500ms;
     -webkit-animation-duration: 500ms;
     animation-duration: 500ms;
     -ms-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
     -op-animation-timing-function: linear;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
     -ms-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
     -op-animation-iteration-count: 1;
     -webkit-animation-iteration-count: 1;
     animation-iteration-count: 1;
 }

 .header-top {
     position: relative;
 }

 .header-top .bg-layer {
     position: absolute;
     left: -20px;
     top: 0px;
     width: calc(100% + 40px);
     height: 100%;
     mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1563' height='50' viewBox='0 0 1563 50'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='1563' height='50'/%3E%3C/svg%3E");
     -webkit-mask-repeat: no-repeat;
     mask-repeat: no-repeat;
     mask-position: bottom center;
     mask-size: cover;
     background-color: var(--secondary-color);
 }

 .header-top .top-inner {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 11px 30px;
 }

 .header-top .top-inner p {
     display: flex;
     align-items: center;
     gap: 5px;
     color: #fff;
 }

 .header-top .top-inner p a {
     color: #fff;
 }

 .header-top .top-inner p a:hover {
     color: var(--theme-color);
 }

 .header-top .top-inner p span {
     font-size: 14px;
     font-weight: 500;
     color: #a7c1d1;
     text-transform: uppercase;
 }

 .header-top .right-column {
     position: relative;
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .header-top .right-column .info-list {
     position: relative;
     padding-right: 20px;
     display: flex;
     align-items: center;
     gap: 30px;
 }

 .header-top .right-column .info-list::before {
     position: absolute;
     content: '';
     background-color: #2773a2;
     width: 1px;
     height: 20px;
     top: 4px;
     right: 0px;
 }

 .header-top .right-column .info-list li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .header-top .right-column .info-list li a {
     display: inline-block;
     color: #fff;
 }

 .header-top .right-column .info-list li a:hover {
     color: var(--theme-color);
 }

 .header-top .right-column .social-links {
     position: relative;
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .header-top .right-column .social-links li a {
     position: relative;
     display: inline-block;
     font-size: 18px;
     color: #fff;
 }

 .header-top .right-column .social-links li a:hover {
     color: var(--theme-color);
 }

 .main-header .outer-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-top: 25px;
     padding-bottom: 25px;
 }

 .menu-right-content {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .menu-right-content .language-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     background-color: #edf2f5;
     border-radius: 40px;
     padding: 13px 20px;
 }

 .menu-right-content .language-box .nice-select {
     position: relative;
     display: inline-block;
     font-size: 17px;
     line-height: 28px;
     color: var(--title-color);
     cursor: pointer;
     padding-right: 18px;
 }

 .menu-right-content .language-box .nice-select::before {
     position: absolute;
     content: "\f105";
     font-family: "flaticon";
     font-size: 10px;
     top: 0px;
     right: 0px;
     color: var(--title-color);
     transition: all 200ms linear;
 }

 .menu-right-content .language-box .icon {
     position: relative;
     display: inline-block;
     font-size: 18px;
     line-height: 28px;
     color: #a0a9ae;
     top: 2px;
 }

 .menu-right-content .language-box .nice-select .list {
     left: inherit;
     right: -20px;
     margin-top: 15px;
 }

 .nice-select .option:hover,
 .nice-select .option.focus,
 .nice-select .option.selected.focus {
     background-color: #edf2f5;
 }

 .menu-right-content .sidebar-toggler {
     position: relative;
     display: inline-block;
     width: 54px;
     height: 54px;
     line-height: 54px;
     text-align: center;
     border-radius: 50%;
     background-color: var(--secondary-color);
     cursor: pointer;
 }

 /** sidebar-popup **/

 .sidebar-popup {
     position: fixed;
     right: 0px;
     top: 0px;
     width: 425px;
     height: 100%;
     z-index: 99999;
     transform: scaleX(0);
     transform-origin: right center;
     background: var(--secondary-color);
     opacity: 0;
     visibility: hidden;
     transition: all 400ms linear;
 }

 .sidebar-popup.popup-visible {
     transform: scaleX(1);
     opacity: 1;
     visibility: visible;
 }

 .sidebar-popup .popup-inner {
     position: relative;
     display: block;
     padding: 50px;
     padding-bottom: 120px;
     height: 100%;
     overflow-y: scroll;
 }

 .theme-btn.secondary-bg {
     background-color: var(--secondary-color);
 }

 .theme-btn.secondary-bg:hover {
     background-color: var(--theme-color);
 }

 .sidebar-popup .message-btn .theme-btn:hover {
     background-color: #fff;
     color: var(--theme-color);
 }

 .sidebar-popup .message-btn .theme-btn:hover i {
     color: #fff;
     background-color: var(--theme-color);
 }

 .sidebar-popup .close-popup {
     position: absolute;
     top: 30px;
     right: 30px;
     display: inline-block;
     font-size: 30px;
     color: #fff;
     cursor: pointer;
     text-align: center;
     transition: all 500ms ease;
 }

 .check-box-one input {
     display: none;
 }

 .check-box-one label {
     position: relative;
     font-size: 16px;
     line-height: 26px;
     font-family: var(--title-font);
     font-weight: 500;
     color: #fff;
     padding-left: 24px;
     display: inline-block;
     cursor: pointer;
 }

 .check-box-one label:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 4px;
     width: 14px;
     height: 14px;
     border-style: solid;
     border-width: 1px;
     border-color: #cdd5dd;
     background: transparent;
 }

 .check-box-one label:after {
     position: absolute;
     content: '';
     left: 4px;
     top: 8px;
     width: 6px;
     height: 6px;
     background: var(--theme-color);
     opacity: 0;
     transition: all 500ms ease;
 }

 .check-box-one input:checked+label:after {
     opacity: 1;
 }

 .sidebar-popup .logo-box {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .sidebar-popup .logo-box a {
     position: relative;
     display: inline-block;
 }

 .sidebar-popup .form-inner {
     position: relative;
     display: block;
     padding-bottom: 45px;
     border-bottom: 3px solid #cdd5dd;
     margin-bottom: 54px;
 }

 .sidebar-popup .form-inner::before {
     position: absolute;
     content: '';
     background-color: #cdd5dd;
     width: 70px;
     height: 1px;
     left: 0px;
     bottom: -7px;
 }

 .sidebar-popup .form-inner .form-group {
     position: relative;
     display: block;
     margin-bottom: 18px;
 }

 .sidebar-popup .form-inner .form-group label {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 16px;
     line-height: 26px;
     font-family: var(--title-font);
     color: #fff;
     font-weight: 500;
     margin-bottom: 8px;
 }

 .sidebar-popup .form-inner .form-group label i {
     position: relative;
     display: inline-block;
     font-size: 14px;
     top: 2px;
     color: var(--theme-color);
 }

 .sidebar-popup .form-inner .form-group input[type='email'],
 .sidebar-popup .form-inner .form-group input[type='password'] {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     border: 1px solid #dbdfe3;
     font-size: 17px;
     color: rgba(255, 255, 255, 0.70);
     padding: 10px 20px;
 }

 .sidebar-popup .form-inner .form-group input:focus {
     border-color: var(--theme-color);
 }

 .sidebar-popup .form-inner .forgot-password {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 26px;
 }

 .sidebar-popup .form-inner .forgot-password button {
     position: relative;
     display: inline-block;
     font-size: 17px;
     line-height: 20px;
     color: #fff;
     border-bottom: dashed;
     border-width: 1px;
     border-color: var(--theme-color);
     transition: all 500ms ease;
 }

 .sidebar-popup .form-inner .forgot-password button:hover {
     color: var(--theme-color);
 }

 .sidebar-popup .form-inner .text-box p {
     color: #fff;
 }

 .sidebar-popup .form-inner .text-box p a {
     display: inline-block;
     color: var(--theme-color);
 }

 .sidebar-popup .form-inner .text-box p a:hover {
     text-decoration: underline;
 }

 .sidebar-popup .inner-box {
     position: relative;
     display: block;
     background-color: var(--theme-color);
     padding: 40px;
     overflow: hidden;
     margin-bottom: 40px;
 }

 .sidebar-popup .inner-box .icon-box {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 56px;
     background-color: #fff;
     text-align: center;
     border-radius: 50%;
     font-size: 24px;
     color: var(--theme-color);
     margin-bottom: 18px;
 }

 .sidebar-popup .inner-box h3 {
     display: block;
     font-size: 24px;
     line-height: 32px;
     color: #fff;
     margin-bottom: 24px;
 }

 .sidebar-popup .inner-box h3 span {
     font-weight: 400;
 }

 .sidebar-popup .copyright p a,
 .sidebar-popup .copyright p {
     display: inline-block;
     color: #fff;
 }

 .sidebar-popup .copyright p a:hover {
     text-decoration: underline;
 }

 .sidebar-popup .inner-box .light-icon {
     position: absolute;
     top: 10px;
     right: 20px;
     font-size: 170px;
     color: rgba(255, 255, 255, 0.10);
 }

 /** main-menu **/

 .main-menu .navbar-collapse {
     padding: 0px;
     display: block !important;
 }

 .main-menu .navigation {
     margin: 0px;
 }

 .main-menu .navigation>li {
     position: inherit;
     float: left;
     margin: 0px 14px;
     transition: all 500ms ease;
 }

 .header-style-one .main-menu .navigation>li {
     margin-right: 4px;
     margin-left: 0px;
     text-align: left;
 }

 .main-menu .navigation>li:last-child {
     margin-right: 0px !important;
 }

 .main-menu .navigation>li:first-child {
     margin-left: 0px !important;
 }

 .main-menu .navigation>li>a {
     position: relative;
     display: block;
     text-align: center;
     font-size: 17px;
     line-height: 30px;
     font-weight: 600;
     font-family: var(--title-font);
     opacity: 1;
     color: var(--title-color);
     z-index: 1;
     text-transform: capitalize;
     padding: 12px 0px;
     transition: all 200ms linear;
 }

 .main-menu .navigation>li.dropdown>a {
     padding-right: 20px;
 }

 .main-menu .navigation>li.dropdown>a:before {
     position: absolute;
     content: "\f105";
     font-family: "flaticon" !important;
     font-size: 10px;
     top: 12px;
     right: 0px;
     transition: all 200ms linear;
 }

 .main-menu .navigation>li.dropdown.current>a:before,
 .main-menu .navigation>li:hover>a:before {}

 .header-style-one .main-menu .navigation>li.current>a,
 .header-style-one .main-menu .navigation>li:hover>a,
 .header-style-one .main-menu .navigation>li.dropdown.current>a:before,
 .header-style-one .main-menu .navigation>li:hover>a:before {
     color: #fff;
     background-color: var(--theme-color);
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {
     color: var(--theme-color) !important;
 }

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
     position: absolute;
     left: inherit;
     top: 100%;
     width: 250px;
     z-index: 100;
     border-radius: 20px;
     display: none;
     opacity: 0;
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
     visibility: hidden;
     transition: all 300ms linear;
 }

 .main-menu .navigation>li>ul::before,
 .main-menu .navigation>li>.megamenu::before {
     position: absolute;
     content: '';
     background-color: transparent;
     width: 100%;
     height: 30px;
     left: 0px;
     top: -30px;
 }

 .main-menu .navigation>li>.megamenu {
     background: #212226;
 }

 .main-menu .navigation>li>.megamenu a {
     display: inline-block !important;
 }

 .main-menu .navigation>li>ul.from-right {
     left: auto;
     right: 0px;
 }

 .main-menu .navigation>li>ul>li {
     position: relative;
     width: 100%;
 }

 .main-menu .navigation>li>ul>li:last-child {
     margin-bottom: 0px;
 }

 .main-menu .navigation>li>ul>li>a {
     position: relative;
     display: block;
     line-height: 28px;
     font-size: 17px;
     font-family: var(--text-font);
     color: var(--text-color);
     text-transform: capitalize;
     background-color: #fff;
     padding: 13px 30px;
     border-bottom: 1px solid #dee5e9;
     transition: all 300ms linear;
 }

 .main-menu .navigation>li>ul>li:last-child>a {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li:first-child>a {
     border-radius: 20px 20px 0px 0px;
 }

 .main-menu .navigation>li>ul>li:last-child>a {
     border-radius: 0px 0px 20px 20px;
 }

 .main-menu .navigation>li>ul>li>a:hover {
     padding-left: 49px;
     color: #fff;
     background-color: var(--theme-color);
     border-color: var(--theme-color);
 }

 .main-menu .navigation>li>ul>li>a:before {
     position: absolute;
     content: "\f108";
     font-family: "flaticon";
     left: 25px;
     top: 13px;
     opacity: 0;
     font-size: 20px;
     color: #fff;
     transition: all 400ms linear;
 }

 .main-menu .navigation>li>ul>li>a:hover:before {
     opacity: 1;
 }

 .main-menu .navigation>li>.megamenu li>a {
     padding-left: 0px;
     padding-right: 0px;
 }

 .main-menu .navigation>li>.megamenu h4 {
     display: block;
     font-size: 20px;
     line-height: 30px;
     color: #ffffff;
 }

 .main-menu .navigation>li>ul>li:last-child>a,
 .main-menu .navigation>li>.megamenu li:last-child>a {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li.dropdown>a:after {
     font-family: 'flaticon';
     content: "\f13b";
     position: absolute;
     right: 0px;
     top: 14px;
     color: #a9b0b4;
     display: block;
     line-height: 24px;
     font-size: 10px;
     text-align: center;
     z-index: 5;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .main-menu .navigation>li>ul>li.dropdown>a:hover:after {
     color: var(--theme-color);
 }

 .main-menu .navigation>li>ul>li.dropdown.current>a:after,
 .main-menu .navigation>li>ul>li.dropdown>a:hover:after {}

 .main-menu .navigation>li>ul>li>ul {
     position: absolute;
     left: 100%;
     top: 0%;
     margin-top: 15px;
     margin-left: 10px;
     width: 270px;
     z-index: 100;
     display: none;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
     background: #fff;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .main-menu .navigation>li>ul>li>ul:before {
     position: absolute;
     content: '';
     left: -10px;
     top: 0px;
     width: 10px;
     height: 100%;
 }

 .main-menu .navigation>li>ul>li>ul.from-right {
     left: auto;
     right: 0px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
     position: relative;
     width: 100%;
     padding: 0px 25px;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a {
     position: relative;
     display: block;
     line-height: 24px;
     font-weight: 400;
     font-size: 17px;
     font-family: var(--text-font);
     color: var(--title-color);
     text-align: left;
     padding: 14px 0px;
     text-transform: capitalize;
     border-bottom: 1px solid #e4e9ec;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child>a {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover {
     color: var(--theme-color);
     padding-left: 20px;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:before {
     position: absolute;
     content: "\f15b";
     font-family: 'flaticon';
     left: 0px;
     color: var(--theme-color);
     font-size: 14px;
     top: 14px;
     opacity: 0;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover:before {
     opacity: 1;
 }

 .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
     font-family: 'Font Awesome 5 Pro';
     content: "\f105";
     position: absolute;
     right: 20px;
     top: 12px;
     display: block;
     line-height: 24px;
     font-size: 16px;
     font-weight: 900;
     z-index: 5;
 }

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
     visibility: visible;
     opacity: 1;
     transform: translateY(-16px);
     top: 100%;
 }

 .main-menu .navigation>li.dropdown:hover>.megamenu {
     margin-top: 0px;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
     visibility: visible;
     opacity: 1;
     top: 0%;
     margin-top: 0px;
 }

 .main-menu .navigation li.dropdown .dropdown-btn {
     position: absolute;
     right: -32px;
     top: 66px;
     width: 34px;
     height: 30px;
     text-align: center;
     font-size: 18px;
     line-height: 26px;
     color: #3b3b3b;
     cursor: pointer;
     display: none;
     z-index: 5;
     transition: all 500ms ease;
 }

 .main-menu .navigation li.current.dropdown .dropdown-btn,
 .main-menu .navigation li:hover .dropdown-btn {}

 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
     display: none;
 }

 .menu-area .mobile-nav-toggler {
     position: relative;
     float: right;
     font-size: 40px;
     line-height: 50px;
     cursor: pointer;
     background-color: var(--theme-color);
     display: none;
     padding: 10px;
 }

 .menu-area .mobile-nav-toggler .icon-bar {
     position: relative;
     height: 2px;
     width: 30px;
     display: block;
     margin-bottom: 5px;
     background-color: #fff;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .menu-area .mobile-nav-toggler .icon-bar:last-child {
     margin-bottom: 0px;
 }

 /** megamenu-style **/

 .main-menu .navigation>li.dropdown>.megamenu {
     position: absolute;
     width: 100%;
     padding: 40px 50px 10px 50px;
     left: 0px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 30px;
     background-color: #fff;
 }

 .main-menu .navigation>li.dropdown>.megamenu ::-webkit-scrollbar {
     display: none !important;
 }

 .main-menu .navigation li.dropdown .megamenu li h4 {
     margin-bottom: 10px;
 }

 .main-menu .navigation>li>.megamenu .single-item {
     position: relative;
     margin-bottom: 30px;
     text-align: center;
 }

 .main-menu .navigation>li>.megamenu .single-item .image-box {
     position: relative;
     overflow: hidden;
     border-radius: 10px;
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
     border: 1px solid rgba(0, 0, 0, 0.1);
 }

 .main-menu .navigation>li>.megamenu .single-item .image-box img {
     width: 100%;
     border-radius: 10px;
 }

 .main-menu .navigation>li>.megamenu .single-item h4 {
     position: relative;
     display: block;
     padding-top: 22px;
     font-size: 20px;
     line-height: 28px;
 }

 .main-menu .navigation>li>.megamenu .single-item h4 a {
     display: inline-block;
     color: var(--title-color);
 }

 .main-menu .navigation>li>.megamenu .single-item h4 a:hover {
     color: var(--theme-color);
 }

 /** mobile-menu **/

 .nav-outer .mobile-nav-toggler {
     position: relative;
     float: right;
     font-size: 40px;
     line-height: 50px;
     cursor: pointer;
     color: #3786ff;
     display: none;
 }

 .mobile-menu {
     position: fixed;
     right: 0;
     top: 0;
     width: 300px;
     padding-right: 30px;
     max-width: 100%;
     height: 100%;
     opacity: 0;
     visibility: hidden;
     z-index: 999999;
     transition: all 900ms ease;
 }

 .mobile-menu .navbar-collapse {
     display: block !important;
 }

 .mobile-menu .nav-logo {
     position: relative;
     padding: 50px 25px;
     text-align: left;
     padding-bottom: 100px;
 }

 .mobile-menu-visible {
     overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
     opacity: 1;
     visibility: visible;
 }

 .mobile-menu .menu-backdrop {
     position: fixed;
     left: 0%;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     transition: all 900ms ease;
     background-color: #000;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
     opacity: 0.70;
     visibility: visible;
     right: 100%;
     -webkit-transition: all .8s ease-out 0s;
     -o-transition: all .8s ease-out 0s
 }

 .mobile-menu .menu-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     max-height: 100%;
     overflow-y: auto;
     background: var(--secondary-color);
     padding: 0px 0px;
     z-index: 5;
     opacity: 0;
     visibility: hidden;
     border-radius: 0px;
     -webkit-transform: translateX(100%);
     -ms-transform: translateX(100%);
     transform: translateX(100%);
     transition: all 900ms ease !important;
 }

 .mobile-menu-visible .mobile-menu .menu-box {
     opacity: 1;
     visibility: visible;
     -webkit-transition: all 0.7s ease;
     -o-transition: all 0.7s ease;
     transition: all 0.7s ease;
     -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
     transform: translateX(0%);
 }

 .mobile-menu .close-btn {
     position: absolute;
     right: 25px;
     top: 10px;
     line-height: 30px;
     width: 24px;
     text-align: center;
     font-size: 16px;
     color: #ffffff;
     cursor: pointer;
     z-index: 10;
     -webkit-transition: all 0.9s ease;
     -moz-transition: all 0.9s ease;
     -ms-transition: all 0.9s ease;
     -o-transition: all 0.9s ease;
     transition: all 0.9s ease;
 }

 .mobile-menu-visible .mobile-menu .close-btn {
     -webkit-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     transform: rotate(360deg);
 }

 .mobile-menu .close-btn:hover {
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
 }

 .mobile-menu .navigation {
     position: relative;
     display: block;
     width: 100%;
     float: none;
 }

 .mobile-menu .navigation li {
     position: relative;
     display: block;
     border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation:last-child {
     border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>ul>li:first-child {
     border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>a {
     position: relative;
     display: block;
     line-height: 24px;
     padding: 10px 25px;
     font-size: 15px;
     font-weight: 500;
     color: #ffffff;
     text-transform: uppercase;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .mobile-menu .navigation li ul li>a {
     font-size: 16px;
     margin-left: 20px;
     text-transform: capitalize;
 }

 .mobile-menu .navigation li>a:before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     height: 0;
     border-left: 5px solid #fff;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .mobile-menu .navigation li.current>a:before {
     height: 100%;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn {
     position: absolute;
     right: 6px;
     top: 6px;
     width: 32px;
     height: 32px;
     text-align: center;
     font-size: 16px;
     line-height: 32px;
     color: #ffffff;
     background: rgba(255, 255, 255, 0.10);
     cursor: pointer;
     border-radius: 2px;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     z-index: 5;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
     color: #ffffff;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul,
 .mobile-menu .navigation>li.dropdown>.megamenu {
     display: none;
 }

 .mobile-menu .social-links {
     position: relative;
     padding: 0px 25px;
 }

 .mobile-menu .social-links li {
     position: relative;
     display: inline-block;
     margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
     position: relative;
     line-height: 32px;
     font-size: 16px;
     color: #ffffff;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .mobile-menu .social-links li a:hover {}

 div#mCSB_1_container {
     top: 0px !important;
 }

 .mobile-menu .contact-info {
     position: relative;
     padding: 120px 30px 20px 30px;
 }

 .mobile-menu .contact-info h4 {
     position: relative;
     font-size: 20px;
     color: #ffffff;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .mobile-menu .contact-info ul li {
     position: relative;
     display: block;
     font-size: 15px;
     color: rgba(255, 255, 255, 0.80);
     margin-bottom: 3px;
 }

 .mobile-menu .contact-info ul li a {
     color: rgba(255, 255, 255, 0.80);
 }

 .mobile-menu .contact-info ul li a:hover {}

 .mobile-menu .contact-info ul li:last-child {
     margin-bottom: 0px;
 }

 .main-header .outer-box {
     position: relative;
 }

 .nice-select {
     position: relative;
     background: transparent;
     border: none;
 }

 .nice-select::before {
     position: absolute;
     content: "\f149";
     font-family: 'flaticon';
     top: 0px;
     right: 25px;
     font-size: 10px;
     color: #b8bcc4;
 }

 .nice-select .list {
     min-width: 120px;
 }

 .tabs-box .tab {
     position: relative;
     display: none;
     transform: translateY(20px);
     transition: all 400ms linear;
 }

 .tabs-box .tab.active-tab {
     display: block;
     transform: translateY(0px);
 }

 .special-text {
     font-family: 'Carattere', cursive;
 }

 /*** Search Popup ***/

 .search-popup {
     position: fixed;
     left: 0;
     top: 0px;
     width: 100%;
     z-index: 99999;
     overflow: auto;
     background: #fff;
     transform: scaleY(0%);
     box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
     transform-origin: top center;
     transition: all 400ms linear;
 }

 .search-popup.popup-visible {
     transform: scaleY(100%);
 }

 .search-popup .popup-inner {
     position: relative;
     padding: 60px;
 }

 .search-popup .popup-inner .upper-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 60px;
 }

 .search-popup .popup-inner .upper-box .close-search {
     position: relative;
     display: inline-block;
     font-size: 30px;
     line-height: 30px;
     color: var(--secondary-color);
     cursor: pointer;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .search-popup .popup-inner .upper-box .close-search:hover {
     color: var(--theme-color);
 }

 .search-popup .popup-inner .search-form {}

 .search-popup .popup-inner .search-form .form-group {
     position: relative;
     margin-bottom: 0px;
 }

 .search-popup .popup-inner .search-form .form-group input[type='search'] {
     position: relative;
     display: block;
     width: 100%;
     height: 70px;
     font-size: 20px;
     color: var(--text-color);
     background-color: #f5f5f5;
     border: 1px solid #f5f5f5;
     padding: 10px 30px;
     border-radius: 5px;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .search-popup .popup-inner .search-form .form-group button[type='submit'] {
     position: absolute;
     top: 5px;
     right: 5px;
     width: 60px;
     height: 60px;
     line-height: 64px;
     text-align: center;
     background-color: var(--secondary-color);
     font-size: 24px;
     color: #fff;
     cursor: pointer;
     border-radius: 4px;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .search-popup .popup-inner .search-form .form-group input:focus+button,
 .search-popup .popup-inner .search-form .form-group button:hover {
     background-color: var(--theme-color);
 }

 .search-popup .popup-inner .search-form .form-group input:focus {
     border-color: var(--theme-color);
 }

 .swiper-initialized {
     height: 100%;
 }

 /** banner-section **/

 .banner-section {
     position: relative;
 }

 .banner-carousel .slide-item {
     position: relative;
     padding: 166px 0px 170px 0px;
 }

 .banner-carousel .slide-item::before {
     position: absolute;
     content: '';
     background: -webkit-linear-gradient(0deg, rgba(5, 48, 76, 95) 0%, rgba(5, 48, 76, 0.10) 100%);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 1;
 }

 .banner-carousel .content-box {
     position: relative;
     max-width: 630px;
     z-index: 5;
 }

 .banner-carousel .slide-item .bg-layer {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 8000ms linear;
     -moz-transition: all 8000ms linear;
     -ms-transition: all 8000ms linear;
     -o-transition: all 8000ms linear;
     transition: all 8000ms linear;
 }

 .banner-carousel .content-box {
     position: relative;
     z-index: 5;
 }

 .sub-title {
     position: relative;
     display: flex;
     align-items: center;
     gap: 9px;
     font-size: 18px;
     line-height: 28px;
     font-family: var(--secondary-font);
     color: var(--theme-color);
     font-weight: 700;
 }

 .centred .sub-title {
     justify-content: center;
 }

 .banner-carousel .content-box .sub-title {
     margin-bottom: 14px;
     opacity: 0;
     transform: translateY(10px);
     transition: all 800ms linear;
 }

 .banner-carousel .swiper-slide-active .content-box .sub-title {
     opacity: 1;
     transition-delay: 700ms;
     transform: translateY(0);
 }

 .banner-carousel .content-box h2 {
     position: relative;
     display: block;
     font-size: 72px;
     line-height: 82px;
     font-weight: 700;
     color: #fff;
     margin-bottom: 26px;
     opacity: 0;
     transform: translateY(10px);
     transition: all 800ms linear;
 }

 .banner-carousel .swiper-slide-active .content-box h2 {
     opacity: 1;
     transition-delay: 900ms;
     transform: translateY(0);
 }

 .banner-section .banner-carousel .content-box .inner-box {
     position: relative;
     display: flex;
     align-items: flex-end;
     gap: 50px;
     justify-content: space-between;
     opacity: 0;
     max-width: 570px;
     transform: translateY(10px);
     transition: all 800ms linear;
 }

 .banner-carousel .swiper-slide-active .content-box .inner-box {
     opacity: 1;
     transition-delay: 1100ms;
     transform: translateY(0);
 }

 .banner-section .banner-carousel .content-box .inner-box p {
     color: #b0bfc8;
     margin-bottom: 43px;
 }

 .banner-section .banner-carousel .content-box .inner-box .price-box {
     position: relative;
     display: block;
     max-width: 170px;
     width: 100%;
     min-width: 170px;
     background-color: #fff;
     border-radius: 15px;
     padding: 18px 30px;
 }

 .banner-section .banner-carousel .content-box .inner-box .price-box .shape {
     position: absolute;
     right: 160px;
     bottom: 11px;
     width: 150px;
     height: 66px;
     background-repeat: no-repeat;
 }

 .banner-section .banner-carousel .content-box .inner-box .price-box h5 {
     display: block;
     font-size: 18px;
     line-height: 26px;
     margin-bottom: 8px;
 }

 .banner-section .banner-carousel .content-box .inner-box .price-box .price {
     position: relative;
     display: block;
     font-size: 22px;
     line-height: 30px;
     font-family: var(--secondary-font);
     color: var(--theme-color);
     font-weight: 700;
     padding-bottom: 10px;
     margin-bottom: 7px;
     border-bottom: 1px solid #d6d8d8;
 }

 .banner-section .banner-carousel .content-box .inner-box .price-box .text {
     position: relative;
     display: block;
 }

 .banner-section .banner-carousel .banner-navigation {
     position: absolute;
     left: 0px;
     top: 50%;
     margin-top: -35px;
     width: 100%;
     z-index: 2;
 }

 .banner-section .banner-carousel .banner-navigation button {
     position: absolute;
     top: 0px;
     display: inline-block;
     width: 70px;
     height: 70px;
     line-height: 76px;
     text-align: center;
     border-radius: 50%;
     background-color: rgba(255, 255, 255, 0.30);
     font-size: 30px;
     color: #fff;
     cursor: pointer;
     opacity: 1;
     transition: all 200ms linear;
 }

 .banner-section .banner-carousel .banner-navigation button:hover {
     background-color: var(--theme-color);
 }

 .banner-section .banner-carousel .banner-navigation .banner-prev-btn {
     left: 50px;
 }

 .banner-section .banner-carousel .banner-navigation .banner-next-btn {
     right: 50px;
 }

 .banner-section .banner-carousel .banner-navigation .banner-prev-btn i {
     position: relative;
     display: inline-block;
     transform: rotate(180deg);
     top: -5px;
     left: -2px;
 }

 .special-text {
     font-family: var(--secondary-font);
 }

 /** booking-section **/

 .booking-section {
     position: relative;
 }

 .booking-section .customer-box {
     position: relative;
     display: block;
     background-color: var(--secondary-color);
     border-radius: 10px;
     padding: 21px 15px;
     text-align: center;
 }

 .booking-section .customer-box .special-text {
     position: relative;
     display: block;
     font-size: 48px;
     line-height: 50px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 15px;
 }

 .booking-section .customer-box .image-list {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 11px;
 }

 .booking-section .customer-box .image-list li {
     position: relative;
     display: inline-block;
     margin: 0px -5px;
     width: 60px;
     height: 60px;
     border-radius: 50%;
 }

 .booking-section .customer-box .image-list li img {
     width: 100%;
     border-radius: 50%;
     border: 2px solid #fff;
 }

 .booking-section .customer-box .image-list li i {
     position: absolute;
     left: 2px;
     top: 2px;
     width: calc(100% - 4px);
     height: calc(100% - 4px);
     font-display: flex;
     align-items: center;
     justify-content: center;
     background-color: rgba(138, 190, 63, 0.75);
     border-radius: 50%;
     line-height: 60px;
     font-size: 30px;
     color: #fff;
 }

 .booking-section .customer-box .image-list li:nth-child(2) {
     z-index: 1;
 }

 .booking-section .customer-box p {
     color: #fff;
 }

 .booking-section .rotate-box {
     position: relative;
     display: block;
     text-align: right;
     padding-right: 17px;
 }

 .booking-section .rotate-box .image {
     position: relative;
     display: inline-block;
     width: 120px;
     height: 120px;
     border-radius: 50%;
 }

 .booking-section .rotate-box .image img {
     width: 100%;
     border-radius: 50%;
 }

 .booking-section .rotate-box .curve-text {
     position: absolute;
     top: -29px;
     right: 77px;
     font-size: 14px;
     line-height: 20px;
     font-weight: 700;
     text-transform: uppercase;
     color: var(--title-color);
 }

 .booking-form {
     position: relative;
     display: block;
     background-color: #ecf2f5;
     border-radius: 20px;
     padding: 43px 50px 50px 50px;
 }

 .booking-form::before {
     position: absolute;
     content: '';
     background-color: #fff;
     width: calc(100% - 40px);
     height: calc(100% - 40px);
     left: 20px;
     top: 20px;
     border-radius: 10px;
 }

 .booking-form .form-group {
     position: relative;
     margin-bottom: 21px;
 }

 .booking-form .form-group .icon {
     position: absolute;
     right: 20px;
     bottom: 16px;
     z-index: 1;
 }

 .booking-form .form-group label {
     position: relative;
     display: block;
     font-size: 17px;
     line-height: 28px;
     color: var(--title-color);
     font-weight: 600;
     margin-bottom: 15px;
 }

 .booking-form .form-group .select-box {
     min-height: 60px;
 }

 .booking-form .form-group input,
 .booking-form .form-group textarea,
 .booking-form .form-group .nice-select {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     line-height: 60px;
     border: 1px solid #dee5e9;
     background-color: #fff;
     border-radius: 5px;
     padding: 0px 20px;
     font-size: 17px;
     color: var(--text-color);
     cursor: pointer;
     box-shadow: 0px 4px 0px 0px #edf2f5;
 }

 .booking-form .form-group .nice-select::before {
     position: absolute;
     content: "\f105";
     font-family: "flaticon";
     font-size: 10px;
     top: 0px;
     right: 20px;
     color: #5f6366;
 }

 .ui-datepicker .ui-datepicker-next,
 .ui-datepicker .ui-datepicker-prev {
     cursor: pointer;
     border: none !important;
 }

 .booking-section .inner-box .image img {
     max-width: none;
     float: left;
 }

 .booking-section .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 /** categories-section **/

 .categories-section {
     position: relative;
 }

 .categories-section .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 500px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: bottom center;
     clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
 }

 .categories-section .bg-layer::before {
     position: absolute;
     content: '';
     background-color: var(--secondary-color);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.75;
 }

 .categories-section .sec-title.light p {
     color: #b0bfc8;
 }

 .link-box a {
     position: relative;
     display: inline-flex;
     align-items: center;
     gap: 7px;
     font-size: 17px;
     line-height: 28px;
     font-weight: 600;
     color: var(--title-color);
 }

 .link-box.light a {
     color: #fff;
 }

 .link-box a:hover {
     color: var(--theme-color);
 }

 .link-box a i {
     position: relative;
     display: inline-block;
     font-size: 22px;
     color: var(--theme-color);
     top: 3px;
 }

 .categories-section .sec-title .link-box {
     position: absolute;
     right: 0px;
     bottom: 0px;
 }

 .categories-block-one {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .categories-block-one::before {
     position: absolute;
     content: '';
     border: 1px solid #41769b;
     border-radius: 20px 20px 0px 0px;
     border-bottom: none;
     background-color: transparent;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 50%;
     transition: all 300ms linear;
 }

 .categories-block-one::after {
     position: absolute;
     content: '';
     background-color: #edf2f5;
     left: 0px;
     bottom: 0px;
     width: 100%;
     height: 50%;
     z-index: -1;
     border-radius: 0px 0px 20px 20px;
     transition: all 300ms linear;
 }

 .categories-block-one:hover:before {
     border-color: #fff;
     background-color: #fff;
 }

 .categories-block-one .title-box {
     position: relative;
     display: block;
     padding: 20px 20px;
     text-align: center;
 }

 .categories-block-one .title-box h3 {
     font-size: 22px;
     line-height: 30px;
 }

 .categories-block-one .title-box h3 a {
     display: inline-block;
     color: #fff;
 }

 .categories-block-one:hover .title-box h3 a {
     color: var(--title-color);
 }

 .categories-block-one .title-box h3 a:hover {
     color: var(--theme-color);
 }

 .categories-block-one .image-box {
     position: relative;
     display: block;
     border-radius: 20px 20px 0px 0px;
     overflow: hidden;
 }

 .categories-block-one .image-box img {
     width: 100%;
     transition: all 400ms linear;
 }

 .categories-block-one .lower-content {
     position: relative;
     display: block;
     background-color: #edf2f5;
     padding: 18px 15px 19px 25px;
     border-radius: 0px 20px 20px 20px;
     z-index: 1;
     margin-top: -37px;
 }

 .categories-block-one .lower-content::before {
     position: absolute;
     content: '';
     background-image: url(../../assets/images/shape/shape-2.png);
     left: 0px;
     top: 0px;
     width: 20px;
     height: 20px;
     background-repeat: no-repeat;
 }

 .categories-block-one .lower-content p {
     margin-bottom: 4px;
 }

 .categories-block-one .lower-content .price {
     position: relative;
     display: block;
     font-size: 16px;
     line-height: 26px;
     font-weight: 700;
     color: var(--theme-color);
 }

 .categories-block-one .lower-content .link {
     position: absolute;
     right: 15px;
     bottom: 15px;
 }

 .categories-block-one .lower-content .link a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     background-color: #dbe3e8;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 22px;
     color: var(--title-color);
     z-index: 1;
 }

 .categories-block-one .lower-content .link a:hover {
     border-radius: 50%;
     color: #fff;
     background-color: var(--theme-color);
 }

 .categories-section .shape {
     position: absolute;
     width: 100px;
     height: 198px;
     right: 140px;
     bottom: 30px;
 }

 .float-bob-y {
     animation-name: float-bob-y;
     animation-duration: 2s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: float-bob-y;
     -webkit-animation-duration: 2s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: float-bob-y;
     -moz-animation-duration: 2s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: float-bob-y;
     -ms-animation-duration: 2s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: float-bob-y;
     -o-animation-duration: 2s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }

 .float-bob-x {
     animation-name: float-bob-x;
     animation-duration: 15s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: float-bob-x;
     -webkit-animation-duration: 15s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: float-bob-x;
     -moz-animation-duration: 15s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: float-bob-x;
     -ms-animation-duration: 15s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: float-bob-x;
     -o-animation-duration: 15s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }

 /** destinations-section **/

 .destinations-section {
     position: relative;
 }

 .destinations-block-one {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .destinations-block-one .image-box {
     position: relative;
     display: block;
     margin-bottom: 10px;
 }

 .destinations-block-one .image-box .image {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
 }

 .destinations-block-one .image-box .image::before {
     position: absolute;
     content: '';
     background-color: #000;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.1;
     z-index: 1;
 }

 .destinations-block-one .image-box .image img {
     width: 100%;
     border-radius: 20px;
     transition: all 300ms linear;
 }

 .destinations-block-one:hover .image-box .image img {
     transform: scale(1.2);
 }

 .swiper-horizontal {
     overflow: hidden;
 }

 .destinations-block-one .location {
     position: absolute;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     z-index: 2;
     left: 20px;
     bottom: 20px;
 }

 .destinations-block-one .location h3 {
     font-size: 22px;
     line-height: 30px;
     color: #fff;
 }

 .destinations-block-one .location i {
     position: relative;
     display: inline-block;
     width: 28px;
     height: 28px;
     line-height: 32px;
     background-color: rgba(255, 255, 255, 0.20);
     text-align: center;
     border-radius: 50%;
     font-size: 14px;
     color: #fff;
 }

 .destinations-block-one .lower-content {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     background-color: #fff;
     border-radius: 50px;
     border: 1px solid #dee5e9;
     padding: 4px;
     padding-left: 19px;
     box-shadow: 0px 4px 0px 0px #edf2f5;
 }

 .destinations-block-one .lower-content p span {
     font-size: 16px;
     font-weight: 700;
     color: var(--theme-color);
 }

 .destinations-block-one .lower-content a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     background-color: #dbe3e8;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 22px;
     color: var(--title-color);
     z-index: 1;
 }

 .destinations-block-one .lower-content a:hover {
     color: #fff;
     background-color: var(--theme-color);
     border-radius: 50%;
 }

 .dots-style-one .swiper-pagination-bullet {
     position: relative;
     display: inline-block;
     margin: 0px 5px;
     width: 50px;
     height: 8px;
     border: 1px solid #dee5e9;
     background-color: transparent;
     border-radius: 5px;
     cursor: pointer;
     opacity: 1;
     transition: all 500ms ease;
 }

 .dots-style-one .swiper-pagination-bullet-active {
     background-color: var(--theme-color);
     border-color: var(--theme-color) !important;
 }

 .destinations-section .dots-style-one {
     position: relative;
     display: block;
     text-align: center;
     padding-top: 25px;
 }

 .destinations-section .shape-box .shape-1 {
     position: absolute;
     left: 0px;
     top: -120px;
     width: 375px;
     height: 305px;
     background-repeat: no-repeat;
 }

 .destinations-section .shape-box .shape-2 {
     position: absolute;
     right: 345px;
     top: 120px;
     width: 92px;
     height: 54px;
     background-repeat: no-repeat;
 }

 .bg-color-1 {
     background-color: #edf1f5;
 }

 /** journeys-section **/

 .journeys-section {
     position: relative;
 }

 .journeys-section .image-box {
     position: relative;
     display: block;
     margin-right: 32px;
     padding-right: 78px;
     padding-bottom: 216px;
     padding-left: 96px;
 }

 .journeys-section .image-box .image {
     border-radius: 20px;
     border: 2px solid #edf2f5;
 }

 .journeys-section .image-box .image img {
     width: 100%;
     border-radius: 20px;
 }

 .journeys-section .image-box .image-2 {
     position: absolute;
     left: 0px;
     bottom: 0px;
 }

 .journeys-section .image-box .image-3 {
     position: absolute;
     right: 0px;
     bottom: 58px;
 }

 .journeys-section .image-box .image-shape {
     position: absolute;
     left: -50px;
     top: 50px;
     width: 119px;
     height: 129px;
     background-repeat: no-repeat;
 }

 .journeys-section .content-box {
     position: relative;
     display: block;
 }

 .journeys-section .content-box .text-box {
     margin-bottom: 38px;
 }

 .journeys-section .content-box .single-item {
     position: relative;
     display: flex;
     gap: 30px;
     margin-bottom: 30px;
 }

 .journeys-section .content-box .single-item:last-child {
     margin-bottom: 0px;
 }

 .journeys-section .content-box .single-item h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 23px;
 }

 .journeys-section .content-box .single-item .icon-box {
     position: relative;
     display: inline-block;
     float: right;
     width: 90px;
     height: 90px;
     line-height: 90px;
     background-color: #dbe3e8;
     text-align: center;
     border-radius: 50%;
 }

 .journeys-section .content-box .single-item .icon-shape {
     position: absolute;
     left: 0px;
     bottom: 85px;
     width: 60px;
     height: 50px;
     background-repeat: no-repeat;
 }

 .journeys-section .content-box .single-item .inner-box {
     position: relative;
     display: block;
     border-radius: 2px;
     padding: 25px 30px;
     min-width: 370px;
 }

 .journeys-section .content-box .single-item .inner-box .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 20px;
 }

 .journeys-section .content-box .single-item .inner-box .bg-layer::before {
     position: absolute;
     content: '';
     background-color: var(--secondary-color);
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     border-radius: 20px;
     opacity: 0.92;
 }

 .journeys-section .content-box .single-item .inner-box p {
     color: #cbdce6;
     margin-bottom: 13px;
 }

 .journeys-section .content-box .single-item .inner-box .list li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
     color: #fff;
     margin-bottom: 10px;
 }

 .journeys-section .content-box .single-item .inner-box .list li:last-child {
     margin-bottom: 0px;
 }

 .journeys-section .content-box .single-item .inner-box .list {
     margin-bottom: 12px;
 }

 .journeys-section .pattern-layer {
     position: absolute;
     top: 135px;
     right: 375px;
     width: 278px;
     height: 120px;
     background-repeat: no-repeat;
 }

 /** package-section **/

 .package-section {
     position: relative;
     padding: 112px 0px;
 }

 .package-block-one {
     position: relative;
     display: block;
     border: 1px solid #dee5e9;
     border-radius: 20px;
     padding: 9px;
     margin-bottom: 34px;
     box-shadow: 0px 4px 0px 0px #edf2f5;
     transition: all 300ms linear;
 }

 .package-block-one:hover {
     border-color: var(--theme-color);
 }

 .package-block-one .title-box {
     position: relative;
     display: block;
     padding: 10px 20px 18px 20px;
 }

 .package-block-one .title-box .location {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 4px;
 }

 .package-block-one .title-box .location i {
     color: var(--theme-color);
 }

 .package-block-one .title-box h3 {
     font-size: 22px;
     line-height: 32px;
 }

 .package-block-one .title-box h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .package-block-one .title-box h3 a:hover {
     color: var(--theme-color);
 }

 .package-block-one .image-box {
     position: relative;
     display: block;
     overflow: hidden;
     background-color: #edf2f5;
     border-radius: 20px 20px 0px 0px;
 }

 .package-block-one .image-box .image img {
     width: 100%;
     transition: all 400ms linear;
 }

 .package-block-one .lower-content {
     position: relative;
     display: block;
     background-color: #edf2f5;
     border-radius: 0px 20px 20px 20px;
     z-index: 1;
     margin-top: -20px;
     padding: 17px 20px 20px 20px;
 }

 .package-block-one .lower-content .price-rating {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-bottom: 18px;
     margin-bottom: 14px;
     border-bottom: 1px solid #ced6da;
 }

 .package-block-one .lower-content .price-rating .price {
     position: relative;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .package-block-one .lower-content .price-rating .price .special-text {
     font-size: 22px;
     line-height: 28px;
     color: var(--theme-color);
     font-weight: 700;
 }

 .package-block-one .lower-content .price-rating .rating {
     position: relative;
     display: flex;
     align-items: center;
     gap: 5px;
     background-color: var(--theme-color);
     border-radius: 30px;
     padding: 2px 10px;
     font-size: 15px;
     line-height: 20px;
     color: #fff;
 }

 .package-block-one .lower-content .price-rating .rating i {
     position: relative;
     display: inline-block;
     top: 1px;
 }

 .package-block-one .lower-content .lower-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .package-block-one .lower-content .lower-box .duration-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .package-block-one .lower-content .lower-box .duration-box .icon-box {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 46px;
     border: 1px solid #cfd6db;
     border-radius: 50%;
     text-align: center;
     font-size: 20px;
     color: var(--theme-color);
 }

 .package-block-one .lower-content .lower-box .duration-box span {
     position: relative;
     display: block;
     font-size: 15px;
     line-height: 24px;
     font-weight: 500;
     color: var(--title-color);
 }

 .package-block-one .lower-content .lower-box .duration-box p {
     color: #015285;
 }

 .package-block-one .lower-content .lower-box .link a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     background-color: #dbe3e8;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 22px;
     color: var(--title-color);
     z-index: 1;
 }

 .package-block-one .lower-content .lower-box .link a:hover {
     color: #fff;
     background-color: var(--theme-color);
     border-radius: 50%;
 }

 .package-section .dots-style-one {
     position: relative;
     display: block;
     text-align: center;
     padding-top: 25px;
     padding-bottom: 20px;
 }

 .package-section .lower-text {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 5px;
 }

 /** chooseus-section **/

 .chooseus-section {
     position: relative;
 }

 .chooseus-block-one {
     position: relative;
     display: block;
     border: 1px solid #cdd5d9;
     border-radius: 20px;
     padding: 49px 29px 33px 29px;
     background-color: #edf1f5;
     margin-bottom: 30px;
     transition: all 300ms linear;
 }

 .chooseus-block-one:hover {
     border-color: var(--theme-color);
 }

 .chooseus-block-one .icon-box {
     position: relative;
     display: inline-block;
     margin-bottom: 30px;
     z-index: 1;
 }

 .chooseus-block-one .icon-box::before {
     position: absolute;
     content: '';
     background-color: #dbe3e7;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     top: -10px;
     right: -7px;
     z-index: -1;
 }

 .chooseus-block-one h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 15px;
 }

 .chooseus-block-one h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .chooseus-block-one h3 a:hover {
     color: var(--theme-color);
 }

 .chooseus-block-two {
     position: relative;
     display: flex;
     gap: 35px;
     border: 1px solid #cdd5d9;
     background-color: #edf1f5;
     border-radius: 20px;
     padding: 32px 29px 33px 29px;
     margin-bottom: 30px;
     transition: all 300ms linear;
 }

 .chooseus-block-two:hover {
     border-color: var(--theme-color);
 }

 .chooseus-block-two .icon-box {
     position: relative;
     display: inline-block;
     margin-bottom: 30px;
     z-index: 1;
     padding-top: 10px;
 }

 .chooseus-block-two .icon-box::before {
     position: absolute;
     content: '';
     background-color: #dbe3e7;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     top: 0px;
     right: -7px;
     z-index: -1;
 }

 .chooseus-block-two h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 4px;
 }

 .chooseus-block-two h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .chooseus-block-two h3 a:hover {
     color: var(--theme-color);
 }

 .chooseus-block-two h2 {
     font-size: 36px;
     line-height: 44px;
     font-weight: 700;
     color: var(--title-color);
     font-family: var(--secondary-font);
     margin-bottom: 6px;
 }

 .chooseus-section .bg-image .bg-image-1 {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: right bottom;
 }

 .chooseus-section .bg-image .bg-shape-1 {
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 645px;
     height: 728px;
     background-repeat: no-repeat;
     opacity: 0.8;
 }

 .chooseus-section .bg-image .bg-shape-2 {
     position: absolute;
     left: 95px;
     top: 50%;
     margin-top: -69px;
     width: 131px;
     height: 138px;
     background-repeat: no-repeat;
 }

 /** news-section **/

 .news-section {
     position: relative;
     padding: 112px 0px;
 }

 .news-block-one {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .news-block-one .image-box {
     position: relative;
     display: block;
 }

 .news-block-one .image-box .image {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
     background-color: var(--secondary-color);
 }

 .news-block-one .image-box .image img {
     width: 100%;
     border-radius: 20px;
     transition: all 300ms linear;
 }

 .news-block-one:hover .image-box .image img {
     opacity: 0.2;
     transform: scale(1.1);
 }

 .news-block-one .image-box .view-btn {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .news-block-one .image-box .view-btn a {
     position: relative;
     display: inline-block;
     font-size: 40px;
     color: #fff;
     top: -35px;
     transform: scale(0, 0);
     transition: all 300ms linear;
 }

 .news-block-one .image-box .view-btn a:hover {
     color: var(--theme-color);
 }

 .news-block-one:hover .image-box .view-btn a {
     transform: scale(1, 1);
 }

 .news-block-one .lower-content {
     position: relative;
     display: block;
     background-color: #fff;
     border-radius: 20px;
     border: 1px solid #dde5e9;
     padding: 46px 24px 19px 24px;
     margin-top: -57px;
     z-index: 1;
     margin-left: 10px;
     margin-right: 10px;
 }

 .news-block-one .lower-content .category-box {
     position: absolute;
     left: -1px;
     top: -23px;
     background-color: var(--secondary-color);
     border-radius: 20px 30px 30px 0px;
     padding: 8px 20px;
     color: #fff;
     display: flex;
     align-items: center;
     gap: 6px;
     transition: all 300ms linear;
 }

 .news-block-one .lower-content .category-box i {
     position: relative;
     display: inline-block;
     top: 2px;
     color: var(--theme-color);
     transition: all 300ms linear;
 }

 .news-block-one:hover .lower-content .category-box {
     background-color: var(--theme-color);
 }

 .news-block-one:hover .lower-content .category-box i {
     color: #fff;
 }

 .news-block-one .lower-content h3 {
     display: block;
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 22px;
 }

 .news-block-one .lower-content h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .news-block-one .lower-content h3 a:hover {
     color: var(--theme-color);
 }

 .news-block-one .lower-content .lower-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 6px;
 }

 .news-block-one .lower-content .lower-box .post-info {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
     background-color: #edf1f5;
     padding: 8px 38px 8px 0px;
     border-radius: 0px 30px 30px 0px;
 }

 .news-block-one .lower-content .lower-box .post-info::before {
     position: absolute;
     content: '';
     background-color: #edf1f5;
     width: 50px;
     height: 100%;
     left: -24px;
     top: 0px;
 }

 .news-block-one .lower-content .lower-box .post-info li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .news-block-one .lower-content .lower-box .post-info li i {
     position: relative;
     display: inline-block;
     color: var(--theme-color);
 }

 .news-block-one .lower-content .lower-box .post-info li a {
     display: inline-block;
     color: var(--text-color);
 }

 .news-block-one .lower-content .lower-box .post-info li a:hover {
     color: var(--theme-color);
 }

 .news-block-one .lower-content .lower-box .link a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     min-width: 44px;
     background-color: #edf1f5;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 22px;
     color: var(--title-color);
     z-index: 1;
 }

 .news-block-one .lower-content .lower-box .link a:hover {
     color: #fff;
     background-color: var(--theme-color);
     border-radius: 50%;
 }

 .news-section .dots-style-one {
     position: relative;
     display: block;
     text-align: center;
     padding-top: 25px;
     padding-bottom: 20px;
 }

 .news-section .lower-text {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 5px;
 }

 /** testimonial-section **/

 .testimonial-section {
     position: relative;
     padding: 112px 0px 105px 0px;
 }

 .testimonial-section .testimonial-content {
     position: relative;
     display: block;
     margin-right: -600px;
 }

 .testimonial-block-one {
     position: relative;
     display: block;
     border-radius: 20px;
     background-color: #dbe3e7;
     padding: 50px 40px 37px 40px;
     margin-top: 30px;
     margin-bottom: 30px;
 }

 .testimonial-block-one .icon-box {
     position: absolute;
     left: 40px;
     top: -30px;
     width: 60px;
     height: 60px;
     line-height: 60px;
     background-color: #edf1f5;
     text-align: center;
     border-radius: 50%;
 }

 .testimonial-block-one p {
     margin-bottom: 33px;
 }

 .testimonial-block-one .lower-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .testimonial-block-one .lower-box .rating-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
     color: var(--title-color);
     background-color: #edf1f5;
     border-radius: 30px;
     padding: 5px 5px 5px 20px;
 }

 .testimonial-block-one .lower-box .rating-box i {
     position: relative;
     display: inline-block;
     width: 40px;
     height: 40px;
     line-height: 44px;
     background-color: #dbe3e7;
     text-align: center;
     border-radius: 50%;
     font-size: 22px;
     color: var(--theme-color);
 }

 .testimonial-block-one .lower-box .clients-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .testimonial-block-one .lower-box .clients-box .clients-image {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     border-radius: 50%;
 }

 .testimonial-block-one .lower-box .clients-box .clients-image img {
     width: 100%;
     border-radius: 50%;
 }

 .testimonial-block-one .lower-box .clients-box h4 {
     font-size: 20px;
     line-height: 30px;
 }

 .testimonial-block-one .lower-box .clients-box .designation {
     position: relative;
     display: block;
     color: var(--theme-color);
 }

 .testimonial-section .dots-style-one .swiper-pagination-bullet {
     border-color: #cdd5d9;
 }

 .testimonial-section .dots-style-one {
     max-width: 1170px;
     width: 100%;
     text-align: right;
     padding-top: 20px;
 }

 .testimonial-section .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .testimonial-section .sec-title {
     margin-bottom: 30px;
 }

 .accordion-box .block .acc-content {
     display: none;
 }

 .accordion-box .block .acc-content.current {
     display: block;
 }

 /** faq-section **/

 .faq-section {
     position: relative;
 }

 .accordion-style-one .accordion {
     position: relative;
     margin-bottom: 10px;
 }

 .accordion-style-one .accordion:last-child {
     margin-bottom: 0px;
 }

 .accordion-style-one .accordion.active-block {
     border-radius: 20px;
 }

 .accordion-style-one .accordion .acc-btn {
     position: relative;
     padding: 19px 30px;
     padding-left: 63px;
     cursor: pointer;
     border: 1px solid #dde5e9;
     border-radius: 40px;
     transition: all 300ms linear;
 }

 .accordion-style-one .accordion .acc-btn.active {
     background-color: var(--secondary-color);
     border-color: var(--secondary-color);
     border-radius: 20px 20px 0px 0px;
 }

 .accordion-style-one .accordion .acc-btn.active h4 {
     color: #fff;
 }

 .accordion-style-one .accordion .acc-btn h4 {
     font-size: 20px;
     line-height: 30px;
 }

 .accordion-style-one .accordion .acc-btn .icon-box {
     position: absolute;
     left: 20px;
     top: 23px;
     font-size: 24px;
     color: #a0a9ae;
 }

 .accordion-style-one .accordion .acc-btn.active .icon-box {
     color: var(--theme-color);
 }

 .accordion-style-one .accordion .acc-content {
     border: 1px solid #dde5e9;
     border-radius: 0px 0px 20px 20px;
     padding: 22px 29px;
 }

 .faq-sidebar {
     position: relative;
     display: block;
     border-radius: 20px;
     border: 1px solid #dde5e9;
     padding: 9px 9px 34px 9px;
 }

 .faq-sidebar .inner-box {
     position: relative;
     display: block;
     background-color: #edf1f5;
     border-radius: 20px;
     padding: 30px 30px 23px 30px;
     margin-bottom: 26px;
     text-align: left;
 }

 .faq-sidebar .inner-box .icon-box {
     position: relative;
     display: inline-block;
     margin-bottom: 16px;
 }

 .faq-sidebar .inner-box h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 10px;
 }

 .faq-sidebar .inner-box a {
     display: inline-block;
     color: var(--text-color);
     font-family: var(--text-font);
 }

 .faq-sidebar .inner-box a:hover {
     color: var(--theme-color);
 }

 .faq-sidebar p {
     margin-bottom: 20px;
 }

 /** award-section **/

 .award-section {
     position: relative;
     padding: 75px 0px;
 }

 .award-section .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
 }

 .award-section .bg-layer::before {
     position: absolute;
     content: '';
     background-color: var(--secondary-color);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.7;
 }

 .award-section h2 {
     font-size: 48px;
     line-height: 58px;
     font-weight: 700;
     color: #fff;
     margin-bottom: 7px;
 }

 .award-section p {
     color: #fff;
 }

 .award-section .award-content {
     position: relative;
     display: block;
     background-color: #fff;
     border-radius: 20px;
     padding: 40px;
     max-width: 570px;
 }

 .award-section .award-content .award-list {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 25px;
 }

 .award-section .award-content .award-list li {
     position: relative;
     padding-right: 25px;
     border-right: 1px solid #dde5e9;
 }

 .award-section .award-content .award-list li:last-child {
     padding: 0px;
     border: none;
 }

 /** main-footer **/

 .main-footer {
     position: relative;
 }

 .main-footer .widget-section {
     padding: 103px 0px 75px 0px;
 }

 .main-footer .logo-widget .footer-logo {
     margin-bottom: 23px;
 }

 .main-footer .logo-widget p {
     margin-bottom: 23px;
 }

 .main-footer .logo-widget .download-list {
     position: relative;
     max-width: 250px;
 }

 .main-footer .logo-widget .download-list li {
     position: relative;
     display: block;
     margin-bottom: 10px;
 }

 .main-footer .logo-widget .download-list li:last-child {
     margin-bottom: 0px;
 }

 .main-footer .logo-widget .download-list li a {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 13px 60px 13px 20px;
     border-radius: 40px;
     border: 1px solid #cdd5d9;
     font-size: 17px;
     line-height: 26px;
     font-family: var(--title-font);
     color: var(--title-color);
     font-weight: 600;
 }

 .main-footer .logo-widget .download-list li a i {
     position: absolute;
     top: 4px;
     right: 4px;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     min-width: 44px;
     background-color: #dbe3e7;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 22px;
     color: var(--theme-color);
     transition: all 300ms linear;
 }

 .main-footer .logo-widget .download-list li a:hover i {
     color: #fff;
     background-color: var(--theme-color);
     border-radius: 50%;
 }

 .main-footer .logo-widget .download-list li a:hover {
     border-color: var(--theme-color);
 }

 .footer-widget .widget-title {
     position: relative;
     display: block;
     margin-bottom: 22px;
 }

 .footer-widget .widget-title h3 {
     font-size: 22px;
     line-height: 30px;
 }

 .footer-widget .links-list li {
     position: relative;
     display: block;
     margin-bottom: 9px;
 }

 .footer-widget .links-list li:last-child {
     margin-bottom: 0px;
 }

 .footer-widget .links-list li a {
     position: relative;
     display: inline-block;
     color: #5f6366;
     padding-left: 23px;
 }

 .footer-widget .links-list li a:hover,
 .footer-widget .links-list li a:hover:before {
     color: var(--theme-color);
 }

 .footer-widget .links-list li a:before {
     position: absolute;
     content: "\f115";
     font-family: 'flaticon';
     left: 0px;
     top: 0px;
     font-size: 12px;
     color: #a0a9ae;
     transition: all 300ms linear;
 }

 footer .subscribe-widget p {
     margin-bottom: 27px;
 }

 footer .subscribe-widget form .form-group {
     position: relative;
     margin-bottom: 0px;
 }

 footer .subscribe-widget form .form-group input[type='email'] {
     position: relative;
     width: 100%;
     height: 60px;
     border: 1px solid #cdd5d9;
     border-radius: 5px;
     font-size: 17px;
     color: #a0a9ae;
     padding: 10px 20px;
     box-shadow: 0px 4px 0px 0px #dbe3e8;
     margin-bottom: 20px;
     transition: all 300ms linear;
 }

 footer .subscribe-widget form .form-group input:focus {
     border-color: var(--theme-color);
 }

 .main-footer .footer-info .row {
     --bs-gutter-x: 6px;
 }

 .main-footer .footer-info .single-info-box {
     position: relative;
     display: flex;
     margin-bottom: 6px;
     background-color: #dbe3e7;
     border-radius: 20px;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     padding: 24px 30px;
 }

 .main-footer .footer-info .single-info-box .icon-box {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     min-width: 50px;
     background-color: var(--secondary-color);
     border-radius: 50%;
     text-align: center;
 }

 .main-footer .footer-info .single-info-box span {
     position: relative;
     display: block;
     color: var(--title-color);
     margin-bottom: 5px;
 }

 .main-footer .footer-info .single-info-box p a {
     color: var(--text-color);
 }

 .main-footer .footer-info .single-info-box p a:hover {
     color: var(--theme-color);
 }

 .main-footer .footer-bottom {
     padding-bottom: 44px;
 }

 .footer-bottom .bottom-inner {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .footer-bottom .bottom-inner .copyright p {
     color: var(--title-color);
 }

 .footer-bottom .bottom-inner .copyright p a {
     color: var(--theme-color);
 }

 .footer-bottom .bottom-inner .copyright p a:hover {
     text-decoration: underline;
 }

 footer .social-links {
     position: relative;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 footer .social-links li a {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 54px;
     border: 1px solid #d0d7db;
     border-radius: 50%;
     text-align: center;
     font-size: 18px;
     color: #a0a9ae;
     box-shadow: 0px 4px 0px 0px #ccd7df;
 }

 footer .social-links li a:hover {
     color: #fff;
     background-color: var(--theme-color);
     border-color: var(--theme-color);
     box-shadow: none;
 }

 .footer-bottom .right-column {
     position: relative;
     display: flex;
     align-items: center;
     gap: 70px;
 }

 footer .language-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 footer .language-box .text {
     position: relative;
     display: inline-block;
     color: var(--title-color);
 }

 footer .language-box .nice-select {
     font-size: 17px;
     color: var(--text-color);
     padding-right: 20px;
 }

 footer .language-box .nice-select::before {
     position: absolute;
     content: "\f105";
     font-family: "flaticon";
     font-size: 10px;
     top: 0px;
     right: 0px;
     transition: all 200ms linear;
 }

 footer .language-box .nice-select .list {
     bottom: 0%;
     top: inherit;
 }

 footer .language-box::before {
     position: absolute;
     content: '';
     background-color: #cdd5d9;
     width: 30px;
     height: 2px;
     top: 13px;
     right: -50px;
 }

 /** header-style-two **/

 .header-style-two {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
 }

 .header-style-two .outer-container {
     position: relative;
     padding-left: 60px;
     padding-right: 60px;
 }

 .header-top-two .top-inner {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 50%;
     padding: 20px 0px;
     padding-right: 60px;
 }

 .header-top-two .top-inner .language-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .header-top-two .top-inner .language-box .text {
     position: relative;
     display: inline-block;
     color: var(--title-color);
 }

 .header-top-two .top-inner .language-box .nice-select {
     position: relative;
     font-size: 17px;
     color: var(--text-color);
     padding-right: 20px;
 }

 .header-top-two .top-inner .language-box .nice-select::before {
     position: absolute;
     content: "\f105";
     font-family: "flaticon";
     font-size: 10px;
     top: 0px;
     right: 0px;
     color: #5f6366;
 }

 .header-style-two .main-menu .navigation>li {
     margin: 0px 18px;
 }

 /*** Search Popup ***/

 .search-popup {
     position: fixed;
     left: 0;
     top: 0px;
     width: 100%;
     z-index: 99999;
     overflow: auto;
     background: #fff;
     transform: scaleY(0%);
     box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
     transform-origin: top center;
     transition: all 400ms linear;
 }

 .search-popup.popup-visible {
     transform: scaleY(100%);
 }

 .search-popup .popup-inner {
     position: relative;
     padding: 60px;
 }

 .search-popup .popup-inner .upper-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 60px;
 }

 .search-popup .popup-inner .upper-box .close-search {
     position: relative;
     display: inline-block;
     font-size: 30px;
     line-height: 30px;
     color: var(--secondary-color);
     cursor: pointer;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .search-popup .popup-inner .upper-box .close-search:hover {
     color: var(--theme-color);
 }

 .search-popup .popup-inner .search-form {}

 .search-popup .popup-inner .search-form .form-group {
     position: relative;
     margin-bottom: 0px;
 }

 .search-popup .popup-inner .search-form .form-group input[type='search'] {
     position: relative;
     display: block;
     width: 100%;
     height: 70px;
     font-size: 20px;
     color: var(--text-color);
     background-color: #f5f5f5;
     border: 1px solid #f5f5f5;
     padding: 10px 30px;
     border-radius: 5px;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .search-popup .popup-inner .search-form .form-group button[type='submit'] {
     position: absolute;
     top: 5px;
     right: 5px;
     width: 60px;
     height: 60px;
     line-height: 64px;
     text-align: center;
     background-color: var(--secondary-color);
     font-size: 24px;
     color: #fff;
     cursor: pointer;
     border-radius: 4px;
     transition: all .3s cubic-bezier(.25, .8, .25, 1);
 }

 .search-popup .popup-inner .search-form .form-group input:focus+button,
 .search-popup .popup-inner .search-form .form-group button:hover {
     background-color: var(--theme-color);
 }

 .search-popup .popup-inner .search-form .form-group input:focus {
     border-color: var(--theme-color);
 }

 .header-style-two .menu-area {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .header-style-two .menu-area .main-menu {
     border: 1px solid #cdd5d9;
     border-radius: 40px;
     padding: 0px 54px;
     background-color: #edf1f5;
 }

 .header-style-two .menu-area .search-toggler {
     position: relative;
     display: inline-block;
     width: 56px;
     height: 56px;
     line-height: 60px;
     background-color: #dbe3e8;
     text-align: center;
     border-radius: 50%;
     min-width: 56px;
     font-size: 22px;
     color: var(--title-color);
     cursor: pointer;
     transition: all 300ms linear;
 }

 .header-style-two .menu-area .search-toggler:hover {
     color: #fff;
     background-color: var(--theme-color);
 }

 .header-style-two .outer-box {
     padding: 0px;
 }

 .header-style-two .menu-right-content {
     gap: 20px;
 }

 .header-style-two .menu-right-content .text {
     position: relative;
     display: block;
     font-weight: 500;
     color: #fff;
 }

 .header-style-two .menu-right-content .support-box {
     position: relative;
     display: flex;
     gap: 10px;
     padding-right: 20px;
     border-right: 1px solid rgba(255, 255, 255, 0.30);
 }

 .header-style-two .menu-right-content .support-box .icon-box {
     position: relative;
     display: inline-block;
     width: 54px;
     height: 54px;
     line-height: 50px;
     min-width: 54px;
     background-color: rgba(255, 255, 255, 0.30);
     border-radius: 50%;
     text-align: center;
 }

 .header-style-two .menu-right-content .support-box a {
     position: relative;
     display: inline-block;
     font-size: 17px;
     color: #fff;
     font-weight: 500;
 }

 .header-style-two .menu-right-content .support-box a:hover {
     text-decoration: underline;
 }

 .header-style-two .menu-right-content .sidebar-toggler {
     background-color: transparent;
     width: auto;
     height: auto;
 }

 .header-style-two .sticky-header {
     background-color: var(--secondary-color);
 }

 .header-style-two .sticky-header .outer-container {
     padding: 15px 30px;
 }

 /** banner-style-two **/

 .banner-style-two {
     position: relative;
     background-color: #edf1f5;
 }

 .banner-style-two .left-column {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 50%;
     height: 100%;
     padding: 260px 60px 120px 60px;
 }

 .banner-style-two .right-column {
     position: relative;
     float: right;
     width: 50%;
     padding: 20px 20px 20px 0px;
 }

 .banner-style-two .right-column .right-content {
     position: relative;
     padding: 597px 60px 93px 60px;
     min-height: 900px;
 }

 .banner-style-two .right-column .right-content .bg-layer {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 20px;
 }

 .banner-style-two .right-column .right-content .bg-layer::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     border-radius: 20px;
     background: -webkit-linear-gradient(-90deg, rgba(5, 48, 76, 0.9) 0%, rgba(5, 48, 76, 0.10) 50%);
 }

 .banner-style-two .left-column .left-content .icon-box {
     position: relative;
     display: block;
     font-size: 70px;
     line-height: 70px;
     color: var(--title-color);
     margin-bottom: 20px;
 }

 .banner-style-two .left-column .left-content h3 {
     position: relative;
     display: inline-block;
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 25px;
     padding: 25px 0px;
 }

 .banner-style-two .left-column .left-content h3:before,
 .banner-style-two .left-column .left-content h3:after {
     position: absolute;
     content: '';
     background-image: url(.././images/shape/shape-12.png);
     width: 100%;
     height: 100%;
     left: 0px;
     background-repeat: no-repeat;
 }

 .banner-style-two .left-column .left-content h3:before {
     top: 0px;
     background-position: top center;
 }

 .banner-style-two .left-column .left-content h3:after {
     bottom: 0px;
     background-position: bottom center;
 }

 .banner-style-two .left-column .left-content h2 {
     display: block;
     font-size: 60px;
     line-height: 75px;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .banner-style-two .left-column .left-content h2 span {
     font-weight: 600;
 }

 .banner-style-two .left-column .left-content p {
     position: relative;
     display: block;
     padding-bottom: 35px;
     border-bottom: 2px dashed var(--theme-color);
     margin-bottom: 40px;
 }

 .banner-style-two .left-column .left-content .btn-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
 }

 .banner-style-two .left-column .left-content .btn-box .download-btn {
     position: relative;
     display: inline-flex;
     align-items: center;
     justify-content: space-between;
     gap: 5px;
     font-size: 17px;
     line-height: 26px;
     font-weight: 600;
     font-family: var(--title-font);
     text-align: center;
     padding: 5px 5px 5px 20px;
     background-color: var(--secondary-color);
     border-radius: 40px;
     text-transform: capitalize;
     color: #fff;
     z-index: 1;
     transition: all 300ms linear;
 }

 .banner-style-two .left-column .left-content .btn-box .download-btn span {
     padding-right: 15px;
 }

 .banner-style-two .left-column .left-content .btn-box .download-btn a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 40px;
     text-align: center;
     background-color: #fff;
     border-radius: 5px 40px 40px 5px;
     transition: all 300ms linear;
 }

 .banner-style-two .booking-form {
     padding: 0px;
     background-color: transparent;
 }

 .banner-style-two .booking-form::before {
     display: none;
 }

 .banner-style-two .booking-form form {
     position: relative;
     padding-right: 80px;
 }

 .banner-style-two .booking-form .form-group {
     float: left;
     width: 33.333%;
 }

 .banner-style-two .booking-form form .message-btn {
     position: absolute;
     top: 0px;
     right: 0px;
 }

 .banner-style-two .booking-form input,
 .banner-style-two .booking-form .nice-select {
     box-shadow: 0px 4px 0px 0px #edf2f5;
     border-radius: 0px;
     height: 70px;
     line-height: 70px;
     color: var(--text-color);
     font-size: 17px;
 }

 .banner-style-two .booking-form .form-group:first-child .nice-select {
     border-radius: 40px 0px 0px 40px;
 }

 .banner-style-two .booking-form .form-group:nth-child(3) .nice-select {
     border-radius: 0px 40px 40px 0px;
 }

 .banner-style-two .booking-form .message-btn button[type='submit'] {
     position: relative;
     display: inline-block;
     width: 70px;
     height: 70px;
     line-height: 74px;
     text-align: center;
     background-color: var(--theme-color);
     border-radius: 5px 40px 40px 5px;
     font-size: 30px;
     color: #fff;
     transition: all 300ms linear;
 }

 .banner-style-two .booking-form .message-btn button:hover {
     background-color: var(--secondary-color);
 }

 .banner-style-two .booking-form .form-group .icon {
     bottom: 20px;
 }

 .banner-style-two .right-content .image-list {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 23px;
 }

 .banner-style-two .right-content .image-list li {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     margin: 0px -5px;
 }

 .banner-style-two .right-content .image-list li img {
     width: 100%;
     border-radius: 50%;
     border: 2px solid #fff;
 }

 .banner-style-two .right-content p {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     gap: 0px;
 }

 .banner-style-two .right-content p i {
     position: relative;
     display: inline-block;
     color: #e5af14;
     font-size: 16px;
     top: 2px;
 }

 .banner-style-two .booking-form .form-group {
     margin-bottom: 0px;
 }

 .banner-style-two .booking-form {
     margin-bottom: 40px;
 }

 /** about-section **/

 .about-section {
     position: relative;
     padding: 120px 0px 113px 0px;
 }

 .about-section .image-box {
     position: relative;
     display: block;
     padding-bottom: 73px;
     padding-right: 30px;
 }

 .about-section .image-box .image {
     position: relative;
     display: block;
     border-radius: 20px;
 }

 .about-section .image-box .image img {
     width: 100%;
     border-radius: 20px;
 }

 .about-section .image-box .image-1 {
     margin-bottom: 133px;
 }

 .about-section .image-box .image-2 {
     position: absolute;
     right: -170px;
     bottom: 0px;
 }

 .about-section .image-box .video-box {
     position: relative;
     display: inline-block;
     width: 120px;
     height: 120px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 50%;
 }

 .about-section .content-box {
     position: relative;
     display: block;
     margin-top: -4px;
 }

 .about-section .content-box .inner-box {
     position: relative;
     display: block;
 }

 .about-section .content-box .inner-box .image {
     position: relative;
     display: block;
     border-radius: 15px;
 }

 .about-section .content-box .inner-box .image img {
     width: 100%;
     border-radius: 15px;
 }

 .about-section .content-box .inner-box .text-box {
     position: relative;
     margin-top: -8px;
 }

 .about-section .content-box .inner-box .text-box p {
     margin-bottom: 33px;
 }

 .about-section .content-box .feature-box {
     position: relative;
     padding-left: 200px;
 }

 .feature-block-one {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .feature-block-one .icon-box {
     position: relative;
     display: block;
     margin-bottom: 17px;
 }

 .feature-block-one h3 {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 10px;
 }

 .about-section .funfact-box {
     position: relative;
     background-color: #edf1f5;
     border-radius: 20px;
 }

 .funfact-block-one {
     position: relative;
     display: block;
     padding: 37px 30px 32px 30px;
     border-right: 1px solid #cdd5d9;
 }

 .funfact-block:last-child .funfact-block-one {
     border-right: none;
 }

 .funfact-block-one .count-outer {
     position: relative;
     display: block;
     font-size: 48px;
     line-height: 58px;
     font-family: var(--secondary-font);
     font-weight: 700;
     color: var(--title-color);
     margin-bottom: 0px;
 }

 .funfact-block-one h3 {
     font-size: 22px;
     line-height: 30px;
 }

 .funfact-block-one .light-icon {
     position: absolute;
     left: 30px;
     top: 30px;
     font-size: 50px;
     color: #ced6da;
     transform: rotate(-15deg);
 }

 .header-style-two .main-menu .navigation>li.dropdown:hover>.megamenu,
 .header-style-two .main-menu .navigation>li.dropdown:hover>ul {
     margin-top: 10px;
 }

 /** travel-section **/

 .travel-section {
     position: relative;
     padding-bottom: 113px;
 }

 .travel-block-one {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .travel-block-one .image-box {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
 }

 .travel-block-one .image-box .image {
     position: relative;
     display: block;
 }

 .travel-block-one .image-box .image img {
     width: 100%;
     border-radius: 20px;
     transition: all 300ms linear;
 }

 .travel-block-one:hover .image-box .image img {
     transform: scale(1.1);
 }

 .travel-block-one .image-box .icon-box {
     position: absolute;
     left: 40px;
     bottom: 0px;
     z-index: 1;
     padding: 10px 10px 0px 10px;
 }

 .travel-block-one .image-box .icon-box .icon {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 60px;
     line-height: 60px;
     background-color: #edf1f5;
     border-radius: 10px;
 }

 .travel-block-one .image-box .icon-box .icon-shape {
     position: absolute;
     left: -19px;
     top: 0px;
     width: 118px;
     height: 70px;
     background-repeat: no-repeat;
 }

 .travel-block-one .image-box .text {
     position: absolute;
     right: 15px;
     bottom: 15px;
     font-size: 17px;
     color: var(--text-color);
     background-color: #fff;
     border-radius: 30px;
     padding: 3.5px 17px;
     transition: all 300ms linear;
 }

 .travel-block-one:hover .image-box .text {
     color: #fff;
     background-color: var(--theme-color);
 }

 .travel-block-one .lower-content {
     position: relative;
     display: block;
     padding-top: 23px;
 }

 .travel-block-one .lower-content h3 {
     position: relative;
     display: block;
     font-size: 22px;
     line-height: 30px;
 }

 .travel-block-one .lower-content h3 a {
     position: relative;
     display: inline-block;
     color: var(--title-color);
     padding-right: 27px;
 }

 .travel-block-one .lower-content h3 a i {
     position: absolute;
     top: 3px;
     right: -3px;
     color: var(--theme-color);
     opacity: 0;
     transition: all 300ms linear;
 }

 .travel-block-one .lower-content h3 a:hover {
     color: var(--theme-color);
 }

 .travel-block-one .lower-content h3 a:hover i {
     opacity: 1;
 }

 .travel-section .lower-text {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 5px;
 }

 .travel-section .four-column-pagination {
     padding-top: 15px;
     padding-bottom: 23px;
 }

 .travel-section .shape-box .shape-1 {
     position: absolute;
     left: 120px;
     top: 50px;
     width: 114px;
     height: 140px;
     background-repeat: no-repeat;
 }

 .travel-section .shape-box .shape-2 {
     position: absolute;
     top: 50%;
     margin-top: -41px;
     right: 120px;
     width: 150px;
     height: 83px;
     background-repeat: no-repeat;
 }

 /** popular-section **/

 .popular-section {
     position: relative;
 }

 .popular-section .outer-container {
     position: relative;
     padding: 112px 0px;
     background-color: #eef2f6;
     border-radius: 20px;
     overflow: hidden;
     max-width: 1680px;
     width: 100%;
     margin: 0 auto;
 }

 .popular-section .outer-container .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .popular-block-one {
     position: relative;
     display: block;
 }

 .popular-section .inner-container {
     position: relative;
     display: flex;
     align-items: center;
     margin: 0px 20px;
     margin-right: 0px;
 }

 .popular-block-one {
     position: relative;
     display: block;
     min-height: 570px;
     width: 236px;
     margin-bottom: 30px;
     margin: 0px -20px;
     margin-bottom: 30px;
     transition: all 400ms linear;
 }

 .popular-block-one.active {
     width: auto;
     width: 370px;
     z-index: 1;
 }

 .popular-block-one .image-box {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
 }

 .popular-block-one .image-box img {
     width: 100%;
     min-height: 570px;
     border-radius: 20px;
     filter: blur(3px);
     transition: all 300ms linear;
 }

 .popular-block-one.active .image-box img {
     filter: blur(0px);
 }

 .popular-block-one .content-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 400ms linear;
 }

 .popular-block-one .content-box .text {
     position: absolute;
     display: inline-block;
     top: 30px;
     left: 50%;
     transform: translateX(-50%);
     font-size: 17px;
     color: var(--text-color);
     background-color: #fff;
     border-radius: 30px;
     width: 70px;
     text-align: center;
     padding: 3.5px 15px;
     height: 35px;
     overflow: hidden;
     transition: all 300ms linear;
 }

 .popular-block-one.active .content-box .text {
     width: auto;
     background-color: var(--theme-color);
     color: #fff;
 }

 .popular-block-one .content-box .text-box {
     position: absolute;
     left: 0px;
     bottom: 40px;
     width: 100%;
     text-align: center;
 }

 .popular-block-one .content-box .link a {
     position: relative;
     display: inline-block;
     width: 70px;
     height: 70px;
     line-height: 76px;
     background-color: #fff;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 30px;
     color: var(--theme-color);
     opacity: 0;
 }

 .popular-block-one .content-box .link a:hover {
     background-color: var(--secondary-color);
 }

 .popular-block-one .content-box .text-box h3 {
     position: relative;
     display: block;
     font-size: 30px;
     line-height: 38px;
     font-weight: 600;
     margin-bottom: 6px;
 }

 .popular-block-one .content-box .text-box h3 a {
     display: inline-block;
     color: #fff;
     opacity: 0;
 }

 .popular-block-one.active .content-box h3 a {
     opacity: 1;
 }

 .popular-block-one .content-box .text-box h3 a:hover {
     color: var(--theme-color);
 }

 .popular-block-one .content-box .text-box .short-title {
     position: absolute;
     left: 0px;
     top: 35px;
     width: 100%;
     text-align: center;
     display: block;
     font-size: 30px;
     line-height: 38px;
     font-weight: 600;
     color: #fff;
     transition: all 400ms linear;
 }

 .popular-block-one.active .content-box .text-box .short-title {
     opacity: 0;
 }

 .popular-block-one .content-box .text-box .special-text {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 28px;
     font-weight: 700;
     color: var(--theme-color);
     opacity: 0;
     transition: all 400ms linear;
 }

 .popular-block-one.active .content-box .text-box .special-text {
     opacity: 1;
 }

 .common-lower-text {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 5px;
 }

 .popular-section .common-lower-text {
     padding-top: 53px;
 }

 /** travel-style-two **/

 .travel-style-two {
     position: relative;
     padding: 112px 0px 105px 0px;
 }

 .travel-style-two .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: bottom center;
 }

 .travel-block-two {
     position: relative;
     display: block;
     padding-top: 25px;
     margin-bottom: 35px;
 }

 .travel-block-two .location-box {
     position: absolute;
     left: 0px;
     top: 0px;
     display: flex;
     align-items: center;
     gap: 10px;
     border: 1px solid #dee4e9;
     border-radius: 30px 30px 30px 0px;
     background-color: #fff;
     z-index: 1;
     padding: 5px 14px;
 }

 .travel-block-two .location-box i {
     position: relative;
     display: inline-block;
     top: 2px;
     color: var(--theme-color);
 }

 .travel-block-two .inner-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 30px;
     border: 1px solid #dee4e9;
     border-radius: 20px;
     background-color: #fff;
     box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
     padding: 29px 29px 26px 29px;
 }

 .travel-block-two .inner-box .image-box {
     position: relative;
     display: block;
     width: 150px;
     min-width: 150px;
     border-radius: 10px;
 }

 .travel-block-two .inner-box .image-box .image {
     position: relative;
     border-radius: 10px;
     transition: all 300ms linear;
 }

 .travel-block-two:hover .inner-box .image-box .image {
     background-color: var(--secondary-color);
 }

 .travel-block-two .inner-box .image-box img {
     width: 100%;
     border-radius: 10px;
     transition: all 300ms linear;
 }

 .travel-block-two:hover .inner-box .image-box img {
     opacity: 0.2;
 }

 .travel-block-two .inner-box .image-box .link-btn {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 1;
 }

 .travel-block-two .inner-box .image-box .link-btn a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     background-color: #fff;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 22px;
     color: var(--title-color);
     transform: scale(0, 0);
 }

 .travel-block-two .inner-box .image-box .link-btn a:hover {
     background-color: var(--theme-color);
     border-radius: 50%;
     color: #fff;
 }

 .travel-block-two:hover .inner-box .image-box .link-btn a {
     transform: scale(1, 1);
 }

 .travel-block-two .inner-box .content-box {
     position: relative;
     display: block;
     width: 100%;
     margin-top: -7px;
 }

 .travel-block-two .inner-box .content-box .title-box {
     position: relative;
     display: flex;
     align-items: flex-start;
     gap: 15px;
     margin-bottom: 9px;
     justify-content: space-between;
 }

 .travel-block-two .inner-box .content-box .title-box h3 {
     font-size: 22px;
     line-height: 32px;
     max-width: 170px;
 }

 .travel-block-two .inner-box .content-box .title-box h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .travel-block-two .inner-box .content-box .title-box h3 a:hover {
     color: var(--theme-color);
 }

 .travel-block-two .inner-box .content-box .title-box .rating {
     position: relative;
     display: flex;
     align-items: center;
     gap: 8px;
     background-color: #edf1f5;
     border-radius: 30px;
     font-size: 15px;
     line-height: 24px;
     color: var(--title-color);
     padding: 0px 7px;
     min-width: 58px;
     top: 7px;
 }

 .travel-block-two .inner-box .content-box .title-box .rating i {
     position: relative;
     display: inline-block;
     color: var(--theme-color);
     top: 2px;
 }

 .travel-block-two .inner-box .content-box .price-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .travel-block-two .inner-box .content-box .price-box .price {
     position: relative;
     display: flex;
     gap: 5px;
 }

 .travel-block-two .inner-box .content-box .price-box .price .special-text {
     font-size: 22px;
     font-weight: 700;
     color: var(--theme-color);
 }

 .travel-block-two .inner-box .content-box .price-box .duration-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 15px;
     color: var(--title-color);
 }

 .travel-block-two .inner-box .content-box .price-box .duration-box i {
     position: relative;
     display: inline-block;
     font-size: 16px;
     color: var(--theme-color);
     top: 2px;
 }

 .travel-block-two .inner-box .content-box .upper-content {
     position: relative;
     padding-bottom: 18px;
     border-bottom: 1px solid #dde5e9;
     margin-bottom: 15px;
 }

 .travel-block-two .inner-box .content-box .upper-content::before {
     position: absolute;
     content: '';
     background-color: #dde5e9;
     width: 100%;
     height: 1px;
     left: -30px;
     bottom: -1px;
 }

 .travel-block-two .inner-box .content-box .highlights-list {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .travel-style-two .lower-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-top: 23px;
 }

 .travel-style-two .lower-box .dots-style-one {
     width: auto;
 }

 .travel-style-two .common-lower-text p {
     color: #fff;
 }

 /** gallery-section **/

 .gallery-section {
     position: relative;
     padding: 112px 0px;
 }

 .gallery-block-one {
     position: relative;
     display: block;
     overflow: hidden;
     border-radius: 20px;
     margin-bottom: 30px;
 }

 .gallery-block-one .image-box {
     position: relative;
     display: block;
     transition: all 300ms linear;
 }

 .gallery-block-one:hover .image-box {
     background-color: var(--secondary-color);
 }

 .gallery-block-one .image-box img {
     width: 100%;
     border-radius: 20px;
     transition: all 300ms linear;
 }

 .gallery-block-one:hover .image-box img {
     opacity: 0.2;
     transform: scale(1.05);
 }

 .gallery-block-one .view-btn {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 1;
 }

 .gallery-block-one .view-btn a {
     position: relative;
     display: inline-block;
     font-size: 40px;
     line-height: 40px;
     color: #fff;
     transform: scale(0, 0);
 }

 .gallery-block-one .view-btn a:hover {
     color: var(--theme-color);
 }

 .gallery-block-one:hover .view-btn a {
     transform: scale(1, 1);
 }

 .gallery-section .common-lower-text {
     padding-top: 23px;
 }

 /** working-section **/

 .working-section {
     position: relative;
     padding: 112px 0px;
 }

 .working-section::before {
     position: absolute;
     content: '';
     background-color: var(--secondary-color);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.9;
     z-index: 1;
 }

 .working-section .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     mix-blend-mode: luminosity;
     background-attachment: fixed;
 }

 .working-block-one {
     position: relative;
     display: flex;
     gap: 30px;
 }

 .working-block-one .count-box {
     position: relative;
     display: inline-block;
     width: 72px;
     height: 72px;
     line-height: 72px;
     min-width: 72px;
     border: 2px dashed var(--theme-color);
     border-radius: 50%;
     text-align: center;
     font-size: 36px;
     color: transparent;
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: var(--theme-color);
     font-weight: 900;
 }

 .working-block-one h3 {
     font-size: 22px;
     line-height: 30px;
     color: #fff;
     font-weight: 600;
     margin-bottom: 11px;
 }

 .working-block-one p {
     color: #fff;
 }

 .working-block-one .icon-box {
     position: relative;
     display: inline-block;
     width: 80px;
     height: 100px;
     line-height: 100px;
     text-align: center;
 }

 .working-block-one .icon-box .icon-shape {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-position: center;
     background-repeat: no-repeat;
 }

 .working-block:nth-child(odd) .working-block-one .icon-box {
     margin-top: 33px;
     line-height: 120px;
 }

 .working-block:nth-child(even) .working-block-one .icon-box {
     margin-bottom: 33px;
     line-height: 80px;
 }

 .working-block:nth-child(even) .working-block-one {
     align-items: flex-end;
 }

 .working-block:nth-child(even) .working-block-one .count-box {
     bottom: 10px;
 }

 .working-block:nth-child(odd) .working-block-one .count-box {
     top: 7px;
 }

 .working-block-one .icon-box .icon {
     position: relative;
     display: inline-block;
 }

 .sec-title.light p {
     color: #fff;
 }

 .working-section .outer-container .shape {
     position: absolute;
     left: 0px;
     top: -40px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: bottom center;
 }

 /** team-section **/

 .team-section {
     position: relative;
     padding: 112px 0px;
 }

 .team-block-one {
     position: relative;
     display: block;
     background-color: #edf1f5;
     border-radius: 20px;
     overflow: hidden;
     text-align: center;
     margin-bottom: 30px;
 }

 .team-block-one .image-box {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
 }

 .team-block-one .image-box .image {
     position: relative;
 }

 .team-block-one .image-box .image::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background: -webkit-linear-gradient(90deg, rgba(5, 48, 76, 1) 0%, rgba(5, 48, 76, 0.0) 100%);
     z-index: 1;
     opacity: 0;
     transition: all 300ms linear;
 }

 .team-block-one:hover .image-box .image::before {
     opacity: 1;
 }

 .team-block-one .image-box img {
     width: 100%;
     transition: all 300ms linear;
 }

 .team-block-one:hover .image-box img {
     transform: scale(1.05);
 }

 .team-block-one .image-box .social-links {
     position: absolute;
     left: 0px;
     bottom: 30px;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 5px;
     z-index: 2;
     opacity: 0;
     transition: all 300ms linear;
 }

 .team-block-one:hover .image-box .social-links {
     bottom: 60px;
     opacity: 1;
 }

 .team-block-one .image-box .social-links li a {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 55px;
     border: 1px solid #fff;
     border-radius: 50%;
     font-size: 18px;
     color: #fff;
     text-align: center;
 }

 .team-block-one .image-box .social-links li a:hover {
     background-color: #fff;
     color: var(--theme-color);
 }

 .team-block-one .lower-content {
     position: relative;
     display: block;
     background-color: #edf1f5;
     padding: 23px 30px;
     margin-top: -29px;
     z-index: 3;
     border-radius: 0px 20px 20px 20px;
 }

 .team-block-one .lower-content h3 {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 4px;
 }

 .team-block-one .lower-content h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .team-block-one .lower-content h3 a:hover {
     color: var(--theme-color);
 }

 .team-block-one .lower-content .designation {
     position: relative;
     display: block;
     margin-bottom: 14px;
 }

 .team-block-one .lower-content .other-link {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
 }

 .team-block-one .lower-content .other-link a {
     position: relative;
     display: flex;
     align-items: center;
     gap: 5px;
     font-size: 13px;
     line-height: 24px;
     font-weight: 600;
     text-transform: uppercase;
     color: var(--text-color);
 }

 .team-block-one .lower-content .other-link a:first-child {
     font-size: 15px;
 }

 .team-block-one .lower-content .other-link a i {
     position: relative;
     display: inline-block;
     top: 2px;
     color: var(--title-color);
 }

 .team-block-one .lower-content .other-link a:hover {
     color: var(--theme-color);
 }

 .team-section .common-lower-text {
     padding-top: 23px;
 }

 /** testimonial-style-two **/

 .testimonial-style-two {
     position: relative;
 }

 .testimonial-style-two .outer-container {
     background-color: #edf1f5;
     border-radius: 20px;
     overflow: hidden;
     max-width: 1660px;
     width: 100%;
     margin: 0 auto;
 }

 .testimonial-style-two .swiper-horizontal {
     position: relative;
     display: block;
     overflow: visible;
     max-width: 630px;
     margin: 0 auto;
     width: 100%;
     text-align: center;
 }

 .testimonial-block-two {
     position: relative;
     display: block;
 }

 .testimonial-block-two .testimonial-image {
     position: relative;
     display: flex;
     align-items: center;
     gap: 30px;
     margin-bottom: 60px;
     transition: all 300ms linear;
 }

 .swiper-slide .testimonial-block-two .testimonial-image {
     opacity: 0;
 }

 .swiper-slide .testimonial-block-two {
     opacity: 0.2;
 }

 .swiper-slide.swiper-slide-active .testimonial-block-two .testimonial-image {
     opacity: 1;
 }

 .swiper-slide.swiper-slide-active .testimonial-block-two {
     opacity: 1;
 }

 .testimonial-block-two .testimonial-image .image {
     position: relative;
     display: inline-block;
     width: 169px;
     height: 170px;
     border-radius: 20px;
 }

 .testimonial-block-two .testimonial-image .image img {
     width: 100%;
     border-radius: 20px;
     border: 5px solid #fff;
     box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.10);
 }

 .testimonial-block-two .testimonial-image .image-1 {
     transform: rotate(-20deg);
     top: 30px;
     left: -25px;
 }

 .testimonial-block-two .testimonial-image .image-3 {
     transform: rotate(20deg);
     top: 30px;
     right: -25px;
 }

 .testimonial-block-two .icon-box {
     position: relative;
     display: block;
     margin-bottom: 33px;
 }

 .testimonial-block-two h4 {
     display: block;
     font-size: 20px;
     line-height: 30px;
     margin-bottom: 21px;
 }

 .testimonial-block-two h4 span {
     font-size: 17px;
     font-weight: 400;
     color: var(--theme-color);
 }

 .testimonial-block-two p {
     margin-bottom: 33px;
 }

 .testimonial-block-two .rating {
     position: relative;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     background-color: #dbe3e7;
     border-radius: 40px;
     padding: 5px 5px 5px 20px;
     gap: 15px;
     color: var(--title-color);
     font-weight: 500;
 }

 .testimonial-block-two .rating i {
     position: relative;
     display: inline-block;
     width: 40px;
     height: 40px;
     line-height: 44px;
     background-color: #fff;
     text-align: center;
     border-radius: 50%;
     font-size: 20px;
     color: var(--theme-color);
 }

 /** news-style-two **/

 .news-style-two {
     position: relative;
 }

 .news-block-two {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .news-block-two {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .news-block-two .image-box {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
 }

 .news-block-two .image-box .image {
     position: relative;
     transition: all 300ms linear;
 }

 .news-block-two:hover .image-box .image {
     background-color: var(--secondary-color);
 }

 .news-block-two .image-box .image img {
     width: 100%;
     border-radius: 20px;
     transition: all 300ms linear;
 }

 .news-block-two:hover .image-box .image img {
     opacity: 0.2;
     transform: scale(1.1);
 }

 .news-block-two .image-box .calendar-box {
     position: absolute;
     top: 20px;
     right: 20px;
     background-color: #fff;
     border-radius: 20px;
     padding: 8px 10px;
     text-align: center;
     width: 70px;
 }

 .news-block-two .image-box .calendar-box h3 {
     font-size: 22px;
     line-height: 30px;
 }

 .news-block-two .image-box .calendar-box span {
     position: relative;
     display: block;
     font-size: 15px;
     line-height: 24px;
     color: var(--title-color);
 }

 .news-block-two .image-box .view-btn {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 2;
 }

 .news-block-two .image-box .view-btn a {
     position: relative;
     display: inline-block;
     font-size: 40px;
     line-height: 40px;
     color: #fff;
     transform: scale(0, 0);
 }

 .news-block-two .image-box .view-btn a:hover {
     color: var(--theme-color);
 }

 .news-block-two:hover .image-box .view-btn a {
     transform: scale(1, 1);
 }

 .news-block-two .lower-content {
     position: relative;
     padding-top: 23px;
 }

 .news-block-two .lower-content h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 23px;
 }

 .news-block-two .lower-content h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .news-block-two .lower-content h3 a:hover {
     color: var(--theme-color);
 }

 .news-block-two .lower-content .lower-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .news-block-two .lower-content .lower-box .link-btn a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     background-color: #edf1f5;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 22px;
     color: var(--title-color);
 }

 .news-block-two:hover .lower-content .lower-box .link-btn a {
     color: #fff;
     background-color: var(--theme-color);
     border-radius: 50%;
 }

 .news-block-two .lower-content .lower-box .category {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 17px;
     color: var(--text-color);
     font-weight: 500;
     border: 1px solid #edf1f5;
     border-radius: 30px;
     padding: 7px 18px;
     transition: all 300ms linear;
 }

 .news-block-two .lower-content .lower-box .category i {
     position: relative;
     display: inline-block;
     color: var(--theme-color);
     font-size: 16px;
     top: 2px;
 }

 .news-block-two:hover .lower-content .lower-box .category {
     background-color: #edf1f5;
 }

 .news-style-two .shape-box .shape-1 {
     position: absolute;
     left: 100px;
     top: 350px;
     width: 131px;
     height: 138px;
     background-repeat: no-repeat;
 }

 .news-style-two .shape-box .shape-2 {
     position: absolute;
     right: 70px;
     bottom: 0px;
     width: 240px;
     height: 224px;
     background-repeat: no-repeat;
 }

 /** cta-section **/

 .cta-section {
     position: relative;
 }

 .cta-section .inner-container {
     position: relative;
     border-radius: 20px;
     overflow: hidden;
     padding: 53px 60px 60px 60px;
 }

 .cta-section .bg-color-1 {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     height: 50%;
 }

 .cta-section .inner-container .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .cta-section .inner-container .bg-layer::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background: -webkit-linear-gradient(0deg, rgba(1, 83, 133, 1) 20%, rgba(1, 83, 133, 0.10) 100%);
 }

 .cta-section .content-box h3 {
     display: block;
     font-size: 22px;
     line-height: 32px;
     color: #fff;
 }

 .cta-section .content-box h2 {
     font-size: 36px;
     line-height: 46px;
     color: #fff;
     margin-bottom: 8px;
 }

 .cta-section .content-box .text {
     position: relative;
     display: block;
     padding-left: 60px;
     color: #adc4d2;
     margin-bottom: 33px;
 }

 .cta-section .content-box .text::before {
     position: absolute;
     content: '';
     background-color: var(--theme-color);
     width: 50px;
     height: 1px;
     left: 0px;
     top: 13px;
 }

 .cta-section .content-box .btn-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .cta-section .content-box .btn-box .theme-btn:hover {
     color: var(--theme-color);
     background-color: #fff;
 }

 .cta-section .content-box .btn-box .theme-btn:hover i {
     background-color: var(--theme-color);
     color: #fff;
 }

 .cta-section .content-box .btn-box .support-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .cta-section .content-box .btn-box .support-box .icon-box {
     position: relative;
     display: inline-block;
     width: 54px;
     height: 54px;
     line-height: 48px;
     min-width: 54px;
     border: 1px solid #2672a0;
     border-radius: 50%;
     text-align: center;
 }

 .cta-section .content-box .btn-box .support-box span {
     position: relative;
     display: block;
     color: var(--theme-color);
     margin-bottom: 4px;
 }

 .cta-section .content-box .btn-box .support-box h4 {
     font-size: 20px;
     line-height: 28px;
 }

 .cta-section .content-box .btn-box .support-box h4 a {
     display: inline-block;
     color: #fff;
 }

 .cta-section .content-box .btn-box .support-box h4 a:hover {
     color: var(--theme-color);
 }

 /** footer-style-two **/

 .footer-style-two {
     position: relative;
 }

 .footer-style-two .widget-section {
     position: relative;
     padding: 93px 0px 85px 0px;
     border-bottom: 1px solid #ced6da;
 }

 .footer-style-two .footer-widget .links-list li a {
     padding-left: 0px;
     padding-right: 23px;
     display: block;
 }

 .footer-style-two .footer-widget .links-list li a:before {
     left: inherit;
     right: 0px;
 }

 .footer-style-two .instagram-widget .widget-content .image-list {
     position: relative;
     margin: 0px -7.5px;
 }

 .footer-style-two .instagram-widget .widget-content .image-list li {
     position: relative;
     display: inline-block;
     float: left;
     margin: 0px 7.5px 15px 7.5px;
 }

 .footer-style-two .instagram-widget .widget-content .image-list li .image {
     position: relative;
     display: inline-block;
     width: 80px;
     height: 80px;
     border-radius: 20px;
     overflow: hidden;
     transition: all 300ms linear;
 }

 .footer-style-two .instagram-widget .widget-content .image-list li:hover .image {
     background-color: var(--secondary-color);
 }

 .footer-style-two .instagram-widget .widget-content .image-list li .image img {
     width: 100%;
     border-radius: 20px;
     transition: all 300ms linear;
 }

 .footer-style-two .instagram-widget .widget-content .image-list li:hover .image img {
     opacity: 0.2;
 }

 .footer-style-two .instagram-widget .widget-content .image-list li .image a {
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: 100%;
     z-index: 2;
     left: 0px;
     top: 0px;
     font-size: 22px;
     color: #fff;
     transform: scale(0, 0);
 }

 .footer-style-two .instagram-widget .widget-content .image-list li:hover .image a {
     transform: scale(1, 1);
 }

 .footer-style-two .contact-widget .single-item {
     position: relative;
     display: flex;
     gap: 15px;
     margin-bottom: 20px;
 }

 .footer-style-two .contact-widget .single-item:last-child {
     margin-bottom: 0px;
 }

 .footer-style-two .contact-widget .single-item .icon-box {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 46px;
     min-width: 50px;
     border: 1px solid #ced6da;
     border-radius: 50%;
     text-align: center;
 }

 .footer-style-two .contact-widget .single-item .text {
     position: relative;
     display: block;
     color: var(--title-color);
     margin-bottom: 3px;
 }

 .footer-style-two .contact-widget .single-item p a {
     color: var(--text-color);
 }

 .footer-style-two .contact-widget .single-item p a:hover {
     color: var(--theme-color);
 }

 .footer-style-two .chat-widget .chat-box {
     position: relative;
     display: block;
     background-color: #dbe3e7;
     border-radius: 20px;
     padding: 18px 25px 25px 25px;
 }

 .footer-style-two .chat-widget .chat-box .image {
     position: absolute;
     top: 25px;
     right: 25px;
     display: inline-block;
     width: 70px;
     height: 70px;
     border-radius: 50px;
 }

 .footer-style-two .chat-widget .chat-box .image img {
     width: 100%;
     border-radius: 50%;
     border: 2px solid #fff;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
 }

 .footer-style-two .chat-widget .chat-box h4 {
     font-size: 20px;
     line-height: 30px;
 }

 .footer-style-two .chat-widget .chat-box p {
     margin-bottom: 6px;
 }

 .footer-style-two .chat-widget .chat-box .status {
     position: relative;
     display: block;
     font-size: 17px;
     padding-left: 15px;
     margin-bottom: 16px;
 }

 .footer-style-two .chat-widget .chat-box .status::before {
     position: absolute;
     content: '';
     background-color: #28a745;
     width: 10px;
     height: 10px;
     left: 0px;
     top: 9px;
     border-radius: 50%;
 }

 .footer-style-two .footer-bottom {
     padding: 35px 0px;
 }

 .footer-style-two .footer-bottom .left-column {
     position: relative;
     display: flex;
     align-items: center;
     gap: 30px;
 }

 .footer-style-two .footer-bottom .left-column .footer-logo {
     padding-right: 30px;
     border-right: 1px solid #ced6da;
 }

 .footer-style-two .footer-bottom .left-column p {
     color: var(--title-color);
 }

 .footer-style-two .footer-bottom .left-column p a {
     display: inline-block;
     color: var(--theme-color);
 }

 .footer-style-two .footer-bottom .left-column p a:hover {
     text-decoration: underline;
 }

 .footer-style-two .footer-bottom .scroll-to-target {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     color: var(--title-color);
     cursor: pointer;
     transition: all 500ms ease;
 }

 .footer-style-two .footer-bottom .scroll-to-target i {
     position: relative;
     display: inline-block;
     width: 30px;
     height: 30px;
     line-height: 32px;
     background-color: #dbe3e8;
     border-radius: 50%;
     text-align: center;
     font-size: 14px;
 }

 /** header-style-three **/

 .header-style-three {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
 }

 .header-top-three {
     padding: 11px 30px;
     border-bottom: 1px solid #ced6da;
 }

 .header-top-three p {
     display: flex;
     align-items: center;
     gap: 5px;
     justify-content: center;
 }

 .header-top-three p a {
     display: inline-block;
     color: var(--title-color);
 }

 .header-top-three p a:hover {
     color: var(--theme-color);
 }

 .header-top-three p i {
     position: relative;
     display: inline-block;
     color: var(--theme-color);
     top: 2px;
     padding-right: 5px;
 }

 .main-header .menu-right-content .cart-box a,
 .header-style-three .menu-right-content .sidebar-toggler {
     position: relative;
     display: inline-block;
     width: 48px;
     height: 48px;
     line-height: 52px;
     border: 1px solid #ced6da;
     text-align: center;
     border-radius: 50%;
     font-size: 20px;
     color: var(--title-color);
     background-color: transparent;
     transition: all 300ms linear;
 }

 .header-style-three .menu-right-content .sidebar-toggler {
     line-height: 44px;
 }

 .main-header .menu-right-content .cart-box a:hover,
 .header-style-three .menu-right-content .sidebar-toggler:hover {
     color: var(--theme-color);
     border-color: var(--theme-color);
 }

 .main-header .menu-right-content .user-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     padding-right: 30px;
     margin-right: 20px;
     border-right: 1px solid #cdd5d9;
     padding-top: 5px;
     padding-bottom: 5px;
 }

 .main-header .menu-right-content .user-box .icon {
     position: relative;
     display: inline-block;
     width: 35px;
     height: 35px;
     line-height: 39px;
     background-color: #dbe3e7;
     border-radius: 50%;
     font-size: 16px;
     color: var(--title-color);
     text-align: center;
 }

 .main-header .menu-right-content .user-box .nice-select {
     font-size: 17px;
     line-height: 26px;
     font-weight: 500;
     color: var(--title-color);
     padding-right: 20px;
 }

 .main-header .menu-right-content .user-box .nice-select::before {
     position: absolute;
     content: "\f105";
     font-family: "flaticon";
     font-size: 10px;
     top: 0px;
     right: 0px;
     color: #a0a9ae;
     transition: all 200ms linear;
 }

 /** banner-style-three **/

 .banner-style-three {
     position: relative;
     padding: 223px 0px 120px 0px;
 }

 .banner-style-three .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .banner-style-three .bg-layer::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.10) 100%);
 }

 .banner-style-three .content-box {
     position: relative;
     display: block;
     background-color: #fff;
     border-radius: 20px;
     padding: 43px 50px 30px 50px;
 }

 .banner-style-three h2 {
     font-size: 60px;
     line-height: 70px;
     margin-bottom: 46px;
 }

 .banner-style-three .content-box p {
     margin-bottom: 23px;
 }

 .banner-style-three .content-box .image-box {
     position: relative;
     display: block;
     border-radius: 20px;
     margin-top: -37px;
 }

 .banner-style-three .content-box .image-box img {
     width: 100%;
     border-radius: 20px;
 }

 .banner-style-three .content-box .btn-box {
     position: relative;
     display: inline-block;
     background-color: #fff;
     padding: 10px;
     border-radius: 50px;
     z-index: 1;
 }

 .banner-style-three .content-box .booking-form {
     padding: 0px;
     border: none;
     margin-top: 30px;
     background-color: transparent;
     border: 1px solid #dde5e9;
     border-radius: 50px;
 }

 .banner-style-three .content-box .booking-form::before {
     display: none;
 }

 .banner-style-three .content-box .booking-form .form-group {
     float: left;
     width: 25%;
 }

 .banner-style-three .content-box .booking-form .form-group {
     margin-bottom: 0px;
 }

 .banner-style-three .content-box .booking-form .form-group input,
 .banner-style-three .content-box .booking-form .form-group .nice-select {
     border: none;
     box-shadow: none;
     background-color: transparent;
     border-right: 1px solid #dde5e9;
     height: 68px;
     line-height: 68px;
 }

 .banner-style-three .content-box .booking-form form {
     position: relative;
     padding-right: 160px;
 }

 .banner-style-three .content-box .booking-form .message-btn {
     position: absolute;
     top: 7px;
     right: 7px;
 }

 .banner-style-three .content-box .booking-form .message-btn .theme-btn {
     background-color: #edf1f5;
     color: var(--title-color);
 }

 .banner-style-three .content-box .booking-form .message-btn .theme-btn:hover {
     color: #fff;
     background-color: var(--theme-color);
 }

 .banner-style-three .booking-form .form-group .icon {
     bottom: 22px;
 }

 /** wedo-section **/

 .wedo-section {
     position: relative;
     padding: 112px 0px;
 }

 .feature-block-two {
     position: relative;
     display: block;
 }

 .feature-block-two {
     position: relative;
     display: block;
     padding: 0px 25px;
     margin-bottom: 30px;
 }

 .feature-block-two .icon-box {
     position: relative;
     display: inline-block;
     width: 100px;
     height: 100px;
     line-height: 100px;
     background-color: #fff;
     border: 1px solid #cdd5d9;
     border-radius: 50%;
     z-index: 1;
     margin-bottom: 33px;
     transition: all 400ms linear;
 }

 .feature-block-two:hover .icon-box {
     border-color: var(--secondary-color);
 }

 .feature-block-two .icon-box::before {
     position: absolute;
     content: '';
     left: 10px;
     top: 10px;
     width: calc(100% - 20px);
     height: calc(100% - 20px);
     background-color: #dbe3e7;
     border-radius: 50%;
     z-index: -1;
     opacity: 0.7;
     transition: all 400ms linear;
 }

 .feature-block-two:hover .icon-box::before {
     background-color: var(--secondary-color);
     opacity: 1;
 }

 .feature-block-two .icon-box .static-icon {
     position: relative;
     transition: all 400ms linear;
 }

 .feature-block-two:hover .icon-box .static-icon {
     opacity: 0;
 }

 .feature-block-two .icon-box .overlay-icon {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
     opacity: 0;
     transition: all 400ms linear;
 }

 .feature-block-two:hover .icon-box .overlay-icon {
     opacity: 1;
 }

 .feature-block-two h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 23px;
     padding-bottom: 33px;
 }

 .feature-block-two h3:before {
     position: absolute;
     content: '';
     background-image: url(../images/shape/shape-22.png);
     width: 100%;
     height: 100%;
     left: 0px;
     bottom: 0px;
     background-repeat: no-repeat;
     background-position: bottom center;
 }

 .feature-block:nth-child(2) .feature-block-two h3:before {
     background-image: url(../images/shape/shape-23.png);
 }

 .feature-block:nth-child(3) .feature-block-two h3:before {
     background-image: url(../images/shape/shape-24.png);
 }

 .feature-block-two p {
     margin-bottom: 23px;
 }

 .wedo-section .inner-container {
     position: relative;
     padding-top: 100px;
 }

 .wedo-section .inner-container::before {
     position: absolute;
     content: '';
     background-color: #edf1f5;
     left: -90px;
     top: 0px;
     width: calc(100% + 180px);
     height: calc(100% - 130px);
     border-radius: 20px;
 }

 .wedo-section .inner-container .shape {
     position: absolute;
     left: -90px;
     top: 0px;
     width: calc(100% + 180px);
     height: calc(100% - 130px);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 20px;
     opacity: 0.05;
 }

 .award-block-one {
     position: relative;
     display: block;
     background-color: #fff;
     border-radius: 20px;
     padding: 40px 30px 33px 30px;
     border: 1px solid #dde5e9;
 }

 .award-block-one .award-image {
     position: relative;
     display: block;
     margin-bottom: 17px;
 }

 .award-block-one .rating-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     color: #e5af14;
     margin-bottom: 2px;
 }

 .award-block-one .rating-box span {
     position: relative;
     display: inline-block;
     color: var(--title-color);
     padding-right: 10px;
 }

 .wedo-section .highlights-box {
     position: relative;
     display: block;
     background-color: #fff;
     border-radius: 20px;
     padding: 36px 35px 33px 35px;
     border: 1px solid #dde5e9;
     text-align: left;
 }

 .wedo-section .highlights-box .single-item {
     position: relative;
     display: block;
 }

 .wedo-section .highlights-box .single-item .icon-box {
     position: relative;
     display: inline-block;
     font-size: 30px;
     color: var(--theme-color);
     margin-bottom: 23px;
 }

 .wedo-section .highlights-box .single-item h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 11px;
 }

 /** vibes-section **/

 .vibes-section {
     position: relative;
     padding-bottom: 113px;
 }

 .vibes-block-one {
     position: relative;
     display: block;
     padding-top: 30px;
     padding-bottom: 20px;
     margin-bottom: 30px;
 }

 .vibes-block-one .image-box {
     position: relative;
     display: block;
 }

 .vibes-block-one .image-box .image {
     position: relative;
     display: block;
     overflow: hidden;
     mask-repeat: no-repeat;
     -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='270' height='422' viewBox='0 0 270 422'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='270' height='422'/%3E%3C/svg%3E");
     -webkit-mask-position: center center;
     mask-position: center center;
     -webkit-mask-size: cover;
     mask-size: cover;
     z-index: 1;
 }

 .vibes-block-one .image-box .image::before {
     position: absolute;
     content: '';
     background-color: #053655;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: -1;
 }

 .vibes-block-one .image-box .image img {
     width: 100%;
     transition: all 500ms ease;
 }

 .vibes-block-one:hover .image-box .image img {
     opacity: 0.2;
     transform: scale(1.05);
 }

 .vibes-block-one .image-box .link {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 2;
 }

 .vibes-block-one .image-box .link a {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 60px;
     line-height: 64px;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 30px;
     color: #fff;
     background-color: var(--theme-color);
     transform: scale(0, 0);
 }

 .vibes-block-one .image-box .link a:hover {
     border-radius: 50%;
 }

 .vibes-block-one:hover .image-box .link a {
     transform: scale(1, 1);
 }

 .vibes-block-one .title-text {
     position: absolute;
     left: 0px;
     top: 18px;
     transform: rotate(-12deg);
     z-index: 3;
 }

 .vibes-block-one .title-text h3 {
     font-size: 22px;
     line-height: 32px;
 }

 .vibes-block-one .title-text h3 a {
     position: relative;
     display: inline-block;
     color: var(--title-color);
     padding-left: 60px;
 }

 .vibes-block-one .title-text h3 a:before {
     position: absolute;
     content: '';
     background-color: var(--theme-color);
     width: 50px;
     height: 1px;
     left: 0px;
     top: 16px;
 }

 .vibes-block-one .title-text h3 a:hover {
     color: var(--theme-color);
 }

 .vibes-block-one .text {
     position: absolute;
     right: 0px;
     bottom: 20px;
     transform: rotate(-12deg);
 }

 .vibes-section .dots-style-one {
     position: relative;
     display: block;
     text-align: center;
     padding-top: 20px;
 }

 .vibes-section .pattern-layer .pattern-1 {
     position: absolute;
     left: 100px;
     top: -40px;
     width: 200px;
     height: 194px;
     background-repeat: no-repeat;
 }

 .vibes-section .pattern-layer .pattern-2 {
     position: absolute;
     right: 0px;
     bottom: 120px;
     width: 200px;
     height: 284px;
     background-repeat: no-repeat;
 }

 /** journey-section **/

 .journey-section {
     position: relative;
     padding: 112px 0px 105px 0px;
 }

 .journey-block-one {
     position: relative;
     display: block;
     background-color: #fff;
     padding: 33px 30px;
     border-radius: 20px;
     margin-bottom: 30px;
 }

 .journey-block-one .text {
     position: relative;
     display: block;
     font-size: 13px;
     line-height: 20px;
     text-transform: uppercase;
     color: #5f6366;
     font-weight: 500;
     margin-bottom: 2px;
 }

 .journey-block-one h3 {
     display: block;
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 20px;
 }

 .journey-block-one .list-item li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 8px;
 }

 .journey-block-one .list-item li:last-child {
     margin-bottom: 0px;
 }

 .journey-block-one .list-item li i {
     position: relative;
     display: inline-block;
     top: 1px;
 }

 .journey-block-one .shape {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 20px;
 }

 .journey-section .dots-style-one {
     position: relative;
     display: block;
     text-align: center;
     padding-top: 15px;
 }

 .journey-section .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: top center;
 }

 /** package-style-two **/

 .package-style-two {
     position: relative;
 }

 .package-style-two .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     opacity: 0.7;
 }

 .package-style-two .tabs-box {
     position: relative;
     padding: 40px 0px 40px 40px;
     border-radius: 20px;
     overflow: hidden;
 }

 .package-style-two .tabs-box .tab {
     position: inherit;
 }

 .package-style-two .tabs-box .inner-box {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .package-style-two .tabs-box .bg-layer {
     position: absolute;
     right: 0px;
     top: -40px;
     width: 100%;
     height: 100%;
     min-width: 1170px;
     min-height: 551px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .package-style-two .tabs-box .bg-layer::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background: -webkit-linear-gradient(135deg, rgba(1, 83, 133, 0.8) 0%, rgba(1, 83, 133, 0.10) 60%);
 }

 .package-style-two .tab-btns {
     position: relative;
     max-width: 370px;
     width: 100%;
 }

 .package-style-two .tab-btns .tab-btn {
     position: relative;
     display: inline-block;
     cursor: pointer;
     border-radius: 20px;
     width: 100%;
     padding: 22px 30px 23px 30px;
     margin-bottom: 10px;
     z-index: 1;
 }

 .package-style-two .tab-btns .tab-btn::after {
     position: absolute;
     content: '';
     background-color: #fff;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     border-radius: 20px;
     z-index: -1;
     transition: all 300ms linear;
 }

 .package-style-two .tab-btns .tab-btn::before {
     position: absolute;
     content: '';
     background-color: var(--theme-color);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     border-radius: 20px;
     z-index: -1;
     opacity: 0;
     transition: all 300ms linear;
 }

 .package-style-two .tab-btns .tab-btn.active-btn::before {
     opacity: 1;
     transform: rotate(2deg);
 }

 .package-style-two .tab-btns .tab-btn:last-child {
     margin-bottom: 0px;
 }

 .package-style-two .tab-btns .tab-btn h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 4px;
     transition: all 300ms linear;
 }

 .package-style-two .tab-btns .tab-btn.active-btn h3 {
     color: var(--theme-color);
 }

 .package-style-two .tab-btns .tab-btn .location {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .package-style-two .tab-btns .tab-btn .location i {
     position: relative;
     display: inline-block;
     font-size: 16px;
     color: var(--theme-color);
     top: 2px;
 }

 .package-style-two .content-box {
     position: relative;
     display: block;
 }

 .package-style-two .content-box .tabs-box .tab {
     position: inherit;
 }

 .package-style-two .content-box .lower-box {
     margin-top: 230px;
     padding-right: 40px;
     text-align: right;
 }

 .package-style-two .content-box .upper-box {
     text-align: right;
 }

 .package-style-two .content-box .text {
     position: relative;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-size: 17px;
     color: #fff;
     border-radius: 30px 0px 0px 30px;
     background-color: var(--theme-color);
     padding: 6px 20px 6px 20px;
     margin-bottom: 10px;
 }

 .package-style-two .content-box .text:last-child {
     margin-bottom: 0px;
 }

 .cs-countdown {
     display: flex;
     align-items: center;
     gap: 20px;
     margin-bottom: 23px;
 }

 .count-col {
     position: relative;
     display: block;
     width: 100px;
     height: 100px;
     border: 1px solid #fff;
     border-radius: 50%;
     padding: 14px 0px 19px 0px;
     text-align: center;
 }

 .count-col:last-child {
     margin-bottom: 0px;
 }

 .cs-countdown .count-col span {
     position: relative;
     display: block;
     font-size: 36px;
     line-height: 40px;
     font-weight: 700;
     margin-bottom: 0px;
     color: #fff;
 }

 .cs-countdown .count-col h6 {
     position: relative;
     font-size: 17px;
     line-height: 26px;
     font-weight: 500;
     color: #fff;
     text-transform: capitalize;
 }

 /** chooseus-style-two **/

 .chooseus-style-two {
     position: relative;
     padding: 113px 0px;
 }

 .chooseus-style-two .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: repeat-x;
     background-position: top center;
     animation: slide 90s linear infinite;
     -webkit-animation: slide 90s linear infinite;
 }

 @keyframes slide {
     from {
         background-position: 0 0;
     }
     to {
         background-position: 1920px 0;
     }
 }

 @-webkit-keyframes slide {
     from {
         background-position: 0 0;
     }
     to {
         background-position: 1920px 0;
     }
 }

 .chooseus-style-two .single-item {
     position: relative;
     display: block;
     margin-bottom: 38px;
 }

 .chooseus-style-two .single-item:last-child {
     margin-bottom: 0px;
 }

 .chooseus-style-two .single-item .icon-box {
     position: absolute;
     display: inline-block;
     top: 14px;
     width: 70px;
     height: 70px;
     line-height: 70px;
     text-align: center;
     background-color: #dbe3e8;
     border-radius: 50%;
     transition: all 300ms linear;
 }

 .chooseus-style-two .left-content .single-item .icon-box {
     right: -150px;
 }

 .chooseus-style-two .left-content .single-item:nth-child(2) .icon-box {
     right: -50px;
 }

 .chooseus-style-two .right-content .single-item .icon-box {
     left: -150px;
 }

 .chooseus-style-two .right-content .single-item:nth-child(2) .icon-box {
     left: -50px;
 }

 .chooseus-style-two .single-item:hover .icon-box {
     background-color: var(--theme-color);
 }

 .chooseus-style-two .single-item .icon-box .static-icon {
     position: relative;
     transition: all 300ms linear;
 }

 .chooseus-style-two .single-item:hover .icon-box .static-icon {
     opacity: 0;
 }

 .chooseus-style-two .single-item .icon-box .overlay-icon {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     transition: all 300ms linear;
 }

 .chooseus-style-two .single-item:hover .icon-box .overlay-icon {
     opacity: 1;
 }

 .chooseus-style-two .single-item h3 {
     font-size: 22px;
     line-height: 32px;
     padding-bottom: 26px;
     margin-bottom: 18px;
 }

 .chooseus-style-two .single-item h3:before {
     position: absolute;
     content: '';
     left: 0px;
     bottom: 0px;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-image: url(../images/shape/shape-36.png);
 }

 .chooseus-style-two .left-content .single-item h3:before {
     background-position: left bottom;
 }

 .chooseus-style-two .right-content .single-item h3:before {
     background-position: right bottom;
 }

 .chooseus-style-two .image-box {
     position: relative;
     display: block;
 }

 .chooseus-style-two .image-box .image {
     position: relative;
     display: block;
     overflow: hidden;
     margin-left: 45px;
     mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='501' height='476' viewBox='0 0 501 476'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='501' height='476'/%3E%3C/svg%3E");
     -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='501' height='476' viewBox='0 0 501 476'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='501' height='476'/%3E%3C/svg%3E");
     -webkit-mask-repeat: no-repeat;
     mask-repeat: no-repeat;
     -webkit-mask-position: center center;
     mask-position: center center;
     -webkit-mask-size: cover;
     mask-size: cover;
 }

 .chooseus-style-two .image-box .image img {
     width: 100%;
 }

 .chooseus-style-two .shape-layer .shape-1 {
     position: absolute;
     left: 40px;
     top: 360px;
     width: 91px;
     height: 99px;
     background-repeat: no-repeat;
 }

 .chooseus-style-two .shape-layer .shape-2 {
     position: absolute;
     left: 80px;
     bottom: 110px;
     width: 180px;
     height: 134px;
     background-repeat: no-repeat;
 }

 .chooseus-style-two .shape-layer .shape-3 {
     position: absolute;
     right: 40px;
     bottom: 40px;
     width: 270px;
     height: 482px;
     background-repeat: no-repeat;
 }

 /** gallery-style-two **/

 .gallery-style-two {
     position: relative;
     padding: 113px 0px 105px 0px;
 }

 .gallery-block-two {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .gallery-block-two .image-box {
     position: relative;
     display: block;
     overflow: hidden;
     border-radius: 20px;
     transition: all 300ms linear;
 }

 .gallery-block-two:hover .image-box {
     background-color: #053555;
 }

 .gallery-block-two .image-box img {
     width: 100%;
     border-radius: 20px;
     transition: all 300ms linear;
 }

 .gallery-block-two:hover .image-box img {
     opacity: 0.2;
     transform: scale(1.05);
 }

 .gallery-block-two .image-box::before {
     position: absolute;
     content: '';
     background-color: #000;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.2;
     z-index: 1;
     transition: all 300ms linear;
 }

 .gallery-block-two:hover .image-box::before {
     opacity: 0;
 }

 .gallery-block-two .content-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 2;
 }

 .gallery-block-two .content-box h3 {
     position: absolute;
     left: 0px;
     top: 32px;
     width: 100%;
     font-size: 26px;
     line-height: 36px;
     padding-left: 40px;
 }

 .gallery-block-two .content-box h3 a {
     display: inline-block;
     color: #fff;
 }

 .gallery-block-two .content-box h3 a:hover {
     color: var(--theme-color);
 }

 .gallery-block-two .content-box p {
     position: absolute;
     left: 0px;
     bottom: 33px;
     width: 100%;
     color: #fff;
     padding-left: 40px;
 }

 .gallery-block-two .content-box .view-btn a {
     position: relative;
     display: inline-block;
     font-size: 50px;
     line-height: 50px;
     color: #fff;
     transform: scale(0, 0);
 }

 .gallery-block-two .content-box .view-btn a:hover {
     color: var(--theme-color);
 }

 .gallery-block-two:hover .content-box .view-btn a {
     transform: scale(1, 1);
 }

 .gallery-style-two .four-column-pagination {
     position: relative;
     display: block;
     text-align: center;
     padding-top: 15px;
 }

 /** testimonial-style-three **/

 .testimonial-style-three {
     position: relative;
 }

 .testimonial-style-three .outer-container {
     position: relative;
     border-radius: 20px;
     overflow: hidden;
     padding: 113px 15px 105px 15px;
     max-width: 1670px;
     width: 100%;
     margin: 0 auto;
 }

 .testimonial-style-three .outer-container::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 1;
     background: -webkit-linear-gradient(90deg, rgba(237, 241, 245, 1) 0%, rgba(237, 241, 245, 0.0) 100%);
 }

 .testimonial-style-three .outer-container .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     mix-blend-mode: luminosity;
     opacity: 0.15;
 }

 .testimonial-block-three {
     position: relative;
     display: block;
     background-color: #fff;
     border-radius: 20px;
     padding: 40px 30px;
     margin-bottom: 30px;
 }

 .testimonial-block-three .image-box {
     position: absolute;
     display: inline-block;
     border-radius: 50%;
     top: 40px;
     right: 30px;
 }

 .testimonial-block-three .image-box img {
     width: 100%;
     border-radius: 50%;
 }

 .testimonial-block-three .icon-box {
     position: relative;
     display: inline-block;
     margin-bottom: 18px;
 }

 .testimonial-block-three h4 {
     display: block;
     font-size: 20px;
     line-height: 30px;
     margin-bottom: 3px;
 }

 .testimonial-block-three .designation {
     position: relative;
     display: block;
     color: var(--theme-color);
     margin-bottom: 26px;
 }

 .testimonial-block-three p {
     margin-bottom: 32px;
 }

 .testimonial-block-three .rating-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 4px 4px 4px 20px;
     border: 1px solid #dde5e9;
     border-radius: 30px;
     color: var(--title-color);
 }

 .testimonial-block-three .rating-box i {
     position: relative;
     display: inline-block;
     width: 40px;
     height: 40px;
     line-height: 44px;
     background-color: #edf1f5;
     border-radius: 50%;
     text-align: center;
     font-size: 20px;
     color: var(--theme-color);
 }

 .testimonial-style-three .three-item-pagination {
     position: relative;
     display: block;
     text-align: center;
     z-index: 9;
     padding-top: 15px;
 }

 .testimonial-style-three .dots-style-one .swiper-pagination-bullet {
     border-color: #cdd5d9;
 }

 /** news-style-three **/

 .news-style-three {
     position: relative;
     padding: 112px 0px;
 }

 .news-block-three {
     position: relative;
     display: block;
     margin-bottom: 42px;
 }

 .news-block-three .category-box {
     position: relative;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-size: 17px;
     color: var(--text-color);
     font-weight: 500;
     border: 1px solid #edf1f5;
     border-radius: 30px 30px 30px 0px;
     padding: 7px 18px;
     margin-bottom: 23px;
     transition: all 300ms linear;
 }

 .news-block-three .category-box i {
     position: relative;
     display: inline-block;
     color: var(--theme-color);
     font-size: 16px;
     top: 2px;
 }

 .news-block-three h3 {
     font-size: 26px;
     line-height: 36px;
     margin-bottom: 32px;
 }

 .news-block-three h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .news-block-three h3 a:hover {
     color: var(--theme-color);
 }

 .news-block-three .post-info {
     position: relative;
     display: flex;
     align-items: center;
     gap: 13px;
     background-color: #edf1f5;
     padding: 8px 25px 8px 20px;
     border-radius: 5px 30px 30px 5px;
     margin-bottom: 33px;
 }

 .news-block-three .post-info li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .news-block-three .post-info li i {
     position: relative;
     display: inline-block;
     color: var(--theme-color);
 }

 .news-block-three .post-info li a {
     display: inline-block;
     color: var(--text-color);
 }

 .news-block-three .post-info li a:hover {
     color: var(--theme-color);
 }

 .news-block-three p {
     margin-bottom: 22px;
 }

 .news-block-three .image-box {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
 }

 .news-block-three .image-box .image {
     position: relative;
     transition: all 300ms linear;
 }

 .news-block-three:hover .image-box .image {
     background-color: var(--secondary-color);
 }

 .news-block-three .image-box .image img {
     width: 100%;
     border-radius: 20px;
     transition: all 300ms linear;
 }

 .news-block-three:hover .image-box .image img {
     opacity: 0.2;
     transform: scale(1.1);
 }

 .news-block-three .image-box .view-btn {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 2;
 }

 .news-block-three .image-box .view-btn a {
     position: relative;
     display: inline-block;
     font-size: 40px;
     line-height: 40px;
     color: #fff;
     transform: scale(0, 0);
 }

 .news-block-three .image-box .view-btn a:hover {
     color: var(--theme-color);
 }

 .news-block-three:hover .image-box .view-btn a {
     transform: scale(1, 1);
 }

 .news-block-three .lower-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 6px;
 }

 .news-block-three .lower-box .link a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     min-width: 44px;
     background-color: #edf1f5;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     font-size: 22px;
     color: var(--title-color);
     z-index: 1;
 }

 .news-block-three .lower-box .link a:hover {
     color: #fff;
     background-color: var(--theme-color);
     border-radius: 50%;
 }

 .news-sidebar-content .news-block-three .post-info {
     margin-bottom: 0px;
 }

 .news-sidebar-content {
     position: relative;
     display: block;
     background-color: #fff;
     border-radius: 20px;
     padding: 30px 30px 10px 30px;
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
 }

 .news-sidebar-content .news-block-three h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 21px;
 }

 .news-sidebar-content .news-block-three {
     margin-bottom: 40px;
 }

 .news-style-three .shape-box .shape-1 {
     position: absolute;
     left: 80px;
     top: 450px;
     width: 92px;
     height: 54px;
     background-repeat: no-repeat;
 }

 .news-style-three .shape-box .shape-2 {
     position: absolute;
     left: 100px;
     bottom: 0px;
     width: 150px;
     height: 120px;
     background-repeat: no-repeat;
 }

 .news-style-three .shape-box .shape-3 {
     position: absolute;
     right: 120px;
     bottom: 345px;
     width: 75px;
     height: 100px;
     background-repeat: no-repeat;
 }

 /** subscribe-section **/

 .subscribe-section {
     position: relative;
 }

 .subscribe-section .inner-container {
     position: relative;
     display: block;
     border-radius: 20px;
     padding: 43px 50px 50px 50px;
     overflow: hidden;
 }

 .subscribe-section .inner-container .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .subscribe-section .inner-container .bg-layer::before {
     position: absolute;
     content: '';
     background-color: var(--secondary-color);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.8;
 }

 .subscribe-section h3 {
     font-size: 22px;
     line-height: 32px;
     color: #fff;
     margin-bottom: 16px;
 }

 .subscribe-section .form-inner .form-group {
     position: relative;
     margin-bottom: 0px;
     padding-right: 207px;
 }

 .subscribe-section .form-inner .form-group input[type='email'] {
     position: relative;
     display: block;
     width: 100%;
     height: 54px;
     background-color: #fff;
     border-radius: 50px;
     font-size: 17px;
     color: #a0a9ae;
     padding: 10px 20px;
 }

 .subscribe-section .form-inner .form-group .theme-btn {
     position: absolute;
     top: 0px;
     right: 0px;
 }

 .subscribe-section .form-inner .form-group .theme-btn:hover {
     background-color: #fff;
     color: var(--theme-color);
 }

 .subscribe-section .form-inner .form-group .theme-btn:hover i {
     background-color: var(--theme-color);
     color: #fff;
 }

 .subscribe-section .social-links {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     justify-content: right;
 }

 .subscribe-section .social-links li a {
     position: relative;
     display: inline-block;
     width: 54px;
     height: 54px;
     line-height: 56px;
     border: 1px solid rgba(255, 255, 255, 0.3);
     border-radius: 50%;
     text-align: center;
     font-size: 20px;
     color: #fff;
 }

 .subscribe-section .social-links li a:hover {
     background-color: #fff;
     border-color: #fff;
     color: var(--theme-color);
 }

 .subscribe-section .bg-color {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     height: 50%;
 }

 /** brand-section **/

 .brand-section {
     position: relative;
 }

 .brand-section .outer-container {
     position: relative;
     max-width: 1750px;
     width: 100%;
     margin: 0 auto;
     padding: 0px 15px;
 }

 .brand-section .clients-image {
     position: relative;
     display: block;
     max-width: 100%;
     width: auto;
     margin: 0 auto;
 }

 .brand-section .shape {
     position: absolute;
     width: 89px;
     height: 119px;
     right: 120px;
     top: 120px;
 }

 /** footer-style-three **/

 .footer-style-three {
     position: relative;
 }

 .footer-style-three .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .footer-style-three .bg-layer::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background: -webkit-linear-gradient(90deg, rgba(5, 53, 85, 1) 40%, rgba(5, 53, 85, 0.10) 100%);
 }

 .footer-style-three .footer-top {
     position: relative;
     padding: 110px 0px 30px 0px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .footer-style-three .footer-top .special-text {
     position: relative;
     display: block;
     font-size: 48px;
     line-height: 58px;
     color: #fff;
     font-weight: 600;
     margin-bottom: 0px;
 }

 .footer-style-three .footer-top h1 {
     font-size: 150px;
     line-height: 160px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 0px;
     z-index: 2;
 }

 .footer-style-three .footer-top h1 span {
     position: relative;
     display: inline-block;
     color: transparent;
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #dee3e2;
 }

 .footer-style-three .footer-top .text-box {
     position: relative;
     display: block;
     max-width: 370px;
     width: 100%;
     margin: 0 auto;
     margin-bottom: 60px;
     padding: 18px 30px 33px 30px;
     z-index: 1;
 }

 .footer-style-three .footer-top .text-box::before {
     position: absolute;
     content: '';
     background-color: #0d4263;
     border-radius: 20px;
     width: 100%;
     height: calc(100% + 80px);
     left: 0px;
     bottom: 0px;
     z-index: -1;
 }

 .footer-style-three .footer-top .text-box p {
     font-size: 19px;
     color: #a9bbc7;
     margin-bottom: 23px;
 }

 .footer-style-three .footer-top .text-box .theme-btn {
     margin-bottom: 22px;
 }

 .footer-style-three .footer-top .text-box .phone {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #cbdce6;
     gap: 5px;
 }

 .footer-style-three .footer-top .text-box .phone img {
     position: relative;
     display: inline-block;
     padding-right: 5px;
 }

 .footer-style-three .footer-top .text-box .phone a {
     display: inline-block;
     color: #fff;
 }

 .footer-style-three .footer-top .text-box .phone a:hover {
     color: var(--theme-color);
 }

 .footer-style-three .footer-top .content-box {
     position: relative;
 }

 .footer-style-three .footer-top .content-box .image img {
     position: relative;
     display: inline-block;
     border-radius: 20px;
     border: 5px solid #fff;
     width: 100%;
 }

 .footer-style-three .footer-top .content-box .image-1 {
     position: absolute;
     left: 100px;
     top: 38px;
     transform: rotate(-15deg);
     width: 170px;
     height: 170px;
 }

 .footer-style-three .footer-top .content-box .image-2 {
     position: absolute;
     right: 100px;
     top: 38px;
     transform: rotate(15deg);
     width: 170px;
     height: 170px;
 }

 .footer-style-three .footer-bottom {
     padding: 33px 0px 30px 0px;
 }

 .footer-style-three .footer-menu {
     position: relative;
     display: flex;
     align-items: center;
     gap: 45px;
     margin-bottom: 27px;
 }

 .footer-style-three .footer-menu li a {
     position: relative;
     display: inline-block;
     color: #a9bbc7;
 }

 .footer-style-three .footer-menu li a:hover {
     color: var(--theme-color);
 }

 .footer-style-three .language-box .text,
 .footer-style-three .language-box .nice-select {
     color: #cbdce6;
 }

 .footer-style-three .language-box::before {
     display: none;
 }

 footer .language-box .nice-select .list li {
     color: var(--text-color);
 }

 .footer-style-three .footer-bottom .copyright p {
     color: #fff;
     margin-bottom: 25px;
 }

 .footer-style-three .footer-bottom .social-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 20px;
 }

 .footer-style-three .footer-bottom .social-box li a {
     position: relative;
     display: inline-block;
     font-size: 20px;
     color: #a0a9ae;
 }

 .footer-style-three .footer-bottom .social-box li a:hover {
     color: var(--theme-color);
 }

 .footer-style-three .footer-bottom .scroll-to-target {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     color: #cbdce6;
     transition: all 300ms linear;
 }

 .footer-style-three .footer-bottom .scroll-to-target:hover {
     color: var(--theme-color);
 }

 .footer-style-three .footer-bottom .scroll-to-target i {
     position: relative;
     display: inline-block;
     width: 30px;
     height: 30px;
     line-height: 34px;
     font-size: 14px;
     background-color: #0d4263;
     text-align: center;
     border-radius: 50%;
     transition: all 300ms linear;
 }

 .footer-style-three .footer-bottom .scroll-to-target:hover i {
     background-color: #fff;
 }

 .footer-style-three .language-box .icon {
     padding-right: 5px;
 }

 /** header-style-four **/

 .header-style-four {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     background-color: var(--secondary-color);
 }

 .header-style-four .header-shape {
     position: absolute;
     left: 0px;
     bottom: -53px;
     width: 100%;
     height: 54px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: bottom center;
 }

 .header-style-four .left-column {
     display: flex;
     align-items: center;
     gap: 100px;
 }

 .header-style-four .header-lower .main-menu .navigation>li>a {
     color: #fff;
 }

 .header-style-four .header-lower .main-menu .navigation>li>ul,
 .header-style-four .header-lower .main-menu .navigation>li>.megamenu {
     margin-top: 15px;
 }

 .header-style-four .menu-right-content .support-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 5px;
     color: #cbdce6;
 }

 .header-style-four .menu-right-content .support-box a {
     display: inline-block;
     color: #fff;
 }

 .header-style-four .menu-right-content .support-box a:hover {
     color: var(--theme-color) !important;
 }

 .header-style-four .menu-right-content .support-box .icon {
     position: relative;
     display: inline-block;
     width: 48px;
     height: 48px;
     line-height: 48px;
     background-color: #fff;
     text-align: center;
     border-radius: 50%;
     margin-right: 5px;
 }

 .header-style-four .menu-right-content .language-box {
     padding: 0px;
     background-color: transparent;
 }

 .header-style-four .header-lower .menu-right-content .language-box {
     color: #fff;
 }

 .header-style-four .menu-right-content {
     gap: 30px;
 }

 .header-style-four .header-lower .menu-right-content .language-box .nice-select,
 .header-style-four .header-lower .menu-right-content .language-box .nice-select::before {
     color: #cbdce6;
 }

 .header-style-four .menu-right-content .search-toggler {
     position: relative;
     display: inline-block;
     width: 48px;
     height: 48px;
     line-height: 52px;
     background-color: #136191;
     text-align: center;
     border-radius: 50%;
     cursor: pointer;
     font-size: 20px;
     color: #fff;
     cursor: pointer;
     transition: all 300ms linear;
 }

 .header-style-four .menu-right-content .search-toggler:hover {
     background-color: var(--theme-color);
     color: #fff;
 }

 .header-style-four .sticky-header .menu-right-content .support-box .icon {
     background-color: var(--secondary-color);
 }

 .header-style-four .sticky-header .menu-right-content .support-box {
     color: var(--text-color);
 }

 .header-style-four .sticky-header .menu-right-content .support-box a {
     color: var(--title-color);
 }

 /** banner-style-four **/

 .banner-style-four {
     position: relative;
     padding: 310px 0px 300px 0px;
     background-color: #053655;
 }

 .banner-style-four .outer-container {
     position: relative;
     max-width: 1650px;
     width: 100%;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .banner-style-four .content-box {
     position: relative;
     display: block;
     max-width: 710px;
 }

 .banner-style-four .content-box .special-text {
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 34px;
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
 }

 .banner-style-four .content-box h2 {
     font-size: 150px;
     line-height: 160px;
     color: #fff;
     font-weight: 300;
     text-transform: uppercase;
     margin-bottom: 30px;
 }

 .banner-style-four .content-box .inner-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 30px;
 }

 .banner-style-four .content-box .inner-box .package-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 200px;
     height: 200px;
     border: 1px solid #446880;
     border-radius: 50%;
     min-width: 200px;
     text-align: center;
 }

 .banner-style-four .content-box .inner-box .package-box .special-text {
     font-size: 48px;
     line-height: 58px;
     font-weight: 700;
     color: var(--theme-color);
     margin-bottom: 6px;
 }

 .banner-style-four .content-box .inner-box .package-box p {
     color: #fff;
 }

 .banner-style-four .content-box .inner-box .text-box p {
     font-size: 19px;
     line-height: 30px;
     color: #b0bfc8;
     max-width: 440px;
     margin-bottom: 23px;
 }

 .banner-style-four .shape-box .shape-1 {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     height: 55px;
     background-size: 100% 100%;
     background-repeat: repeat-x;
 }

 .banner-style-four .shape-box .shape-2 {
     position: absolute;
     left: 0px;
     bottom: 25px;
     width: 417px;
     height: 207px;
     background-repeat: no-repeat;
 }

 .banner-style-four .shape-box .shape-3 {
     position: absolute;
     left: 30%;
     bottom: 0px;
     width: 308px;
     height: 311px;
     background-repeat: no-repeat;
 }

 .banner-style-four .shape-box .shape-4 {
     position: absolute;
     right: 100px;
     bottom: 130px;
     width: 140px;
     height: 165px;
     background-repeat: no-repeat;
 }

 .banner-style-four .shape-box .shape-5 {
     position: absolute;
     top: 215px;
     right: 130px;
     width: 100px;
     height: 86px;
     background-repeat: no-repeat;
 }

 .banner-style-four .image-box {
     right: 410px;
 }

 .banner-style-four .image-box .image-1 {
     position: relative;
     z-index: 1;
 }

 .banner-style-four .image-box .image-2 {
     position: absolute;
     top: 45px;
     right: -110px;
 }

 .banner-style-four .image-box .image-3 {
     position: absolute;
     top: 210px;
     right: -290px;
 }

 .banner-style-four .image-box .image-4 {
     position: absolute;
     top: 375px;
     right: -110px;
     z-index: 2;
 }

 /** booking-style-two **/

 .booking-style-two {
     position: relative;
 }

 .booking-style-two .inner-container {
     position: relative;
     margin-top: -100px;
     z-index: 3;
 }

 .booking-style-two .booking-form .form-group {
     position: relative;
     display: flex;
     align-items: center;
     border: 1px solid #dee5e9;
     box-shadow: 0px 4px 0px 0px #edf2f5;
     border-radius: 5px;
     padding-left: 20px;
     margin-bottom: 20px;
 }

 .booking-style-two .booking-form .form-group .select-box {
     width: 100%;
 }

 .booking-style-two .booking-form .form-group input,
 .booking-style-two .booking-form .form-group .nice-select {
     border: none;
     box-shadow: none;
     height: 58px;
     line-height: 58px;
 }

 .booking-style-two .booking-form .form-group label {
     margin-bottom: 0px;
     line-height: 30px;
     padding-right: 20px;
     border-right: 1px solid #dde5e9;
 }

 .booking-style-two .booking-form .row {
     --bs-gutter-x: 10px;
 }

 .booking-style-two .booking-form::before {
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     border-radius: 20px;
     border: 1px solid #dde5e9;
 }

 .booking-style-two .booking-form {
     padding: 43px 39px 23px 39px;
 }

 .booking-style-two .booking-form button[type='submit'] {
     position: absolute;
     top: 0px;
     right: 0px;
     display: inline-block;
     width: 60px;
     height: 60px;
     line-height: 64px;
     text-align: center;
     border-radius: 5px 40px 40px 5px;
     background-color: var(--secondary-color);
     font-size: 30px;
     color: #fff;
     cursor: pointer;
     transition: all 300ms linear;
 }

 .booking-style-two .booking-form button:hover {
     background-color: var(--theme-color);
     border-radius: 50%;
 }

 .brand-section .title-text {
     position: relative;
     display: inline-block;
     padding-left: 410px;
     padding-right: 410px;
     margin-bottom: 43px;
 }

 .brand-section .title-text::before,
 .brand-section .title-text::after {
     position: absolute;
     content: '';
     background-color: #dde5e9;
     width: 380px;
     height: 1px;
     top: 18px;
 }

 .brand-section .title-text::before {
     left: 0px;
 }

 .brand-section .title-text::after {
     right: 0px;
 }

 .brand-section .title-text h3 {
     font-size: 26px;
     line-height: 36px;
 }

 /** highlights-section **/

 .highlights-section {
     position: relative;
     padding: 100px 0px 70px 0px;
 }

 .highlights-section .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
 }

 .highlights-section .bg-layer::before {
     position: absolute;
     content: '';
     background-color: #053555;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.85;
 }

 .highlights-section .feature-block-two .icon-box {
     background-color: transparent;
     border: 1px solid rgba(255, 255, 255, 0.25);
 }

 .highlights-section .feature-block-two .icon-box::before {
     background-color: #fff;
     opacity: 1;
 }

 .highlights-section .feature-block-two:hover .icon-box::before {
     background-color: var(--secondary-color);
 }

 .highlights-section .feature-block-two:hover .icon-box {
     border-color: #fff;
 }

 .highlights-section .feature-block-two h3 {
     color: #fff;
 }

 .highlights-section .feature-block-two p {
     color: #a9bbc7;
 }

 .highlights-section .feature-block-two::before {
     position: absolute;
     content: '';
     right: -15px;
     bottom: 10px;
     width: 1px;
     height: 205px;
     background-color: rgba(255, 255, 255, 0.2);
 }

 .highlights-section .feature-block:last-child .feature-block-two::before {
     display: none;
 }

 .vibes-section .pattern-layer .pattern-1.t_120 {
     top: 120px;
 }

 .about-section.pb_80 {
     padding-bottom: 80px;
 }

 .about-section .image-box .image-shape {
     position: absolute;
     left: 215px;
     top: 260px;
     width: 150px;
     height: 125px;
     background-repeat: no-repeat;
 }

 .testimonial-style-two .shape-box .shape-1 {
     position: absolute;
     left: 100px;
     top: 120px;
     width: 269px;
     height: 174px;
     background-repeat: no-repeat;
 }

 .testimonial-style-two .shape-box .shape-2 {
     position: absolute;
     top: 245px;
     right: 240px;
     width: 76px;
     height: 150px;
     background-repeat: no-repeat;
 }

 /** news-style-four **/

 .news-style-four {
     position: relative;
     padding: 113px 0px 105px 0px;
 }

 .news-style-four .outer-container {
     padding-right: 275px;
 }

 .news-style-four .outer-container::before {
     position: absolute;
     content: '';
     background-color: #fff;
     width: 10000px;
     height: 100%;
     top: 0px;
     right: calc(100% - 50px);
     z-index: 2;
 }

 .news-style-four .swiper-horizontal {
     overflow: visible;
 }

 .news-style-four .common-lower-text {
     position: absolute;
     right: 0px;
     bottom: 7px;
 }

 .news-style-four .two-column-pagination {
     position: relative;
     display: block;
     text-align: center;
 }

 /** funfact-section **/

 .funfact-section {
     position: relative;
     padding: 110px 0px 90px 0px;
 }

 .funfact-section .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
 }

 .funfact-section .bg-layer::before {
     position: absolute;
     content: '';
     background-color: #053655;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.9;
 }

 .funfact-section .funfact-block-one .count-outer,
 .funfact-section .funfact-block-one h3 {
     color: #fff;
 }

 .funfact-section .funfact-block-one h3 {
     margin-bottom: 23px;
 }

 .funfact-section .funfact-block-one .icon-box {
     position: relative;
     display: inline-block;
     width: 70px;
     height: 70px;
     line-height: 78px;
     background-color: var(--theme-color);
     font-size: 36px;
     color: #fff;
     border-radius: 50%;
     text-align: center;
 }

 .funfact-section .funfact-block-one {
     padding: 0px;
     margin-bottom: 30px;
     border-right: none;
 }

 .funfact-section .funfact-block-one::before {
     position: absolute;
     content: '';
     background-color: rgba(255, 255, 255, 0.25);
     width: 1px;
     height: 100%;
     top: 0px;
     right: -15px;
 }

 .funfact-section .funfact-block:last-child .funfact-block-one::before {
     display: none;
 }

 /** footer-style-four **/

 .footer-style-four {
     position: relative;
     background-color: var(--secondary-color);
 }

 .footer-style-four .footer-top {
     padding: 112px 0px 50px 0px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .footer-style-four .footer-top h2 {
     font-size: 48px;
     line-height: 58px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 6px;
 }

 .footer-style-four .footer-top p {
     color: #aac1cf;
 }

 .footer-style-four .form-inner .form-group {
     position: relative;
     margin-bottom: 25px;
 }

 .footer-style-four .form-inner .form-group input[type='email'] {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     font-size: 17px;
     color: #5f8eaa;
     border: 1px solid rgba(255, 255, 255, 0.10);
     border-radius: 40px;
     padding: 10px 190px 10px 30px;
     transition: all 500ms ease;
 }

 .footer-style-four .form-inner .form-group input:focus {
     color: #fff;
 }

 .footer-style-four .form-inner .form-group button[type='submit'] {
     position: absolute;
     top: 0px;
     right: 0px;
     width: 170px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     border-left: 1px solid rgba(255, 255, 255, 0.10);
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     font-size: 17px;
     color: #fff;
     font-weight: 600;
     transition: all 500ms ease;
 }

 .footer-style-four .form-inner .form-group button i {
     position: relative;
     display: inline-block;
     top: 3px;
     font-size: 22px;
     color: var(--theme-color);
 }

 .footer-style-four .form-inner .form-group input:focus+button,
 .footer-style-four .form-inner .form-group button:hover {
     color: var(--theme-color);
 }

 .footer-style-four .form-inner .social-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: right;
     gap: 15px;
 }

 .footer-style-four .form-inner .social-box .text {
     position: relative;
     display: block;
     font-size: 17px;
     color: #fff;
     font-weight: 600;
 }

 .footer-style-four .form-inner .social-box .social-list {
     position: relative;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .footer-style-four .form-inner .social-box .social-list li a {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 54px;
     background-color: #146192;
     text-align: center;
     border-radius: 50%;
     font-size: 18px;
     color: #fff;
 }

 .footer-style-four .form-inner .social-box .social-list li a:hover {
     color: var(--theme-color);
     background-color: #fff;
 }

 .footer-style-four .widget-section {
     padding: 93px 0px 110px 0px;
 }

 .footer-style-four .widget-section p {
     color: #aac1cf;
     margin-bottom: 23px;
 }

 .footer-style-four .widget-section .footer-logo {
     margin-bottom: 33px;
 }

 .footer-style-four .widget-section .logo-widget .theme-btn:hover {
     background-color: #053555;
 }

 .footer-style-four .widget-section .widget-title h3 {
     color: #fff;
 }

 .footer-style-four .footer-widget .links-list li a {
     padding-left: 0px;
     color: #aac1cf;
 }

 .footer-style-four .footer-widget .links-list li a:hover {
     padding-left: 16px;
     color: #fff;
 }

 .footer-style-four .footer-widget .links-list li a:before {
     opacity: 0;
     color: #fefeff;
     transition: all 500ms ease;
 }

 .footer-style-four .footer-widget .links-list li a:hover::before {
     opacity: 1;
 }

 .post-widget article {
     position: relative;
     display: flex;
     align-items: center;
     gap: 20px;
     margin-bottom: 22px;
 }

 .post-widget article:last-child {
     margin-bottom: 0px;
 }

 .post-widget article .image-box {
     position: relative;
     display: inline-block;
     width: 80px;
     height: 80px;
     min-width: 80px;
     border-radius: 50%;
 }

 .post-widget article .image-box img {
     width: 100%;
     border-radius: 50%;
 }

 .post-widget article h4 {
     font-size: 20px;
     line-height: 30px;
     margin-bottom: 6px;
 }

 .post-widget article h4 a {
     display: inline-block;
     color: #fff;
 }

 .post-widget article h4 a:hover {
     color: var(--theme-color);
 }

 .post-widget article .post-date {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 17px;
     color: #aac1cf;
 }

 .post-widget article .post-date i {
     position: relative;
     display: inline-block;
     font-size: 20px;
     color: #5f8eaa;
     top: 1px;
 }

 .footer-style-four .footer-bottom {
     position: relative;
     background-color: #fff;
     width: 100%;
     padding: 25px 0px;
 }

 .footer-bottom .footer-card {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .footer-bottom .footer-card span {
     position: relative;
     display: inline-block;
     font-size: 17px;
     font-weight: 600;
     color: var(--title-color);
     padding-right: 10px;
 }

 /** page-title **/

 .page-title {
     position: relative;
     padding: 180px 0px 190px 0px;
 }

 .page-title .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .page-title .bg-layer::before {
     position: absolute;
     content: '';
     background: -webkit-linear-gradient(0deg, rgba(4, 48, 76, 1) 0%, rgba(4, 48, 76, 0.10) 100%);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }

 .page-title h1 {
     font-size: 60px;
     line-height: 70px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 14px;
 }

 .page-title .bread-crumb {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
 }

 .page-title .bread-crumb li,
 .page-title .bread-crumb li a {
     position: relative;
     display: inline-block;
     color: #adc4d2;
 }

 .page-title .bread-crumb li a:hover,
 .page-title .bread-crumb li span {
     color: var(--theme-color);
 }

 .page-title .bread-crumb li i {
     position: relative;
     display: inline-block;
     font-size: 12px;
     color: #adc4d2;
     top: 1px;
 }

 .categories-section.alternate-2 .categories-block-one::before {
     border-color: #dde5e9;
 }

 .categories-section.alternate-2 .categories-block-one .title-box h3 a {
     color: var(--title-color);
 }

 .categories-section.alternate-2 .categories-block-one .title-box h3 a:hover {
     color: var(--theme-color);
 }

 .travel-section.pt_120 {
     padding-bottom: 83px;
 }

 .vibes-section.pt_110 {
     padding-bottom: 75px;
 }

 .package-section .sort-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 50px;
 }

 .package-section .sort-box .select-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 5px;
     height: 40px;
     line-height: 40px;
     border: 1px solid #dde5e9;
     border-radius: 30px;
     padding: 0px 19px;
 }

 .package-section .sort-box .select-box .nice-select {
     position: relative;
     font-size: 17px;
     color: var(--text-color);
     padding-right: 20px;
 }

 .package-section .sort-box .select-box .nice-select::before {
     position: absolute;
     content: "\f105";
     font-family: "flaticon";
     font-size: 10px;
     top: 0px;
     right: 0px;
     color: var(--text-color);
 }

 .package-section .sort-box .select-box .nice-select .list {
     right: -20px;
     left: inherit;
 }

 .package-sidebar {
     position: relative;
     display: block;
 }

 .package-sidebar .sidebar-widget {
     position: relative;
     display: block;
     border: 1px solid #dde5e9;
     border-radius: 20px;
     margin-bottom: 10px;
     padding: 23px 25px 30px 25px;
 }

 .package-sidebar .widget-title {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px dashed var(--theme-color);
     padding-bottom: 13px;
     margin-bottom: 20px;
 }

 .package-sidebar .widget-title h3 {
     font-size: 22px;
     line-height: 32px;
 }

 .package-sidebar .widget-title i {
     position: relative;
     display: inline-block;
     font-size: 12px;
     color: #a1aaaf;
 }

 .package-sidebar .search-widget .search-inner .form-group {
     position: relative;
     margin-bottom: 0px;
 }

 .package-sidebar .search-widget .search-inner .form-group input[type='search'] {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     background-color: #edf1f5;
     border: 1px solid #edf1f5;
     border-radius: 40px;
     padding: 10px 50px 10px 20px;
     font-size: 17px;
     color: var(--text-color);
     transition: all 300ms linear;
 }

 .package-sidebar .search-widget .search-inner .form-group button[type='submit'] {
     position: absolute;
     top: 18px;
     right: 20px;
     font-size: 20px;
     color: var(--title-color);
     cursor: pointer;
     transition: all 300ms linear;
 }

 .package-sidebar .search-widget .search-inner .form-group input:focus {
     border-color: var(--theme-color);
 }

 .package-sidebar .search-widget .search-inner .form-group input:focus+button,
 .package-sidebar .search-widget .search-inner .form-group button:hover {
     color: var(--theme-color);
 }

 .package-sidebar .category-widget .category-list li {
     position: relative;
     display: block;
     padding: 13px 0px;
     border-bottom: 1px solid #dde5e9;
 }

 .package-sidebar .category-widget .category-list li:last-child {
     border-bottom: none;
 }

 .package-sidebar .category-widget .category-list li a {
     position: relative;
     display: inline-block;
     color: var(--text-color);
     padding-left: 24px;
 }

 .package-sidebar .category-widget .category-list li a:hover {
     color: var(--theme-color);
 }

 .package-sidebar .category-widget .category-list li a:before {
     position: absolute;
     content: '';
     border: 1px solid #cdd5d9;
     width: 15px;
     height: 15px;
     left: 0px;
     top: 6px;
     border-radius: 50%;
     transition: all 300ms linear;
 }

 .package-sidebar .category-widget .category-list li a:hover:before {
     border-color: var(--theme-color);
 }

 .package-sidebar .category-widget .category-list li a:after {
     position: absolute;
     content: '';
     background-color: #cdd5d9;
     width: 7px;
     height: 7px;
     left: 4px;
     top: 10px;
     border-radius: 50%;
     transition: all 300ms linear;
 }

 .package-sidebar .category-widget .category-list li a:hover::after {
     background-color: var(--theme-color);
 }

 .package-sidebar .category-widget {
     padding-bottom: 10px;
 }

 .package-sidebar .filter-widget .range-slider .ui-widget.ui-widget-content {
     height: 4px;
     border: none;
     background: #dde5e9;
     border-radius: 30px;
 }

 .package-sidebar .filter-widget .range-slider .ui-slider .ui-slider-range {
     top: 0px;
     height: 4px;
     border-radius: 0px;
     background-color: var(--theme-color);
 }

 .package-sidebar .filter-widget .range-slider .ui-widget-content .ui-state-default {
     top: -5px;
     width: 14px;
     height: 14px;
     border: none;
     cursor: pointer;
     margin-left: 0px;
     border-radius: 0px;
     background-color: var(--theme-color);
     border-radius: 50%;
     cursor: pointer;
 }

 .package-sidebar .filter-widget .range-slider .ui-widget-content .ui-state-default::before {
     position: absolute;
     content: '';
     background-color: #fff;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     top: 3px;
     left: 3px;
 }

 .package-sidebar .filter-widget .input {
     position: relative;
     display: flex;
     align-items: center;
     font-size: 17px;
     color: var(--title-color);
 }

 .package-sidebar .duration-widget .select-box {
     position: relative;
     min-height: 60px;
 }

 .package-sidebar .duration-widget .select-box .nice-select {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     line-height: 60px;
     background-color: #edf1f5;
     cursor: pointer;
     padding: 0px 20px;
     border-radius: 40px;
     font-size: 17px;
     color: var(--text-color);
     padding-right: 20px;
 }

 .package-sidebar .duration-widget .select-box .nice-select::before {
     position: absolute;
     content: "\f105";
     font-family: "flaticon";
     font-size: 10px;
     top: 0px;
     right: 20px;
     color: var(--text-color);
 }

 .package-sidebar .duration-widget .select-box .nice-select .list {
     width: 100%;
 }

 .package-sidebar .rating-widget .rating-list li {
     position: relative;
     display: flex;
     align-items: center;
     font-size: 18px;
     color: var(--theme-color);
     margin-bottom: 6px;
     cursor: pointer;
     padding-left: 24px;
 }

 .package-sidebar .rating-widget .rating-list li:last-child {
     margin-bottom: 0px;
 }

 .package-sidebar .rating-widget .rating-list li span {
     position: relative;
     display: inline-block;
     font-size: 17px;
     color: #a0a9ae;
     top: -3px;
     padding-left: 5px;
 }

 .package-sidebar .rating-widget .rating-list li .light {
     color: transparent;
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #b1b8bc;
 }

 .package-sidebar .rating-widget .rating-list li:before {
     position: absolute;
     content: '';
     border: 1px solid #cdd5d9;
     width: 15px;
     height: 15px;
     left: 0px;
     top: 6px;
     border-radius: 50%;
     transition: all 300ms linear;
 }

 .package-sidebar .rating-widget .rating-list li:hover:before,
 .package-sidebar .rating-widget .rating-list li:focus:before {
     border-color: var(--theme-color);
 }

 .package-sidebar .rating-widget .rating-list li:after {
     position: absolute;
     content: '';
     background-color: #cdd5d9;
     width: 7px;
     height: 7px;
     left: 4px;
     top: 10px;
     border-radius: 50%;
     transition: all 300ms linear;
 }

 .package-sidebar .rating-widget .rating-list li:hover::after,
 .package-sidebar .rating-widget .rating-list li:focus::after {
     background-color: var(--theme-color);
 }

 .sec-pad-3 {
     padding: 120px 0px !important;
 }

 /** tour-details **/

 .tour-details {
     position: relative;
 }

 .tour-details .tab-btns {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 42px;
 }

 .tour-details .tab-btns li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
     font-size: 17px;
     line-height: 30px;
     color: var(--title-color);
     cursor: pointer;
     border: 1px solid #edf1f5;
     border-radius: 40px;
     padding: 14px 19px;
     transition: all 300ms linear;
 }

 .tour-details .tab-btns li.active-btn {
     color: var(--theme-color);
     background-color: #edf1f5;
     font-weight: 500;
 }

 .tour-details .tab-btns li span {
     position: relative;
     display: inline-block;
     font-size: 17px;
     line-height: 30px;
     padding-right: 20px;
     border-right: 1px solid #dde5e9;
 }

 .tour-details .tab-btns li i {
     position: relative;
     display: inline-block;
     font-size: 12px;
     color: #a1aaaf;
     transition: all 300ms linear;
 }

 .tour-details .tab-btns li.active-btn i {
     transform: rotate(180deg);
 }

 .tour-details .title-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 40px;
 }

 .tour-details .title-box .title-text .location {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 4px;
 }

 .tour-details .title-box .title-text .location i {
     position: relative;
     display: inline-block;
     color: var(--theme-color);
     font-size: 14px;
     top: 2px;
 }

 .tour-details .title-box .title-text h2 {
     font-size: 36px;
     line-height: 46px;
 }

 .tour-details .title-box .other-text {
     position: relative;
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .tour-details .title-box .other-text .duration-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
     padding-right: 20px;
 }

 .tour-details .title-box .other-text .duration-box::before {
     position: absolute;
     content: '';
     background-color: #e7e5e3;
     width: 1px;
     height: 44px;
     top: 4px;
     right: 0px;
 }

 .tour-details .title-box .other-text .duration-box .icon-box {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 46px;
     border: 1px solid #cfd6db;
     border-radius: 50%;
     text-align: center;
     font-size: 20px;
     color: var(--theme-color);
 }

 .tour-details .title-box .other-text .duration-box span {
     position: relative;
     display: block;
     font-size: 15px;
     line-height: 24px;
     font-weight: 500;
     color: var(--title-color);
 }

 .tour-details .title-box .other-text .duration-box p {
     color: #015285;
 }

 .tour-details .title-box .other-text .rating {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .tour-details .title-box .other-text .rating i {
     position: relative;
     display: inline-block;
     background-color: var(--theme-color);
     border-radius: 30px;
     color: #fff;
     font-size: 15px;
     line-height: 24px;
     padding: 0px 9px;
     font-style: normal;
 }

 .tour-details .title-box .other-text .rating i:before {
     position: relative;
     font-size: 16px;
     top: 2px;
 }

 .tour-details .tabs-content h2 {
     font-size: 30px;
     line-height: 40px;
     margin-bottom: 33px;
 }

 .tour-details .overview-content .image-box {
     position: relative;
     display: block;
     border-radius: 20px;
     margin-bottom: 53px;
 }

 .tour-details .overview-content .image-box img {
     width: 100%;
     border-radius: 20px;
 }

 .tour-details .overview-content p {
     margin-bottom: 43px;
 }

 .tour-details .overview-content .list-item {
     position: relative;
     display: block;
     border: 1px solid #dde5e9;
     border-radius: 20px;
 }

 .tour-details .overview-content .list-item li {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-left: 60px;
     border-bottom: 1px solid #dde5e9;
 }

 .tour-details .overview-content .list-item li:last-child {
     border-bottom: none;
 }

 .tour-details .overview-content .list-item li span {
     position: relative;
     display: inline-block;
     padding: 16px 25px;
 }

 .tour-details .overview-content .list-item li .icon {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     border-right: 1px solid #dde5e9;
 }

 .tour-details .itinerary-content {
     position: relative;
     display: block;
     border: 1px solid #dde5e9;
     border-radius: 20px;
     overflow: hidden;
 }

 .tour-details .itinerary-content .single-item {
     padding: 43px 50px;
 }

 .tour-details .itinerary-content .single-item:first-child {
     background-color: #edf1f5;
 }

 .tour-details .itinerary-content .single-item .inner-box {
     position: relative;
     display: flex;
     gap: 50px;
 }

 .tour-details .itinerary-content .single-item .inner-box .image-box {
     position: relative;
     display: inline-block;
     width: 150px;
     height: 150px;
     min-width: 150px;
     border-radius: 100px 100px 10px 10px;
 }

 .tour-details .itinerary-content .single-item .inner-box .image-box img {
     width: 100%;
     border-radius: 100px 100px 10px 10px;
 }

 .tour-details .itinerary-content .single-item .content-box .date {
     position: relative;
     display: block;
     margin-bottom: 11px;
 }

 .tour-details .itinerary-content .single-item .content-box h3 {
     font-size: 22px;
     line-height: 32px;
     margin-bottom: 16px;
 }

 .tour-details .itinerary-content .single-item .content-box .list-item li {
     position: relative;
     display: block;
     margin-bottom: 20px;
     padding-left: 44px;
 }

 .tour-details .itinerary-content .single-item .content-box .list-item li:last-child {
     margin-bottom: 0px;
 }

 .tour-details .itinerary-content .single-item .content-box .list-item li:before {
     position: absolute;
     content: '';
     border: 3px solid #cdd5d9;
     width: 15px;
     height: 15px;
     left: 0px;
     top: 6px;
     border-radius: 50%;
 }

 .tour-details .itinerary-content .single-item .content-box .list-item li:after {
     position: absolute;
     content: '';
     background-color: #cdd5d9;
     width: 1px;
     height: 33px;
     left: 7px;
     top: 21px;
 }

 .tour-details .itinerary-content .single-item .content-box .list-item li:last-child::after {
     display: none;
 }

 .tour-details .itinerary-content .link-box {
     position: relative;
     display: block;
     padding: 23px 50px;
     border-top: 1px solid #dde5e9;
 }

 .tour-details .includes-content .single-item {
     position: relative;
     display: flex;
     align-items: center;
     background-color: #edf1f5;
     border-radius: 20px;
     margin-bottom: 10px;
     gap: 30px;
     padding: 30px 40px;
 }

 .tour-details .includes-content .single-item:last-child {
     margin-bottom: 0px;
 }

 .tour-details .includes-content .single-item .title-text {
     position: relative;
     display: block;
     width: 50%;
 }

 .tour-details .includes-content .single-item .title-text h2 {
     margin-bottom: 13px;
 }

 .tour-details .includes-content .single-item .title-text h2 span {
     position: relative;
     display: block;
     font-weight: 400;
 }

 .tour-details .includes-content .single-item .list-text {
     position: relative;
     padding-left: 30px;
 }

 .tour-details .includes-content .single-item .list-text::before {
     position: absolute;
     content: '';
     background-color: #cdd5d9;
     width: 1px;
     height: calc(100% - 15px);
     left: 0px;
     top: 7px;
 }

 .tour-details .includes-content .single-item .list-item li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 20px;
     margin-bottom: 14px;
 }

 .tour-details .includes-content .single-item .list-item li:last-child {
     margin-bottom: 0px;
 }

 .tour-details .includes-content .single-item .list-item li i {
     position: relative;
     display: inline-block;
     font-size: 18px;
     color: var(--theme-color);
     top: 2px;
 }

 .tour-details .includes-content .single-item .list-item li i.light {
     color: #a0a9ae;
 }

 .tour-details .tabs-content .booking-form {
     background-color: #edf1f5;
 }

 .tour-details .tabs-content .booking-form::before {
     display: none;
 }

 .tour-details .tabs-content .booking-form form {
     background-color: #fff;
     border-radius: 20px;
     padding: 23px 30px 30px 30px;
 }

 .booking-form .form-group textarea {
     height: 120px;
     resize: none;
 }

 .booking-form .form-group textarea:focus,
 .booking-form .form-group input:focus {
     border-color: var(--theme-color);
 }

 .tour-details .tabs-content .booking-form .form-group input,
 .tour-details .tabs-content .booking-form .form-group textarea {
     color: #a0a9ae;
 }

 .tour-details .tabs-content .booking-form form .row {
     --bs-gutter-x: 10px;
 }

 .tour-sidebar {
     position: relative;
     display: block;
 }

 .tour-sidebar .booking-form {
     padding: 0px;
     border-radius: 0px;
     background-color: transparent;
 }

 .tour-sidebar .booking-form::before {
     display: none;
 }

 .tour-sidebar .package-widget {
     position: relative;
     display: block;
     background-color: #edf1f5;
     border-radius: 20px;
     padding: 23px 30px 30px 30px;
 }

 .tour-sidebar .package-widget .text {
     position: relative;
     display: block;
     margin-bottom: 4px;
 }

 .tour-sidebar .package-widget h3 {
     font-size: 30px;
     line-height: 40px;
     font-weight: 700;
     color: var(--theme-color);
     padding-bottom: 18px;
     margin-bottom: 23px;
     border-bottom: 1px solid #cdd5d9;
 }

 .tour-sidebar .package-widget h3 span {
     font-size: 17px;
     line-height: 28px;
     font-family: var(--text-font);
     color: var(--text-color);
     font-weight: 400;
 }

 .tour-sidebar .booking-form .form-group input,
 .tour-sidebar .booking-form .form-group textarea,
 .tour-sidebar .booking-form .form-group .nice-select {
     box-shadow: 0px 4px 0px 0px #dce5eb;
 }

 .tour-sidebar .contact-widget {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
     padding: 33px 30px 35px 30px;
 }

 .tour-sidebar .contact-widget .bg-image {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .tour-sidebar .contact-widget .bg-image::before {
     position: absolute;
     content: '';
     background: -webkit-linear-gradient(0deg, rgba(1, 83, 133, 1) 25%, rgba(1, 83, 133, 0.65) 100%);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }

 .tour-sidebar .contact-widget h4 {
     font-size: 20px;
     line-height: 30px;
     color: #fff;
     margin-bottom: 2px;
 }

 .tour-sidebar .contact-widget h3 {
     font-size: 26px;
     line-height: 36px;
     color: #fff;
     margin-bottom: 9px;
 }

 .tour-sidebar .contact-widget p {
     position: relative;
     color: #adc4d2;
     padding-left: 60px;
     margin-bottom: 17px;
 }

 .tour-sidebar .contact-widget p:before {
     position: absolute;
     content: '';
     background-color: var(--theme-color);
     width: 50px;
     height: 1px;
     left: 0px;
     top: 13px;
 }

 .tour-sidebar .contact-widget .inner-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .tour-sidebar .contact-widget .inner-box .icon-box {
     position: relative;
     display: inline-block;
     width: 54px;
     height: 54px;
     line-height: 50px;
     min-width: 54px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     border-radius: 50%;
     text-align: center;
 }

 .tour-sidebar .contact-widget .inner-box .text {
     position: relative;
     display: block;
     color: var(--theme-color);
     margin-bottom: 4px;
 }

 .tour-sidebar .contact-widget .inner-box a {
     display: inline-block;
     font-size: 20px;
     line-height: 32px;
     color: #fff;
     font-weight: 600;
 }

 .tour-sidebar .contact-widget .inner-box a:hover {
     color: var(--theme-color);
 }

 .tour-sidebar .share-box a {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     font-size: 17px;
     font-weight: 600;
     color: var(--title-color);
     border-radius: 40px;
     border: 1px solid #dde5e9;
     padding: 12px 30px;
 }

 .tour-sidebar .share-box a:hover {
     color: #fff;
     background-color: var(--theme-color);
     border-color: var(--theme-color);
 }

 .sec-pad-4 {
     padding: 120px 0px 90px 0px !important;
 }

 .filter-btns {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 50px;
     background-color: #edf1f5;
     border-radius: 40px;
     padding: 16px 30px;
 }

 .filter-btns li {
     position: relative;
     display: inline-block;
     cursor: pointer;
     font-size: 17px;
     color: var(--title-color);
     transition: all 500ms ease;
 }

 .filter-btns li.active {
     color: var(--theme-color);
 }

 .faq-page-section {
     position: relative;
 }

 .faq-page-section .faq-sidebar .inner-box {
     margin-bottom: 0px;
 }

 .faq-page-section .faq-sidebar {
     padding-bottom: 9px;
 }

 .faq-page-section .sidebar-content .faq-category li {
     position: relative;
     display: block;
     margin-bottom: 18px;
 }

 .faq-page-section .sidebar-content .faq-category li:last-child {
     margin-bottom: 0px;
 }

 .faq-page-section .sidebar-content .faq-category li a {
     position: relative;
     display: inline-block;
     font-weight: 500;
     color: var(--title-color);
 }

 .faq-page-section .sidebar-content .faq-category li a:hover {
     color: var(--theme-color);
     padding-left: 23px;
 }

 .faq-page-section .sidebar-content .faq-category li a:before {
     position: absolute;
     content: "\f115";
     font-family: 'flaticon';
     font-size: 12px;
     left: 0px;
     top: 0px;
     opacity: 0;
     transition: all 300ms linear;
 }

 .faq-page-section .sidebar-content .faq-category li a:hover:before {
     opacity: 1;
 }

 .comingsoon-section {
     position: relative;
     width: 100%;
     min-height: 946px;
     background-color: #fff;
     padding: 80px;
 }

 .comingsoon-section .outer-container {
     position: relative;
     padding: 20px;
     border-radius: 20px;
     overflow: hidden;
     background-color: #edf2f5;
     display: flex;
     align-items: center;
 }

 .comingsoon-section .left-content {
     position: relative;
     display: block;
     width: 50%;
     min-width: 50%;
 }

 .comingsoon-section .right-content {
     position: relative;
     display: block;
     width: 50%;
     min-width: 50%;
     padding: 626px 60px 60px 60px;
 }

 .comingsoon-section .right-content .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 20px;
 }

 .comingsoon-section .right-content .form-box .form-group {
     position: relative;
     display: block;
     margin-bottom: 0px;
 }

 .comingsoon-section .right-content .form-box .form-group input[type='email'] {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     background-color: #fff;
     border-radius: 50px;
     padding: 10px 160px 10px 30px;
     font-size: 17px;
     color: #a0a9ae;
 }

 .comingsoon-section .right-content .form-box .form-group button[type='submit'] {
     position: absolute;
     top: 0px;
     right: 0px;
     width: 145px;
     height: 60px;
     line-height: 60px;
     border-left: 1px solid #dde5e9;
     text-align: center;
     display: flex;
     align-items: center;
     gap: 10px;
     justify-content: center;
     font-size: 17px;
     font-weight: 600;
     color: var(--title-color);
     transition: all 300ms linear;
 }

 .comingsoon-section .right-content .form-box .form-group button i {
     position: relative;
     display: inline-block;
     font-size: 22px;
     color: var(--theme-color);
     top: 2px;
 }

 .comingsoon-section .right-content .form-box .form-group input:focus+button,
 .comingsoon-section .right-content .form-box .form-group button:hover {
     color: var(--theme-color);
 }

 .comingsoon-section .left-content .logo-box {
     margin-bottom: 30px;
 }

 .comingsoon-section .left-content h2 {
     display: block;
     font-size: 100px;
     line-height: 110px;
     font-weight: 700;
     text-transform: uppercase;
     color: #dde5e9;
     margin-bottom: 20px;
     text-shadow: 0px 8px 0px #d5d9dc;
 }

 .comingsoon-section .left-content h3 {
     font-size: 60px;
     line-height: 70px;
     margin-bottom: 12px;
 }

 .comingsoon-section .left-content p {
     margin-bottom: 33px;
 }

 .comingsoon-section .left-content .cs-countdown {
     justify-content: center;
 }

 .comingsoon-section .left-content .cs-countdown .count-col {
     border-color: #d1d8dc;
 }

 .comingsoon-section .left-content .cs-countdown span {
     color: var(--title-color);
 }

 .comingsoon-section .left-content .cs-countdown h6 {
     color: var(--text-color);
 }

 .comingsoon-section .left-content .cs-countdown {
     margin-bottom: 40px;
 }

 /** error-section **/

 .error-section {
     position: relative;
     display: block;
     padding: 130px 0px 120px 0px;
     overflow: hidden;
 }

 .error-section h1 {
     font-size: 500px;
     line-height: 500px;
     color: transparent;
     background-clip: text;
     background-image: url(../images/resource/text.jpg);
 }

 .error-section .content-box .shape {
     position: absolute;
     top: 0px;
     left: 70px;
     width: 100%;
     height: 232px;
     background-repeat: no-repeat;
     text-align: center;
     background-position: top center;
     z-index: 1;
 }

 .error-section .content-box h2 {
     font-size: 48px;
     line-height: 58px;
     margin-bottom: 13px;
 }

 .error-section .content-box p {
     margin-bottom: 23px;
 }

 .error-section .pattern {
     position: absolute;
     left: 0px;
     bottom: 10px;
     width: 417px;
     height: 207px;
     background-repeat: no-repeat;
 }

 .error-section .scroll-text {
     position: absolute;
     right: -360px;
     bottom: -230px;
     width: 100%;
     background-color: var(--theme-color);
     padding: 25px 0px;
     transform: rotate(-40deg);
     min-width: 2000px;
 }

 .error-section .scroll-text .text-inner {
     position: relative;
     display: flex;
     align-items: center;
     gap: 100px;
     width: max-content;
     -moz-animation: scroll-left 190s linear infinite;
     -webkit-animation: scroll-left 190s linear infinite;
     animation: scroll-left 190s linear infinite;
 }

 .error-section .scroll-text .text-inner h4 {
     font-size: 20px;
     line-height: 30px;
     color: #fff;
 }

 @-moz-keyframes scroll-left {
     0% {
         -moz-transform: translateX(0%);
     }
     100% {
         -moz-transform: translateX(-100%);
     }
 }

 @-webkit-keyframes scroll-left {
     0% {
         -webkit-transform: translateX(0%);
     }
     100% {
         -webkit-transform: translateX(-100%);
     }
 }

 .blog-sidebar {
     position: relative;
     display: block;
 }

 .blog-sidebar .sidebar-widget {
     position: relative;
     display: block;
     border: 1px solid #dde5e9;
     border-radius: 20px;
     margin-bottom: 10px;
     padding: 23px 24px 30px 24px;
     box-shadow: 0px 4px 0px 0px #edf2f5;
     margin-bottom: 34px;
 }

 .blog-sidebar .sidebar-widget:last-child {
     margin-bottom: 0px;
 }

 .blog-sidebar .widget-title {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px dashed var(--theme-color);
     padding-bottom: 13px;
     margin-bottom: 20px;
 }

 .blog-sidebar .widget-title h3 {
     font-size: 22px;
     line-height: 32px;
 }

 .blog-sidebar .search-widget .search-inner .form-group {
     position: relative;
     display: block;
     margin-bottom: 0px;
 }

 .blog-sidebar .search-widget .search-inner .form-group input[type='search'] {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     background-color: #edf1f5;
     border: 1px solid #edf1f5;
     border-radius: 50px;
     font-size: 17px;
     color: #5f6366;
     padding: 10px 50px 10px 20px;
     transition: all 300ms linear;
 }

 .blog-sidebar .search-widget .search-inner .form-group input:focus {
     border-color: var(--theme-color);
 }

 .blog-sidebar .search-widget .search-inner .form-group button[type="submit"] {
     position: absolute;
     display: inline-block;
     top: 17px;
     right: 20px;
     font-size: 20px;
     cursor: pointer;
     color: var(--title-color);
     transition: all 300ms linear;
 }

 .blog-sidebar .search-widget .search-inner .form-group input:focus+button,
 .blog-sidebar .search-widget .search-inner .form-group button:hover {
     color: var(--theme-color);
 }

 .blog-sidebar .author-widget .author-image {
     position: relative;
     display: inline-block;
     width: 150px;
     height: 150px;
     border-radius: 50%;
     margin-bottom: 23px;
 }

 .blog-sidebar .author-widget .author-image img {
     width: 100%;
     border-radius: 50%;
 }

 .blog-sidebar .author-widget h4 {
     font-size: 20px;
     line-height: 30px;
     margin-bottom: 9px;
 }

 .blog-sidebar .author-widget h4 span {
     font-size: 17px;
     font-family: var(--text-font);
     font-weight: 400;
     color: var(--text-color);
 }

 .blog-sidebar .author-widget p {
     margin-bottom: 24px;
 }

 .blog-sidebar .author-widget .social-links {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 25px;
     justify-content: center;
 }

 .blog-sidebar .author-widget .social-links li a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 48px;
     border: 1px solid #d0d7db;
     border-radius: 50%;
     text-align: center;
     font-size: 18px;
     color: #a0a9ae;
     box-shadow: 0px 4px 0px 0px #ccd7df;
 }

 .blog-sidebar .author-widget .social-links li a:hover {
     color: #fff;
     background-color: var(--theme-color);
     border-color: var(--theme-color);
     box-shadow: none;
 }

 .blog-sidebar .category-widget .category-list li {
     position: relative;
     display: block;
     padding: 12px 0px;
     border-bottom: 1px solid #dde5e9;
 }

 .blog-sidebar .category-widget .category-list li:last-child {
     border-bottom: none;
 }

 .blog-sidebar .category-widget .category-list li a {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: var(--text-color);
 }

 .blog-sidebar .category-widget .category-list li a:hover {
     color: var(--theme-color);
     padding-left: 15px;
 }

 .blog-sidebar .category-widget .widget-title {
     margin-bottom: 8px;
 }

 .blog-sidebar .category-widget .category-list li a:before {
     position: absolute;
     content: "\f115";
     font-family: 'Flaticon';
     font-size: 12px;
     left: 0px;
     top: 0px;
     color: var(--theme-color);
     opacity: 0;
     transition: all 300ms linear;
 }

 .blog-sidebar .category-widget .category-list li a:hover::before {
     opacity: 1;
 }

 .blog-sidebar .category-widget {
     padding-bottom: 11px;
 }

 .blog-sidebar .post-widget article h4 a {
     color: var(--title-color);
 }

 .blog-sidebar .post-widget article h4 a:hover {
     color: var(--theme-color);
 }

 .blog-sidebar .post-widget article .post-date {
     color: var(--text-color);
 }

 .blog-sidebar .post-widget article .post-date i {
     color: #a0a9ae;
 }

 .blog-sidebar .tags-widget .tags-list {
     position: relative;
     margin: 0px -2.5px;
 }

 .blog-sidebar .tags-widget .tags-list li {
     position: relative;
     display: inline-block;
     float: left;
     margin: 0px 2.5px 5px 2.5px;
 }

 .blog-sidebar .tags-widget .tags-list li a {
     position: relative;
     display: inline-block;
     font-size: 17px;
     color: var(--text-color);
     background-color: #edf1f5;
     padding: 6px 15px;
     border-radius: 30px 30px 30px 0px;
 }

 .blog-sidebar .tags-widget .tags-list li a:hover {
     color: #fff;
     background-color: var(--theme-color);
 }

 .blog-sidebar .tags-widget {
     padding-bottom: 25px;
 }

 .page-title h2 {
     font-size: 48px;
     line-height: 58px;
     color: #fff;
     margin-bottom: 30px;
 }

 .page-title .category-box {
     position: relative;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-size: 17px;
     color: #fff;
     font-weight: 500;
     background-color: var(--theme-color);
     border-radius: 30px;
     padding: 8px 20px;
     margin-bottom: 12px;
     transition: all 300ms linear;
 }

 .page-title .category-box i {
     position: relative;
     display: inline-block;
     font-size: 16px;
     top: 2px;
 }

 .page-title .post-info {
     position: relative;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 13px;
     background-color: #edf1f5;
     padding: 8px 25px 8px 20px;
     border-radius: 30px;
 }

 .page-title .post-info li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .page-title .post-info li i {
     position: relative;
     display: inline-block;
     color: var(--theme-color);
 }

 .page-title .post-info li a {
     display: inline-block;
     color: var(--text-color);
 }

 .page-title .post-info li a:hover {
     color: var(--theme-color);
 }

 .page-title.pt_150.pb_150 {
     padding: 150px 0px;
 }

 .blog-details-content {
     position: relative;
     display: block;
 }

 .blog-details-content .content-one .image-box {
     position: relative;
     display: block;
     margin-bottom: 43px;
     border-radius: 20px;
 }

 .blog-details-content .content-one .image-box img {
     width: 100%;
     border-radius: 20px;
 }

 .group-title h2 {
     font-size: 30px;
     line-height: 40px;
 }

 .blog-details-content blockquote {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
     padding: 43px 40px 50px 50px;
     margin-bottom: 33px;
 }

 .blog-details-content blockquote .bg-image {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .blog-details-content blockquote .bg-image::before {
     position: absolute;
     content: '';
     background-color: #053655;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.7;
 }

 .blog-details-content blockquote .quote-icon {
     position: absolute;
     display: inline-block;
     right: 50px;
     bottom: 0px;
     width: 60px;
     height: 60px;
     line-height: 60px;
     background-color: #edf1f5;
     text-align: center;
     border-radius: 10px;
     z-index: 1;
 }

 .blog-details-content blockquote .quote-icon::after {
     position: absolute;
     content: '';
     background-color: #edf1f5;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     border-radius: 10px;
     z-index: -1;
 }

 .blog-details-content blockquote .quote-icon .shape {
     position: absolute;
     left: -29px;
     bottom: 0px;
     width: 118px;
     height: 70px;
     background-repeat: no-repeat;
     z-index: -1;
 }

 .blog-details-content blockquote h3 {
     font-size: 26px;
     line-height: 36px;
     color: #fff;
     font-weight: 500;
     margin-bottom: 14px;
 }

 .blog-details-content blockquote .name {
     position: relative;
     display: inline-block;
     font-size: 13px;
     line-height: 14px;
     color: #fff;
     text-transform: uppercase;
     font-weight: 700;
     border-bottom: 1px solid #fff;
 }

 .blog-details-content .content-two .single-item {
     position: relative;
     display: flex;
     gap: 15px;
     margin-bottom: 25px;
 }

 .blog-details-content .content-two .single-item .icon-box {
     position: relative;
     display: inline-block;
     min-width: 16px;
 }

 .blog-details-content .content-two .single-item h3 {
     font-size: 22px;
     line-height: 30px;
     margin-bottom: 12px;
 }

 .blog-details-content .content-three p {
     margin-bottom: 24px;
 }

 .blog-details-content .content-three .list-item li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 11px;
 }

 .blog-details-content .content-three .list-item li:last-child {
     margin-bottom: 0px;
 }

 .blog-details-content .content-three .list-item li i {
     position: relative;
     display: inline-block;
     font-size: 22px;
     color: var(--theme-color);
     top: 2px;
 }

 .blog-details-content .content-four h6 {
     position: relative;
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 13px;
     line-height: 16px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 20px;
 }

 .blog-details-content .content-four .tags-list li {
     position: relative;
     display: inline-block;
     float: left;
     margin-right: 5px;
     margin-bottom: 5px;
 }

 .blog-details-content .content-four .tags-list li:last-child {
     margin-right: 0px;
 }

 .blog-details-content .content-four .tags-list li a {
     position: relative;
     display: inline-block;
     font-size: 17px;
     color: var(--text-color);
     background-color: #edf1f5;
     padding: 6px 15px;
     border-radius: 30px 30px 30px 0px;
 }

 .blog-details-content .content-four .tags-list li a:hover {
     color: #fff;
     background-color: var(--theme-color);
 }

 .blog-details-content .post-nav .post-nav-btn {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .blog-details-content .post-nav .single-btn h5 {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 17px;
     line-height: 28px;
     color: #a0a9ae;
     font-weight: 600;
     margin-bottom: 6px;
 }

 .blog-details-content .post-nav .single-btn.align-3 h5 {
     justify-content: right;
 }

 .blog-details-content .post-nav .single-btn h4 {
     position: relative;
     display: block;
     font-size: 20px;
     line-height: 30px;
 }

 .blog-details-content .post-nav .single-btn h4 a {
     display: inline-block;
     color: var(--title-color);
 }

 .blog-details-content .post-nav .single-btn h4 a:hover {
     color: var(--theme-color);
 }

 .blog-details-content .post-nav-btn {
     position: relative;
     margin-bottom: 23px;
 }

 .blog-details-content .post-nav-btn::before {
     position: absolute;
     content: '';
     background-color: #dde5e9;
     width: 1px;
     height: calc(100% - 14px);
     left: 50%;
     top: 7px;
 }

 .blog-details-content .post-nav .btn-box a {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     width: 100%;
     font-size: 18px;
     line-height: 28px;
     color: var(--title-color);
     font-weight: 500;
     border: 1px solid #dde5e9;
     border-radius: 40px;
     padding: 12px 30px;
 }

 .blog-details-content .post-nav .btn-box a:hover {
     color: var(--theme-color);
     border-color: var(--theme-color);
 }

 .blog-details-content .comment-box .single-comment-box {
     position: relative;
     display: flex;
     gap: 30px;
     margin-bottom: 30px;
 }

 .blog-details-content .comment-box .single-comment-box:last-child {
     margin-bottom: 0px;
 }

 .blog-details-content .comment-box .single-comment-box .comment-thumb {
     position: relative;
     display: inline-block;
     width: 70px;
     height: 70px;
     min-width: 70px;
     border-radius: 50%;
     top: 7px;
 }

 .blog-details-content .comment-box .single-comment-box .comment-thumb img {
     width: 100%;
     border-radius: 50%;
 }

 .blog-details-content .comment-box .single-comment-box h4 {
     font-size: 20px;
     line-height: 30px;
     margin-bottom: 6px;
 }

 .blog-details-content .comment-box .single-comment-box h4 span {
     font-size: 17px;
     color: var(--text-color);
     font-weight: 400;
     font-family: var(--text-font);
 }

 .blog-details-content .comment-box .single-comment-box p {
     margin-bottom: 6px;
 }

 .blog-details-content .comment-box .single-comment-box .comment-text a {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     color: var(--title-color);
     font-weight: 600;
 }

 .blog-details-content .comment-box .single-comment-box .comment-text a:hover {
     color: var(--theme-color);
 }

 .blog-details-content .comment-form-area .form-inner .form-group {
     position: relative;
     margin-bottom: 30px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group:last-child {
     margin-bottom: 0px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group input[type='text'],
 .blog-details-content .comment-form-area .form-inner .form-group input[type='email'],
 .blog-details-content .comment-form-area .form-inner .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 56px;
     border: solid;
     border-width: 1px;
     border-color: #dde5e9;
     font-size: 17px;
     border-radius: 10px;
     color: #a0a9ae;
     padding: 10px 20px;
     transition: all 500ms ease;
 }

 .blog-details-content .comment-form-area .form-inner .form-group textarea {
     height: 120px;
     resize: none;
     padding-top: 15px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group input:focus,
 .blog-details-content .comment-form-area .form-inner .form-group textarea:focus {
     border-color: var(--theme-color);
 }

 .blog-details-content .comment-form-area .group-title {
     margin-bottom: 32px;
 }

 .blog-details-content .comment-form-area .group-title h2 {
     margin-bottom: 7px;
 }

 .blog-details-content .comment-form-area .check-box-two label {
     color: #5f6366;
     font-size: 17px;
     font-weight: 400;
 }

 .blog-details-content .comment-form-area .check-box-two label:before {
     background: #fff;
     border-color: #dde5e9;
     border-radius: 4px;
 }

 .check-box-two input {
     display: none;
 }

 .check-box-two label {
     position: relative;
     font-size: 18px;
     line-height: 26px;
     padding-left: 28px;
     display: inline-block;
     cursor: pointer;
     margin-bottom: 0px;
 }

 .check-box-two label:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 5px;
     width: 16px;
     height: 16px;
     border-style: solid;
     border-width: 1px;
     border-color: #dde5e9;
 }

 .check-box-two label:after {
     position: absolute;
     content: "";
     background: var(--theme-color);
     width: 6px;
     height: 6px;
     left: 5px;
     top: 10px;
     opacity: 0;
     transition: all 500ms ease;
 }

 .check-box-two input:checked+label:after {
     opacity: 1;
 }

 /** contact-section **/

 .contact-section {
     position: relative;
 }

 .contact-section .inner-container {
     position: relative;
     display: block;
     border-radius: 20px;
     overflow: hidden;
     padding: 40px;
 }

 .contact-section .inner-container .shape {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: left bottom;
 }

 .contact-section .info-box {
     position: relative;
     display: block;
     margin-top: 11px;
 }

 .contact-section .info-box .text-box {
     margin-bottom: 22px;
 }

 .contact-section .info-box .text-box h2 {
     font-size: 36px;
     line-height: 46px;
     margin-bottom: 12px;
 }

 .contact-section .info-box .text-box p a {
     display: inline-block;
     color: var(--theme-color);
     text-decoration: underline;
 }

 .contact-section .info-box .single-item {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 15px;
     background-color: #dbe3e8;
     border-radius: 20px;
     margin-bottom: 20px;
     padding: 26px 30px;
 }

 .contact-section .info-box .single-item:last-child {
     margin-bottom: 0px;
 }

 .contact-section .info-box .single-item .icon-box {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     min-width: 50px;
     background-color: var(--secondary-color);
     border-radius: 50%;
     text-align: center;
 }

 .contact-section .info-box .single-item h5 {
     font-size: 17px;
     line-height: 28px;
     font-weight: 400;
     margin-bottom: 2px;
 }

 .contact-section .info-box .single-item a {
     display: inline-block;
     color: var(--text-color);
 }

 .contact-section .info-box .single-item a:hover {
     color: var(--theme-color);
 }

 .contact-section .info-box .inner-box {
     margin-bottom: 83px;
 }

 .contact-section .info-box .social-box {
     position: relative;
     top: 35px;
 }

 .contact-section .info-box .social-box h5 {
     font-size: 17px;
     line-height: 28px;
     margin-bottom: 13px;
 }

 .contact-section .info-box .social-box .social-links {
     position: relative;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .contact-section .info-box .social-box .social-links li a {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 54px;
     border: 1px solid #d0d7db;
     border-radius: 50%;
     text-align: center;
     font-size: 18px;
     color: #a0a9ae;
     box-shadow: 0px 4px 0px 0px #ccd7df;
 }

 .contact-section .info-box .social-box .social-links li a:hover {
     color: #fff;
     background-color: var(--theme-color);
     border-color: var(--theme-color);
     box-shadow: none;
 }

 .contact-section .booking-form {
     background-color: #fff;
     padding: 23px 30px 30px 30px;
 }

 /** location-section **/

 .location-section {
     position: relative;
 }

 .location-section .map-inner {
     position: absolute;
     left: 0px;
     top: 0px;
     width: calc(50% + 95px);
     height: 810px;
     border-radius: 0px 20px 20px 0px;
     overflow: hidden;
 }

 .location-section .map-inner iframe {
     width: 100%;
     height: 100%;
 }

 .single-location-box {
     position: relative;
     display: block;
     margin-bottom: 47px;
 }

 .single-location-box:last-child {
     margin-bottom: 0px;
 }

 .single-location-box .image-box {
     position: relative;
     display: block;
     border-radius: 10px;
 }

 .single-location-box .image-box img {
     width: 100%;
     border-radius: 10px;
 }

 .single-location-box .lower-content {
     position: relative;
     display: block;
     padding-top: 23px;
 }

 .single-location-box .lower-content h4 {
     font-size: 20px;
     line-height: 30px;
     margin-bottom: 7px;
 }

 .single-location-box .lower-content h4 span {
     font-size: 14px;
     color: #a0a9ae;
 }

 .single-location-box .lower-content p {
     margin-bottom: 17px;
 }

 .single-location-box .lower-content .support-box {
     position: relative;
     display: flex;
     gap: 15px;
 }

 .single-location-box .lower-content .support-box p {
     margin-bottom: 0px;
 }

 .single-location-box .lower-content .support-box .icon-box {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     min-width: 50px;
     background-color: #edf1f5;
     text-align: center;
     border-radius: 50%;
 }

 .single-location-box .lower-content .support-box p a {
     color: var(--text-color);
 }

 .single-location-box .lower-content .support-box p a:hover {
     color: var(--theme-color);
 }

 .menu-right-content .language-box .nice-select .list li {
     color: var(--text-color);
 }

 footer .language-box:last-child:before {
     display: none;
 }

 .booking-form .form-group textarea {
     line-height: 28px;
 }

/* /index img adjust/ */

   .custom-country-box{
    height: 320px !important;
    width: 100%;
}

.custom-country-box .image{
    height: 100%;
    width: 100%;
}

.custom-country-box .image img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    display: block;
}

.visa-marquee {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background-color: var(--theme-color);
    color: #fff;
    padding: 8px 0;
    white-space: nowrap;
}

.visa-marquee-track {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    animation: visa-marquee 42s linear infinite;
}

.visa-marquee-group {
    display: flex;
    align-items: center;
    gap: 34px;
    min-width: max-content;
    padding-right: 34px;
}

.visa-marquee-group span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.visa-marquee-group span::before {
    content: '';
    position: absolute;
    left: -19px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%);
}

@keyframes visa-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
