/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Stay In Puglia
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header
3. Banner  /.banner-con
4. Explore  /.explore-con
5. About  /.about-con
6. Service  /.service-con
7. Join  /.join-con
8. Place  /.place-con
9. Testimonial  /.testimonial-con
10. Partner  /.partner-con
11. Footer  /.footer-con

*/
/*------------------------------------------------------------------
# [Color Codes]

#    --e-global-color-primary: #ffffff;
#    --e-global-color-secondary: #0f0200;
#    --e-global-color-accent: #df0101;
#    --e-global-color-text: #4c4c4c;
# 	 --e-global-color-white: #ffffff;
#    --e-global-color-black: #000000;
#    --e-global-color-very-red: #201615;
#    --e-global-color-very-dark-red: #271b19;
#    --e-global-color-light-grayish-red: #a29a99;
#    --e-global-color-light-grayish-orange: #fcfaf5;
#    --e-global-color-light-grayish-yellow: #f5f4f1;
#    --e-global-color-light-yellow: #ffc045;
#    --e-global-color-star-yellow: #ffea00;
#    --e-global-color-pure-red: #ff0000;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "DM Sans", sans-serif;
Heading: "DM Sans", sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap');
body {
    font-family: "DM Sans", sans-serif;
    /* font-family: "DM Sans", sans-serif; */
}

:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #0f0200;
    --e-global-color-accent: #076784;
    --e-global-color-text: #4c4c4c;
	--e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-very-red: #201615;
    --e-global-color-very-dark-red: #271b19;
    --e-global-color-light-grayish-red: #a29a99;
    --e-global-color-light-grayish-orange: #fcfaf5;
    --e-global-color-light-grayish-yellow: #f5f4f1;
    --e-global-color-light-yellow: #ffc045;
    --e-global-color-star-yellow: #ffea00;
    --e-global-color-pure-red: #ff0000;
}
h1{
    font-size: 76px;
    line-height: 82px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
h2{
    font-size: 46px;
    line-height: 58px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    font-family: "DM Sans", sans-serif;
}
h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
h5{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
h6{
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 500;
    color: var(--e-global-color-accent);
}
h6 .subheading{
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
}
h6 .subheading .line{
    display: block;
    background-color: var(--e-global-color-accent);
    height: 2px;
    width: 51px;
}
p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-18{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-16{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-14{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.all_button{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    font-family: "Urbanist", sans-serif;
    transition: all 0.8s ease-in-out;
}
.all_button:hover{
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}
.all_button i {
    font-size: 12px;
    margin-left: 20px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-white);
}
.all_button:hover i{
    transform: translateX(4px);
}
html{
    scroll-behavior: smooth;
}


.contactform-con .contact_content form span.formautherror{
        position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #de6464;
    color: #000;
    padding: 12px;
    border-radius: 5px;
}
.contactform-con .contact_content form#signupForm span.text-danger{
    color: #ffffff !important; 
    position: relative;
    margin-top: 10px;
}

.navbar-nav .drop-down-pages .nav-item button{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 20px;
    color: var(--e-global-color-nav-text) !important;
    transition: all 0.3s ease-in-out;
}




.subcategorymain .select2 ul{
    position: relative;
    top: 0;
    margin: 0;
}

.subcategorymain .select2-container .select2-search--inline .select2-search__field {
    font-size: 14px !important;
}
.subcategorymain .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
}
 .subcategorymain .select2-selection--multiple{
    height: 37px;
    overflow: hidden;
}
.subcategorymain .select2-search {
    /* display: none; */
}
.subcategorymain .select2-container--default.select2-container--focus .select2-selection--multiple {
     
    display: flex;
}
.subcategorymain .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 13px;
    height: 22px;

}
.subcategorymain .select2-selection__clear{
    display: none;
}
/* Sidebar Styles */
.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    z-index: 1051;
    padding: 20px;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
}
.mobile-sidebar img{
        width: 120px;
}
.mobile-sidebar.active {
    right: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-header .close-sidebar {
    background: none;
    border: none;
        font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 18px;
    color: #000; 
}
.mobile-sidebar .contactDet{
    margin-top: 49px;
    text-align: center;
}

.mobile-sidebar .contactDet p{

}
.mobile-sidebar .contactDet p a{
    color: #000;
    font-size: 16px;
}
.mobile-sidebar .contactDet p i{
    margin-right: 6px;
        color: var(--e-global-color-accent);
}

.formMain {
    background-color: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    margin-top: 105px;
}
 
.formMain .mainBlockForm .innerContent {
    display: flex;
    /* align-items: center; */
    gap: 14px;
}
.formMain .mainBlockForm .innerContent .logo{
    width: 9%;
    display: flex;
    align-items: center;
}
.formMain .mainBlockForm .innerContent div.forminput {
   width: 21%;
}

.formMain .mainBlockForm .innerContent input{ 
        width: 100%;
    font-size: 15px;
    padding: 6px;
    border: 1px solid #e2e2e2;
    outline: none;
    box-shadow: none;
}
.formMain .mainBlockForm .innerContent img{
    width: 100%;
}
.formMain .mainBlockForm .innerContent select{
    width: 100%;
    font-size: 15px;
    padding: 0px 3px; 
    border: 1px solid #e2e2e2;
    outline: none;
    box-shadow: none;
}
.formMain .mainBlockForm .innerContent h5{
        text-align: left;
    font-size: 15px;
    margin-bottom: 0;
}
.formMain .mainBlockForm .innerContent .submitButton button{
    width: 100%;
    height: 44px;
    border: none;
    line-height: 6px;
    min-width: 115px !important;
    font-size: 16px;
    font-weight: 700;
    padding: 18px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
}

 #radius {
    border: none;
    -webkit-appearance: none; /* Remove default style */
    width: 100%;
    height: 3px;
    background: var(--e-global-color-accent); /* Track color */
    border-radius: 5px;
    outline: none;
    margin-top: 12px;
}

/* Thumb styling */
#radius::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #04abd1; /* Thumb color */
    border-radius: 50%;
    cursor: pointer;
}

#radius::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #04abd1; /* Thumb color */
    border-radius: 50%;
    cursor: pointer;
}

#radius::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #04abd1; /* Thumb color */
    border-radius: 50%;
    cursor: pointer;
}


.partnerssec a figure{
    display: flex;
    align-items: center;
    justify-content: center;
}
.partnerssec .item{
    text-align: center;
}

.partnerssec a img{ 
    width: 49% !important;
    margin-bottom: 22px;
}
.partnerssec a h4{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}
 

.topfilterblock{
        background-color: #f5f5f5;
    padding: 17px;
    position: sticky;
    top: 0;
    z-index: 9;
    /* box-shadow: 0px 0px 12px 1px #a7a6a6; */
    border-bottom: 1px solid #d5d5d5; 
}
.mediaGallery{
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}
.mediaGallery:hover i{
    color: #ff0000;
}
.filtersBlock{
    display: flex;
    align-items: center;
    gap: 15px;
}

.filtersBlock i{
    color: #000000;
    font-size: 24px;
}

.filtersBlock select{
        border: 1px solid #bdb8b8;
    border-radius: 6px;
    padding: 7px 5px;
    font-size: 14px;
}
 






.mobile-sidebar  ul{
    text-align: center;
    margin-top: 35px;
}
.sidebar-menu li {
    
    border-bottom: 1px solid rgba(32, 31, 31, 0.1);
    margin-bottom: 0;
}

.sidebar-menu li a {
        display: block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 10px 15px 10px;
}
.sidebar-menu li.active a {
    color: var(--e-global-color-accent);
}
.aboutpage-con .about_content ul li {
    position: relative;
    padding-left: 25px; /* Space for the icon */
    list-style: none; /* Remove default bullet */
}

.aboutpage-con .about_content ul li::before {
    content: "\f00c"; /* Unicode for Font Awesome check icon */
    font-family: "FontAwesome"; /* Use Font Awesome font */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--e-global-color-accent); /* Change color if needed */
    font-size: 14px; /* Adjust icon size */
}
/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 1050;
    display: none; 
    background: rgba(0, 0, 0, 0.7); 
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

}

.overlay.active {
    display: block;
}




/* Gallery */


.mansory-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  position: relative;
}

.mansory-gallery .column {
  flex: 25%;
}

.mansory-gallery .column img {
  border: 0.5rem solid #fff;
  border-radius: 1.5rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .mansory-gallery .column {
    flex: 50%;
  }
}

@media (max-width: 500px) {
  .mansory-gallery .column {
    flex: 100%;
  }
}

.gallerySection {
    margin-top: 62px;
    margin-bottom: 62px;
    padding: 0 18px;
}
.innericon{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000026;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}
.innericon i{

}

/* How to join */
 
.howtojoin.aboutpage-con .about_wrapper .about-locationimage {
    position: absolute;
    top: 6px;
    right: 113px;
    width: 100px;
    height: 100px;
    border: 5px solid #df0101;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #ffffff;
    background-color: #df0101;
    box-shadow: 0px 0px 12px 1px #0000002b;
}

.howtojoin.aboutpage-con.secndStep .about_wrapper .about-locationimage {
    
    position: absolute;
    top: 6px;
    left: 38px;
    width: 100px;
    height: 100px;
    border: 5px solid #df0101;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #ffffff;
    background-color: #df0101;
    box-shadow: 0px 0px 12px 1px #0000002b;
}

.figurestep{

}

/* Account */

.profileSetting .maineditProfile{
    padding: 0 100px;
}
.profileSetting .maineditProfile form label{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.profileSetting .maineditProfile form select{
    height: 56px;
    padding: 0 13px !important;
}
.profileSetting .maineditProfile form select,
.profileSetting .maineditProfile form input{
    border: 1px solid #bfbdbd;
    font-size: 15px;
    padding: 25px 13px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
}
.toggle-password i {
    font-size: 16px;
}
.contactform-con .contact_content form span.toggle-password{
    margin-top: 0;
}
.profileSetting .maineditProfile form select:focus,
.profileSetting .maineditProfile form input:focus{
    border: 1px solid var(--e-global-color-accent);
}
.profileSetting .maineditProfile form button.UpdateProfilebtn{
   font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    font-family: "Urbanist", sans-serif;
    transition: all 0.8s ease-in-out;
    padding: 17px;
    margin-top: 19px;
    outline: none;
    box-shadow: none;
}




.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 14px;
}
label.error{
  font-size: 13px;
  margin-bottom: 0;
  color: #eb0000;
}
.laststepform .form-group { 
  margin-bottom: 21px !important;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.medicalCertificateBlock{
    background-color: #2b984c1f;
    padding: 26px;
    margin-bottom: 15px;
}
.medicalCertificateBlock label{
    font-weight: 600 !important;
}
.preview-zone .box-body{
  font-size: 13px;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.preview-zone .box-body button.remove-preview{
  font-size: 12px;
  padding: 5px 12px;

}
.innersecbook{
        padding: 0px 100px;
}
.innersecbook a.viewDet{
    color: var(--e-global-color-accent);
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin-left: 10px;
    outline: none;
    box-shadow: none;
}
.aboutexplore-con.dashboardpage .explore_content h2 {
    margin-bottom: 12px;
    font-size: 24px;
}
.aboutexplore-con.dashboardpage .innersecbook{
    box-shadow: 0px 0px 12px 1px #e7e7e7;
    border-radius: 14px;
    padding: 14px 29px;
    margin: 0 49px;
    margin-top: 16px;
}
.addnewlist{
    float: right;
    border: none;
    line-height: 6px;
    min-width: 115px !important;
    font-size: 15px;
    font-weight: 500;
    padding: 13px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
    margin-top: 11px;
}
.card-header.bg-primary{
    background-color: var(--e-global-color-accent) !important;
}
.card-header.bg-success{
    background-color: #05abd1 !important;
}


.innersecbook .table-light tbody+tbody, 
.innersecbook .table-light td, 
.innersecbook .table-light th, 
.innersecbook .table-light thead th { 
    font-size: 14px;
}
/* Home Page */
.secrl{
     padding-left:  46px !important;
     padding-right: 46px !important;
}
.header {
    padding: 12px 46px;
    position: relative;
    z-index: 5;
}
.header .logo img {
    width: 120px;
}
.navbar-collapse .navbar-nav{
    text-align: center;
    align-items: center; 
    display: inherit;
}
.navbar-expand-lg{
    position: relative;
    z-index: 1;
}
.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav li {
    margin: 0 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav .nav-item a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item a:hover{
    color: var(--e-global-color-accent) !important;
    background-color: transparent;
}
.navbar-nav .active > a{
    color: var(--e-global-color-accent) !important;
}
.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
}
.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    left: -71px;
    top: 62px;
    min-width: 212px;
    padding: 0;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    background-color: var(--e-global-color-white);
}
.navbar-nav .drop-down-pages li{
    margin: 0;
    border-bottom: 1px solid var(--e-global-color-white);
}
.navbar-nav .drop-down-pages .nav-item a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 20px;
    color: var(--e-global-color-nav-text) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .drop-down-pages li:hover::after {
    display: none;
}
.navbar-nav .drop-down-pages li:first-child a::before {
    content: '';
    width: 24px;
    height: 12px;
    position: absolute;
    background-image: url(../images/nav-node.png);
    top: -12px;
    right: 8%;
    transition: all 0.3s ease-in-out;
}
/* .navbar-nav .drop-down-pages li:first-child a:hover::before {
    background-image: url(../images/nav-node-hover.png);
} */
.navbar-nav .drop-down-pages .active:first-child > a::before{
    background-image: url(../images/nav-node-hover.png);
}
.navbar-nav .drop-down-pages li:last-child{
    margin: 0;
    border: none;
    display: block !important;
}
.navbar-nav .nav-item .dropdown-item:hover{
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-nav .drop-down-pages .active > a{
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.dropdown-item.active,
.dropdown-item:active {
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-nav .drop-down-pages .active > a:hover {
    border-radius: 0;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-nav .drop-down-pages .nav-item:first-child a:hover {
    border-radius: 10px 10px 0 0;
}
.navbar-nav .drop-down-pages .active:first-child > a {
    border-radius: 10px 10px 0 0;
}
.navbar-nav .drop-down-pages .nav-item:last-child a:hover {
    border-radius: 0 0 10px 10px;
}
.navbar-nav .drop-down-pages .active:last-child > a {
    border-radius: 0 0 10px 10px;
}
.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.navbar-nav .nav-item .book_now{
    height: 44px;
    line-height: 6px;
    min-width: 115px !important;
    font-size: 16px; 
    font-weight: 700;  
    padding: 18px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent)  !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .book_now i {
    font-size: 12px;
    margin-left: 24px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
}
.navbar-nav .nav-item .book_now:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-secondary) !important;
}
.navbar-nav .nav-item .book_now:hover i{
    transform: translateX(4px);
}

/* Banner */

.banner-con {
    padding: 210px 0 330px;
}
.banner-con:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-backgroundimage.png);
}
.banner-con .banner_content {
    margin: 0 23px;
}
.banner-con .banner_content h3{
    width: 350px;
    padding: 0 54px;
    margin: 0 auto 14px;
    letter-spacing: 2.0px;
    word-spacing: 2.0px;
    position: relative;
}
.banner-con .banner_content h3::before,
.banner-con .banner_content h3::after {
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 42px;
    height: 2px;
    position: absolute;
    background-color: var(--e-global-color-accent);
}
.banner-con .banner_content h3::before {
    left: 0;
}
.banner-con .banner_content h3::after {
    right: 0;
}
.banner-con .banner_content h1{
    margin-bottom: 54px;
}
.banner-con .banner_content .banner-box {
    width: 874px;
    height: 113px;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: left;
    background-color: var(--e-global-color-light-grayish-yellow);
}
.banner-con .banner-box .form-group{
    margin-right: 12px;
}
.banner-con .banner-box .upper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.banner-con .banner-box .form-group i{
    font-size: 11px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    border-radius: 100%;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
}
.banner-con .banner-box label{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--e-global-color-secondary);
}
.banner-con .banner-box input {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 6px 20px;
    width: 226px;
    height: 37px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: visible;
    outline: none;
}
.banner-con .banner-box input:focus {
    border: 1px solid var(--e-global-color-accent);
}
.banner-con .banner-box button{
    font-size: 20px;
    width: 41px;
    height: 73px;
    border: none;
    float: right;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    border-radius: 8px;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
}
.banner-con .banner-box button:hover {
    background-color: var(--e-global-color-secondary);
}
.banner-con hr{
    position: absolute;
    bottom: 0;
    right: 105px;
    border: none;
    width: 1px;
    height: 73px;
    background-color: #e3e1da;
}

.banner-con .top-btn {
    display: inline-block;
    left: 0;
    right: 0;
    bottom: -236px;
    margin: 0 auto;
    position: absolute;
}
.banner-con .top-btn figure{
    transition: all 0.3s ease-in-out;
}
.banner-con .top-btn figure:hover {
    transform: translateY(-5px);
}

/* Explore */

.explore-con {
    padding: 114px 0 140px 400px;
    overflow: hidden;
}
.explore-con .explore_content h6 {
    margin-bottom: 8px;
}
.explore-con .explore_content h2 {
    margin-bottom: 45px;
}
.explore-con .explore-box {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.explore-con .explore-box .image{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.explore-con .explore-box .image::before{
    content: "";
    position: absolute;
    opacity: 50%;
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/explore-fadeimage.png);
    transition: all 0.3s ease-in-out;
}
.explore-con .explore-box:hover .image::before{
    display: none;
}
.explore-con .explore-box:hover .image {
    opacity: 1;
    background-color: var(--e-global-color-black);
}
.explore-con .explore-box .image img{
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}
.explore-con .explore-box:hover .image img {
    opacity: 70%;
    transform: scale(1.1);
}
.explore-con .explore-box .rating{
    left: 20px;
    top: 18px;
    padding: 7px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: rgb(0 0 0 / 35%);
}
.explore-con .explore-box .rating i{
    font-size: 8px;
    margin-right: 4px;
    color: var(--e-global-color-star-yellow);
}
.explore-con .explore-box .rating span{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.explore-con .explore-box .content {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.explore-con .explore-box .content .place{
    margin-bottom: 6px;
}
.explore-con .explore-box .content i{
    font-size: 11px;
    margin-right: 2px;
    color: var(--e-global-color-white);
}
.explore-con .explore-box .content span{
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}
.explore-con .owl-carousel .owl-nav{    
    display: block !important;
    margin-top: 0 !important;
    position: absolute;
    right: 405px;
    top: -114px;
}
.owl-carousel .owl-prev{
    float: left;
}
.owl-carousel .owl-next{
    float: right;
}
.explore-con .owl-carousel .owl-prev,
.explore-con .owl-carousel .owl-next {
    font-size: 18px !important;
    width: 57px;
    height: 57px;
    line-height: 57px !important;
    border-radius: 100% !important;
    position: relative;
    text-align: center;
    color: var(--e-global-color-secondary) !important;
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.explore-con .owl-carousel .owl-prev{
    left: -8px;
}
.explore-con .owl-carousel .owl-next{
    right: -8px;
}
.explore-con .owl-carousel .owl-prev:hover,
.explore-con .owl-carousel .owl-next:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent) !important;
}

/* About */

.about-con {
    padding: 138px 0 145px;
    background-color: var(--e-global-color-light-grayish-orange);
}
.about-con:before {
    content: "";
    position: absolute;
    opacity: 12%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/about-backgroundimage.jpg);
}
.about-con .about_wrapper .about-image {
    position: relative;
    top: 0;
    left: 20px;
}
.about-con .about_wrapper .about-image img{
    border-radius: 100%;
}
.about-con .about_wrapper .about-locationimage {
    position: absolute;
    bottom: 6px;
    right: 50px;
}
.about-con .about_wrapper .box{
    left: -60px;
    bottom: 290px;
    width: 258px;
    height: 73px;
    padding: 10px 15px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: var(--e-global-color-white);
    box-shadow: 2px 20px 29px 20px rgb(0 0 0 / 3%);
}
.about-con .about_wrapper .box .text{
    padding-left: 10px;
}
.about-con .about_wrapper .box .value{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    color: var(--e-global-color-accent);
}
.about-con .about_wrapper .box .review{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.about-con .about_wrapper .box figure{
    margin: 0 -12px;
    display: inline-block;
}
.about-con .about_wrapper .box figure:first-child{
    margin-left: 0;
}
.about-con .about_wrapper .box figure:last-child{
    margin-right: 0;
}
.about-con .about_wrapper .box img{
    width: 48px;
    border-radius: 100%;
    border: 2px solid var(--e-global-color-white);
}
.about-con .about_content h6{
    margin-bottom: 10px;
}
.about-con .about_content h2{
    margin-bottom: 20px;
}
.about-con .about_content .text{
    margin-bottom: 50px;
}
.about-con .about_content li{
    width: 134px;
    height: 139px;
    padding: 28px 32px;
    margin: 0 8px;
    border-radius: 8px;
    display: inline-block;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.about-con .about_content li:hover{
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 15%);
}
.about-con .about_content li .value{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    color: var(--e-global-color-accent);
}
.about-con .about_content li:first-child {
    margin-left: 0;
}
.about-con .about_content li:last-child {
    margin-right: 0;
}

/* Service */

.service-con {
    padding: 135px 0 100px;
}
.service-con .service_content h6{
    margin-bottom: 10px;
}
.service-con .service_content h2{
    margin-bottom: 45px;
}
.service-con .service_content .text{
    margin-bottom: 52px;
    padding: 0 40px;
    color: var(--e-global-color-text);
}
.service-con .service-box {
    padding: 40px 50px;
    margin-bottom: 30px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid transparent;
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.service-con .service-box:hover {
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
}
.service-con .service-box .icon {
    min-height: 60px;
    margin-bottom: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-con .service-box:hover .icon {
    transform: translateY(-5px);
}
.service-con .service-box h4 {
    margin-bottom: 14px;
}
.service-con a.serviceDetail {
    text-decoration: none !important;
    color: #212529 !important;

}

h5.subcathead {
    font-size: 20px;
    margin-bottom: 19px;
}
.search.categoryDetailpg .place-box .image {
    height: 242px !important;
}
.place-con .place-box .image img {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.supportpage form button.btn-success {
    color: #fff;
    background-color: #086785;
    border-color: #086785;
}
ul.subcategorieslist{
        padding: 0;
    list-style-type: none;
}

ul.subcategorieslist li a:hover{
    text-decoration: none;
    color: var(--e-global-color-accent);
}

ul.subcategorieslist li a{
        color: #000;
    font-size: 17px;
    margin-bottom: 7px;
    display: inline-block;
}
ul.subcategorieslist li a i{
        font-size: 14px;
    margin-right: 12px;
}
ul.subcategorieslist li a.active{
    color: var(--e-global-color-accent);
}
.service-con .service-box p {
    margin-bottom: 24px;
}
.service-con .service-box .learn_more {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.service-con .service-box .learn_more i {
    font-size: 12px;
    margin-left: 10px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-accent);
}
.service-con .service-box .learn_more:hover {
    color: var(--e-global-color-text);
}
.service-con .service-box .learn_more:hover i {
    transform: translateX(4px);
    color: var(--e-global-color-text);
}

/* Join */

.join-con {
    padding: 138px 0 140px;
    background-color: var(--e-global-color-black);
}
.join-con:before {
    content: "";
    position: absolute;
    opacity: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/join-backgroundimage.jpg);
}
.join-con .join_content h6 {
    margin-bottom: 10px;
}
.join-con .join_content h2 {
    margin-bottom: 40px;
}
.join-con .join_content .all_button {
    padding: 20px 39px;
}

/* Place */

.place-con {
    padding: 136px 0 140px;
}
.place-con .place_content h6 {
    margin-bottom: 10px;
}
.place-con .place_content h2 {
    margin-bottom: 45px;
}
.place-con .place-box {
        margin-bottom: 22px;
    /* padding: 15px 15px 20px 15px; */
    border-radius: 20px;
    /* background-color: var(--e-global-color-white); */
    /* box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%) inset; */
    /* border: 1px solid var(--e-global-color-white); */
    transition: all 0.3s ease-in-out;
}




.serviceDetail .gallery-grid-custom {
    display: grid;
    grid-template-columns: 1fr 2fr; /* left small, right big */
    gap: 8px;
    margin-bottom: 8px;
}
.serviceDetail .left-images {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
.serviceDetail .left-images img {
    width: 100%;
    height: 191px;
    object-fit: cover;
    border-radius: 8px;
}
.serviceDetail .main-image img {
    width: 100%;
    height: 100%;
    height: 391px;
    object-fit: cover;
    border-radius: 8px;
}
.serviceDetail .lb-nav a.lb-next{
    opacity: 1;
}
.serviceDetail .lb-nav a.lb-prev{
    opacity: 1;
}
.serviceDetail .bottom-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.serviceDetail .bottom-images img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}
.serviceDetail .more-overlay {
    position: relative;
    display: block;
}
.serviceDetail .more-overlay span {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}


.tooltip-wrapper { position: relative; display: block; }
.info-icon {
    background: transparent;
    border: none;
        color: #6c757d;
    margin-left: 6px;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    top: 1px;
}
.bubble {
    text-align: left;
    display: none;
    position: absolute;
    left: 21px;
    top: 0;
    width: 320px;
    margin-top: 8px;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border-radius: 8px;
    z-index: 50;
    font-size: 13px;
}
.bubble .example { background:#f7f7f7; padding:8px; border-radius:4px; overflow:auto; font-size:12px; }
.info-icon:focus  .bubble,
.info-icon:hover .bubble{ display: block; }

.innerplayoverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000b5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 14px;
}
.play-btn {
    font-size: 42px;
    color: #076784;
    text-decoration: none;
    background: rgb(240 200 7);
    border-radius: 50%;
    /* padding: 20px; */
    transition: 0.3s;
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-btn:hover {
    text-decoration: none;
    color: #076784;
}
.stats{
   
}
.stats {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%; /* Ensure it spans full width */
     color: #636060;
    font-size: 15px;
        gap: 26px;
    margin-top: 14px;
}

.stats span:nth-child(2) {
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
}
.stats span i{
        color: #8ba661;
    margin-right: 3px;
}
.place-con .place-box:hover {
    /* border: 1px solid var(--e-global-color-accent); */
}
.place-con .place-box .image {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background-color: var(--e-global-color-black);
    height: 270px;
    display: flex;
    align-items: center;
}
.search .place-box .image{
height: 370px !important;
}
.search .stats {
    display: flex;
    justify-content:inherit;
    align-items: center;
    width: 100%;
    color: #636060;
    font-size: 15px;
    margin-top: 14px;
    gap: 36px;
}
.search .stats span:nth-child(2) {
    position: static;
    left: 50%;
    transform: inherit;
}
.search  .place-box .image img{
    width: 100%;
}
.search .place-box h4 {
    margin-bottom: 0;
}
.search .place-box .radiusline{
        color: var(--e-global-color-accent);
    font-size: 18px;
    margin: 8px 0;
}
.search .place-box h4 {
    margin-bottom: 0 !important;
    margin-top: 14px !important;
}
.place-con .place-box .image img{
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.listingblock{
    display: flex;
    gap: 13px;
    align-items: center;
}
.listingblock .listingImage{
    
}
.listingblock .listingImage img{
    width: 70px;
    border-radius: 10px;
    height: 70px;
}
.listingblock .listingDetail{
    
}
.listingblock .listingDetail h5{
    font-weight: 500;
    margin-bottom: 0;
}
.listingblock .listingDetail p{
    margin-bottom: 0;
    font-size: 16px;
}
.place-con .place-box:hover .image img {
    opacity: 80%;
    transform: scale(1.1);
}
.place-con .place-box .lower_content {
    /* padding: 22px 22px 0; */
}
.place-con .place-box .content {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.place-con .place-box .calendar {
    display: flex;
    align-items: center;
    padding-right: 14px;
}
.place-con .place-box .people {
    display: flex;
    align-items: center;
    padding-left: 14px;
    border-left: 1px solid #e2e2e2;
}
.place-con .place-box .content i {
    font-size: 12px;
    margin-right: 10px;
    color: var(--e-global-color-accent);
}
.blogcontent .place-box .image{
    border-radius: 0px !important;
}
.blogcontent .place-box .lower_content {
    padding: 9px 20px;
    height: 133px;
}
.badgedate{
        position: absolute;
    background-color: #7fb636;
    padding: 3px 12px;
    font-weight: 600;
    top: 29px;
    text-align: center;
    line-height: 1;
    left: -11px;
    z-index: 9999;
}
.triangle{
      width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 12px solid #517521;
    position: absolute;
    transform: rotate(0deg);
    z-index: 0;
    left: -11px;
    top: 17px;
}
.badgedate .date{
    display: block;
}
.badgedate .Month{
        color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.adminline{
        margin-bottom: 0;
    color: #8ba661;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
.place-con .place-box p.date-blog{
    font-size: 15px;
    color: var(--e-global-color-accent);
}
.blogitems .item{
        background-color: #fff;
    border-radius: 12px;
}
.place-con .place-box .content span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.place-con .place-box h4 {
    margin-bottom: 19px;
    margin-top: 7px;
    display: inline-block;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.place-con .place-box h4:hover {
    color: var(--e-global-color-accent);
}
.place-con .place-box .value {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e2e2e2;
}
.place-con .place-box .value span {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: var(--e-global-color-accent);
}
.place-con .place-box .book_now {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.place-con .place-box .book_now i {
    font-size: 12px;
    margin-left: 10px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-secondary);
}
.place-con .place-box .book_now:hover {
    color: var(--e-global-color-accent);
}
.place-con .place-box .book_now:hover i {
    transform: translateX(4px);
    color: var(--e-global-color-accent);
}
.place-con .owl-carousel .owl-nav{    
    display: block !important;
    margin-top: 0px !important;
    position: relative;
}
.place-con .owl-carousel .owl-prev,
.place-con .owl-carousel .owl-next {
   font-size: 18px !important;
    width: 72px;
    height: 39px;
    line-height: 41px !important;
    border-radius: 6px !important;
    position: relative;
    text-align: center; 
    color: var(--e-global-color-secondary) !important;
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.place-con .owl-carousel .owl-prev{
    left: -4px;
}
.place-con .owl-carousel .owl-next{
    right: -4px;
}
.place-con .owl-carousel .owl-prev:hover,
.place-con .owl-carousel .owl-next:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent) !important;
}

/* Testimonial */
.testimonial3-con .testimonial-box .detailBox{
    display: flex;
    align-items: center;
    gap: 18px;
}
.testimonial3-con .testimonial-box .detailBox ul {
    margin-bottom: 0;
}
.testimonial-con {
    padding: 158px 0 195px;
    background-color: var(--e-global-color-light-grayish-orange);
}
.testimonial-con:before {
    content: "";
    position: absolute;
    opacity: 12%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/testimonial-backgroundimage.jpg);
}
.testimonial-con .testimonial_wrapper {
    top: 35px;
    height: 380px;
    width: 380px;
    border-radius: 100%;
    background: #f5f0e5;
}
.testimonial-con .testimonial_wrapper .image{
    position: absolute;
}
.testimonial-con .testimonial_wrapper .image img {
    border-radius: 100%;
}
.testimonial-con .testimonial_wrapper .testimonial-circle{
    height: 155px;
    width: 155px;
    line-height: 155px;
    border-radius: 100%;
    text-align: center;
    background: var(--e-global-color-white);
    position: relative;
    top: 112px;
    left: 0;
    right: 0;
    margin: auto;
}
.testimonial-con .testimonial_wrapper .testimonial-image1{
    right: -4px;
    top: -54px;
}
.testimonial-con .testimonial_wrapper .testimonial-image2{
    left: 0;
    top: 56px;
}
.testimonial-con .testimonial_wrapper .testimonial-image3{
    left: 62px;
    bottom: -30px;
}
.testimonial-con .testimonial_wrapper .testimonial-image4{
    right: -6px;
    bottom: 80px;
}
.testimonial-con .testimonial_contentwrapper {
    padding: 0 60px 0 40px;
}
.testimonial-con .testimonial_content h2 {
    margin-bottom: 40px;
}
.testimonial-con .testimonial-box p {
    line-height: 26px;
    margin-bottom: 32px;
}
.testimonial-con .testimonial-box .content {
    display: flex;
    align-items: center;
}
.testimonial-con .testimonial-box .testimonial-quote {
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 16px;
    margin-bottom: 0;
    border-radius: 100px;
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.testimonial-con .testimonial-box .name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    color: var(--e-global-color-secondary);
    margin-bottom: 6px;
    display: block;
}
.testimonial-con .testimonial-box .review {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.testimonial-con .pagination-outer{
    position: relative;
    display: inline-block;
    top: 28px;
    right: -12px;
}
#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
    font-size: 20px;
    line-height: 20px;
    top: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-secondary);
}
#carouselExampleControls .carousel-control-prev{
    left: 0;
}
#carouselExampleControls .carousel-control-next{
    right: -38px;
}
#carouselExampleControls .carousel-control-prev:hover,
#carouselExampleControls .carousel-control-next:hover {
    color: var(--e-global-color-accent);
}

/* Partner */

.partner-con {
    padding: 135px 0 130px;
}
.partner-con .partner_content h6 {
    margin-bottom: 10px;
}
.partner-con .partner_content h2 {
    margin-bottom: 35px;
}
.partner-con ul {
    width: 100%;
    float: left;
}
.partner-con ul li {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    width: 25%;
    height: 156px;
    line-height: 156px;
    transition: 0.3s all ease-in-out;
    float: left;
    text-align: center;
}
.partner-con ul li:last-child {
    display: inline-block;
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
}
.partner-con .second li {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    border-bottom: none;
}
.partner-con .second li:last-child {
    display: inline-block;
    border-bottom: none;
}
.partner-con ul li figure img {
    transition: 0.3s all ease-in-out;
    filter: grayscale(100%);
}
.partner-con ul li:hover figure img {
    filter: none;
    transform: scale(1.1);
}

/* Footer */

.footer-con{
    /* background-image: url("../images/footer-2.jpg"); */
    background-color: var(--e-global-color-black);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-con .footer_upperportion{
    background-image: url("../images/single-blog-tab-img4.jpg");
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}
.footer-con .footer_upperportion::before{
      content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 85%;
    position: absolute; 
    background-color: var(--e-global-color-accent);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-con .upper_portion{
    /* display: flex;
    align-items: center; */
    padding: 66px 0 60px 80px;
    text-align: center;
}
.footer-con .upper_portion .footer-logo img{
    width: 145px;
}
.footer-con .upper_portion h2{
    color: var(--e-global-color-primary);
}
.footer-con .upper_portion h6{
    color: var(--e-global-color-primary);
}
.footer-con .upper_portion p{
    font-weight: 700;
    word-spacing: 3.4px;
    /* padding-left: 105px; */
    text-transform: capitalize;
    color: var(--e-global-color-white);
    font-family: "DM Sans", sans-serif;
}
.footer-con .upper_portion form{
       /* float: left; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-con .upper_portion .form-group{
    /* padding-left: 42px; */
    width: 54%;
}
.footer-con .upper_portion input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 24px 26px;
    width: 100%;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: visible;
    outline: none;
}
.footer-con .upper_portion input:focus {
    border: 1px solid var(--e-global-color-accent);
}
.footer-con .upper_portion button {
        font-size: 17px;
    width: auto;
    height: 61px;
    top: 4px;
    right: 4px;
    border: none;
    float: right;
    position: absolute;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    border-radius: 6px;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
    padding: 15px;
}
.footer-con .upper_portion button:hover {
    background-color: var(--e-global-color-secondary);
}
.footer-con .footer_lowerportion{
    border-top: 1px solid rgb(255 255 255 / 15%);
    /* background: var(--e-global-color-very-dark-red); */
}
.footer-con .middle_portion{
    padding: 86px 64px 82px 80px;
}
.footer-con .middle_portion .logo-content h4{
    margin-bottom: 14px;
}
.footer-con .middle_portion h5{
    margin-bottom: 20px;
    color: var(--e-global-color-white);
}
.footer-con .middle_portion p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
    padding-right: 40px;
    color: var(--e-global-color-light-grayish-red);
}
.footer-con .middle_portion .social-icons li{
    margin: 0 4px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.footer-con .middle_portion .social-icons a{
    margin-left: 0 !important;
}
.footer-con .middle_portion .social-icons i{
    font-size: 14px;
    height: 44px;
    width: 44px;
    line-height: 42px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
    background-color: var(--e-global-color-accent);
}
#searchBtn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.searchpageonly .mainCityname{
    display: inline; 
    width: 100%;
    color: #636060;
    font-size: 16px;
    margin-top: 14px; 
    /* float: right; */
    text-align: right;
    position: absolute;
    right: 0;
    top: 2px;
    font-weight: 500;
}
 
.searchpageonly .lower_content a{
     background-color: #007bff;
    padding: 10px 33px;
    border-radius: 7px;
    color: #fff;
    margin-top: 13px;
    display: block;
    width: 100%;
    text-align: center;
}
.place-con .place-box h4{
    display: block;
}
.searchpageonly .mainCityname i {
    color: #8ba661;
    margin-right: 3px;
}
.searchpageonly p{
    font-size: 15px;
    line-height: 24px;
        margin-top: 17px;
    margin-bottom: 23px;
}
.rightContentSer .btmSec .whatsapp a.callmebtn{
    background-color: #efc805;
}
.footer-con .middle_portion .social-icons i:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-black);
    background-color: #f0c807;
    border: 1px solid #f0c807;
}
.footer-con .middle_portion ul.social-icons{
        text-align: center;
}
.footer-con .middle_portion .social-icons li:first-child{
    margin-left: 0;
}
.footer-con .middle_portion .social-icons li:last-child{
    margin-right: 0;
}
.footer-con .middle_portion .links{
    padding-left: 6px;
}
.footer-con .middle_portion .use-link{
    padding-left: 26px;
}
.footer-con .middle_portion li{
    margin-bottom: 6px;
}
.footer-con .middle_portion li:last-child{
    margin-bottom: 0 !important;
}
.footer-con .middle_portion li a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 13px;
    text-decoration: none;
    color: var(--e-global-color-light-grayish-red);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.footer-con .middle_portion li p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    color: var(--e-global-color-light-grayish-red);
    transition: all 0.3s ease-in-out;
}
.footer-con .middle_portion li i{
    font-size: 10px;
    line-height: 10px;
    color: var(--e-global-color-white);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.footer-con .middle_portion li:hover p,
.footer-con .middle_portion li:hover a,
.footer-con .middle_portion li:hover i{
    color: var(--e-global-color-accent);
}
.footer-con .upper_portion p.footer-subtext{
        font-size: 14px;
    font-weight: 300;
    margin-bottom: 22px;
    word-spacing: normal;
    margin-bottom: 45px;
}
.footer-con .upper_portion .line{
    background-color: var(--e-global-color-primary) !important;
}
.footer-con .upper_portion p.footer-news-text{
    font-size: 43px;
    margin-bottom: 42px;
}
.footer-con .middle_portion .icon .text{
    position: relative;
    margin-bottom: 11px;
    padding-left: 30px;
    display: block;
}
.footer-con .middle_portion .icon i{
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    left: 0;
    top: 6px;
}
.footer-con .middle_portion .icon a{
    margin-left: 0 !important;
}
.footer-con .copyright p{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 25px 0;
    text-align: center;
    color: var(--e-global-color-light-grayish-red);
    border-top: 1px solid rgb(255 255 255 / 15%);
}

/* Sub banner */

.sub_banner .sub_banner_con {
    padding: 58px 0 42px;
    text-align: center;
    background: var(--e-global-color-accent);
}
 
.sub_banner .sub_banner_con h1 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 500;
}
.sub_banner .sub_banner_con p {
    margin-bottom: 40px;
}
.sub_banner .sub_banner_con .box {
    padding: 10px 24px 12px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 40%);
    transition: all 0.3s ease-in-out;
}
.sub_banner .sub_banner_con .box span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.sub_banner .sub_banner_con .box a span:hover {
    color: var(--e-global-color-accent);
}
.sub_banner .sub_banner_con .box .arrow {
    font-size: 10px;
    margin: 0 10px;
    display: inline-block;
    color: var(--e-global-color-white);
}

/* Contact Page */

/* Contact info */

.contactinfo-con {
    padding: 135px 0;
}
.contactinfo-con .contactinfo_content h6{
    margin-bottom: 10px;
}
.contactinfo-con .contactinfo_content h2{
    margin-bottom: 45px;
}
.contactinfo-con .contact-box {
    padding: 46px 50px;
    text-align: center;
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.contactinfo-con .contact-box:hover {
    border: 1px solid var(--e-global-color-accent);
}
.contactinfo-con .contact-box .icon {
    height: 60px;
    margin-bottom: 26px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.contactinfo-con .contact-box:hover .icon {
    transform: translateY(-5px);
}
.contactinfo-con .contact-box h4 {
    margin-bottom: 14px;
}
.contactinfo-con .contact-box p,
.contactinfo-con .contact-box a {
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.contactinfo-con .contact-box a:hover {
    color: var(--e-global-color-accent);
}

/* Contact Form */

.contactform-con {
    background-color: var(--e-global-color-accent);
        border-bottom: 2px solid #ffffffb3;
}
.contactform-con::before {
    content: "";
    width: 49%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    /* background-image: url(../images/contact-leftbackground.jpg); */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.contactform-con .contact-bottomimage {
    position: absolute;
    right: 0;
    bottom: 0;
}
.contactform-con .contact-bottomimage img{
    opacity: 10%;
}
.contactform-con .contact_wrapper {
    display: none;
}
.contactform-con .contact_content{
    padding: 135px 0 135px 40px;
    position: relative;
    z-index: 1;
}
.contactform-con .contact_content h6{
    margin-bottom: 10px;
}
.contactform-con .contact_content h2{
    margin-bottom: 38px;
}
.contactform-con .contact_content .form-group{
    margin-bottom: 22px;
}
.contactform-con .contact_content .input1 {
    float: left;
    margin-right: 22px;
}
.login-con.contactform-con .contact_content .input1 {
    float: none; 
    margin-right: 0;
}
.login-con.contactform-con{
    background-color: var(--e-global-color-primary);
}
.contactform-con .contact_content p.donthave_account{
        font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-top: 33px;
}
.contactform-con .contact_content p.donthave_account a{
        text-decoration: underline;
        color: #000;
}
.contactform-con .contact_content p.donthave_account a:hover{
    color:#000;
}

.serviceDetail.sub_banner_con h1 {
    font-size: 41px;
    line-height: 60px;
    margin-bottom: 0;
    font-weight: 500;
}

.serviceDetail.sub_banner_con p {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.singleblog-section.serviceDetail .main-box {
    position: relative;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    padding: 15px 12px 40px;
    width: 100%;
    margin-left: 0;
    border-radius: 20px;
    box-shadow: 0 6px 41px 6px rgba(0, 0, 0, 0.05);
}


.rightContentSer{

}

.rightContentSer .btmSec .whatsapp a{
        display: block;
    background-color: #25d366;
    padding: 6px 11px;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.rightContentSer .btmSec .whatsapp i{
    position: relative;
    bottom: -1px;
    left: -5px;
}

.singleblog-section.serviceDetail .main-box .maindetailsub{
    margin-bottom: 18px;
}
.singleblog-section.serviceDetail .main-box .maindetailsub h4{
    font-size: 30px;
    margin-bottom: 12px;
}

.singleblog-section.serviceDetail .main-box .maindetailsub span{
    display: block;
    margin-bottom: 1px;
    font-size: 16px;
    font-style: italic;
}
.singleblog-section.serviceDetail .main-box .maindetailsub span a{

}

.adminMessage{

}

.clientMessage{
    background-color: var(--e-global-color-accent);
    color: #fff;
    font-size: 16px;
    padding: 10px 21px;
        margin-bottom: 0;
}

.chatsystem textarea{
    outline: none;
    box-shadow: none;
    font-size: 15px;
}

.chatsystem .sendtext{
    background-color: #02acd1;
    border: 1px solid;
    wsidth: 102px;
}











ul.sociallinkshow{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 9px;
    font-size: 30px; 
}

ul.sociallinkshow li a{
    color: var(--e-global-color-accent);
}

.singleblog-section.serviceDetail .main-box{
    box-shadow: none;
}
.singleblog-section.serviceDetail .rightContentSer {
    box-shadow: 0 6px 41px 6px rgba(0, 0, 0, 0.05);
    padding: 22px;
    border-radius: 17px;
    position: sticky;
    top: 10px;
}
.googleMapBlock iframe{
    border: 0;
    width: 100%;
    height: 227px;
    border-radius: 13px;
    margin-top: 16px;
}
.detailDesc ul{
        background-color: #e7e7e763;
    padding: 22px 40px;
    border-radius: 11px;
}
.detailDesc table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.serviceSlider .itemImage{
    height: 506px;
    margin-bottom: 48px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.serviceSlider .swiper-button-next,
.serviceSlider .swiper-button-prev{  
    background-color: var(--e-global-color-accent);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serviceSlider .swiper-button-next:after, 
.serviceSlider .swiper-button-prev:after {
    color: #fff;
    font-size: 21px;
}

.detailDesc table th,
.detailDesc table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.detailDesc table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.detailDesc table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.detailDesc table tr:hover {
    background-color: #f1f1f1;
    transition: background-color 0.3s ease;
}

.contactform-con .contact_content select{
    padding: 10px 10px 10px 10px !important;
}
.contactform-con .contact_content input,
.contactform-con .contact_content select,
.contactform-con .contact_content textarea {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 58px;
    width: 100%;
    padding: 10px 10px 10px 26px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-black);
    font-family: "Rajdhani", sans-serif;
    border-radius: 8px;
    overflow: visible;
    outline: none;
}
.contactform-con .contact_content textarea {
    height: 118px;
    width: 100% !important;
    padding: 16px 26px;
    resize: none;
    outline: none;
    overflow: auto;
}
.contactform-con .contact_content .message {
    margin-bottom: 22px;
}
.contactform-con .contact_content input:focus,
.contactform-con .contact_content textarea:focus {
    box-shadow: 2px 3px 42px rgb(55 225 197 / 16%);
    border: 1px solid var(--e-global-color-secondary);
}
.contactform-con .contact_content .submit_now {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 20px 35px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    font-family: "DM Sans", sans-serif;
    transition: all 0.8s ease-in-out;
    text-align: center;
    outline: none;
    border-style: none;
}
.contactform-con .contact_content .submit_now:hover {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
}
.contactform-con .contact_content .submit_now i {
    font-size: 12px;
    margin-left: 22px;
    color: var(--e-global-color-white);
    transition: all 0.8s ease-in-out;
}
.contactform-con .contact_content .submit_now:hover i {
    transform: translateX(4px);
    color: var(--e-global-color-secondary);
}
.contactform-con .contact_content input::placeholder,
.contactform-con .contact_content textarea::placeholder{
    color: var(--e-global-color-text);
}
.contactform-con .contact_content form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 5px;
    position: absolute;
    display: block;
    color: var(--e-global-color-black);
}

/* Map */

.map-con {
    padding: 140px 0;
}
.map-con iframe {
    width: 100%;
    height: 547px;
    border-radius: 20px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.map-con iframe:hover {
    filter: none;
}

/* Team Page */

/* Team */

.team-con {
    padding: 135px 0 80px;
}
.team-con .team_content h6{
    margin-bottom: 10px;
}
.team-con .team_content h2{
    margin-bottom: 50px;
}
.team-con .team-box {
    margin-bottom: 65px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

a.documentbutton {
    background-color: #ffffff;
    display: block;
    box-shadow: 2px 3px 17px 1px #0000001c;
    border-radius: 12px;
    padding: 15%;
    margin: 0 19px;
}

.documentsectiongallery .mansory-gallery .column {
    flex: auto;
    max-width: 20%;
    margin-bottom: 38px;
}


.team-con .team-box figure { 
    width: 314px;
    height: 314px;
    margin: 0 auto 28px;
    border-radius: 14px;
    overflow: hidden;
}
.team-con .team-box figure img {
    transition: all 0.3s ease-in-out;
}
.team-con .team-box:hover figure img {
    transform: scale(1.1);
}
.team-con .team-box h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.team-con .team-box span {
    display: block;
    margin-bottom: 16px;
}
.team-con .team-box li {
    margin: 0 3px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.team-con .team-box i {
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.team-con .team-box li:hover {
    transform: translateY(-5px);
}
.team-con .team-box li:first-child {
    margin-left: 0;
}
.team-con .team-box li:last-child {
    margin-right: 0;
}
.team-con .team-box:hover i {
    background-color: var(--e-global-color-secondary);
}

/* Destination Page */

/* Place */

.destinationpage-place {
    padding-bottom: 110px;
}
.destinationpage-place .place_content h2 {
    margin-bottom: 35px;
}
.destinationpage-place .place-box {
    margin-bottom: 30px;
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
}
.destinationpage-place .nav-tabs {
    width: 54%;
    margin: 0 auto 52px;
    justify-content: center;
    border-bottom: 2px solid #ebebeb;
}
.destinationpage-place .tabs-box .nav-tabs li a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    color: var(--e-global-color-secondary);
    text-decoration: none;
    position: relative;
    top: 2px;
    padding: 22px 35px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}
.destinationpage-place .tabs-box .nav-tabs li a:hover{
    color: var(--e-global-color-accent);
}
.destinationpage-place .tabs-box .nav-tabs > li > a.active {
    color: var(--e-global-color-accent);
    border-bottom: 2px solid var(--e-global-color-accent);
}

/* Faq Page */

/* Faq */

.faq-con {
    padding: 136px 0 140px;
}
.faq-con .faq_content h6 {
    margin-bottom: 10px;
}
.faq-con .faq_content h2 {
    margin-bottom: 45px;
}
.faq-con h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}
.faq-con .accordion-card {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--e-global-color-white);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 5%);
}
.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}
.faq-con .accordion-card .btn-link h5 {
    color: var(--e-global-color-accent);
}
.faq-con .accordion-card .collapsed h5 {
    color: var(--e-global-color-secondary);
}
.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--e-global-color-accent);
}
.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--e-global-color-white);
}
.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}
.faq-con .accordian-inner .card-header a {
    padding: 22px 26px;
}
.faq-con .accordian-inner .card-body {
    padding: 0 26px 20px;
}
.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}
.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}
.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
}
.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}
.faq-con .accordion-card .btn-link:before {
    content: "\f062";
    font-size: 15px;
    top: 20px;
    right: 22px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--e-global-color-accent);
}
.faq-con .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--e-global-color-secondary);
}

/* About Page */

/* About */

.aboutpage-con {
    padding: 138px 0 145px;
}
.aboutpage-con .about_wrapper .about-image {
    position: relative;
    top: 0;
    left: 0;
}
.aboutpage-con .about_wrapper .about-image img{
    border-radius: 11px;
}
.aboutpage-con .about_wrapper .about-locationimage {
    position: absolute;
    bottom: 6px;
    right: 70px;
}
.aboutpage-con .about_content h6{
    margin-bottom: 10px;
}
.aboutpage-con .about_content h2{
    margin-bottom: 20px;
}
.aboutpage-con .about_content .text{
    margin-bottom: 30px;
}
.aboutpage-con .about_content ul{
    margin-bottom: 30px;
    display: inline-block;
}
.aboutpage-con .about_content ul li {
    position: relative;
    margin-bottom: 8px;
}
.aboutpage-con .about_content ul li i {
    font-size: 8px;
    height: 16px;
    width: 16px;
    line-height: 13px;
    top: 4px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}
.aboutpage-con .about_content ul li p {
    font-weight: 500;
    padding-left: 0;
    color: var(--e-global-color-secondary);
}
.aboutpage-con .about_content .all_button {
    padding: 20px 38px;
}
#citySuggestions{
        border: 1px solid #076784;
    box-shadow: 5px 10px 12px 0px #e7e7e7;
}
#citySuggestions a{
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
}
/* Activity */

.activity-con {
    background-color: var(--e-global-color-accent);
}
.activity-con::before {
    content: "";
    width: 49%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/activity-rightbackground.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.activity-con .activity-bottomimage {
    position: absolute;
    left: 0;
    bottom: 0;
}
.activity-con .activity-bottomimage img{
    opacity: 10%;
}
.activity-con .activity_wrapper {
    display: none;
}
.activity-con .activity_content {
    position: relative;
    z-index: 1;
    padding: 130px 70px 135px 0;
}
.activity-con .activity_content h6{
    margin-bottom: 10px;
}
.activity-con .activity_content h2{
    margin-bottom: 20px;
}
.activity-con .activity_content .text{
    margin-bottom: 50px;
}
.activity-con .activity_content li{
    width: 134px;
    height: 139px;
    padding: 28px 32px;
    margin: 0 8px;
    border-radius: 8px;
    display: inline-block;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
}
.activity-con .activity_content li:hover{
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 15%);
}
.activity-con .activity_content li .value{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    color: var(--e-global-color-accent);
}
.activity-con .activity_content li:first-child {
    margin-left: 0;
}
.activity-con .activity_content li:last-child {
    margin-right: 0;
}

/* Explore */

.aboutexplore-con {
    padding: 135px 0 140px;
}
.aboutexplore-con .explore_content h6 {
    margin-bottom: 10px;
}
.aboutexplore-con .explore-box .content p{
    color: #fff;
    font-size: 15px;
}
.aboutexplore-con .explore_content h2 {
    margin-bottom: 45px;
}
.aboutexplore-con .explore-box {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.aboutexplore-con .explore-box .image{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.aboutexplore-con .explore-box .image::before{
    content: "";
    position: absolute;
    opacity: 80%;
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/explore-fadeimage.png);
    transition: all 0.3s ease-in-out;
}
.aboutexplore-con .explore-box:hover .image::before{
    display: none;
}
.aboutexplore-con .explore-box:hover .image {
    opacity: 1;
    background-color: var(--e-global-color-black);
}
.aboutexplore-con .explore-box .image img{
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}
.aboutexplore-con .explore-box:hover .image img {
    opacity: 70%;
    transform: scale(1.1);
}
.aboutexplore-con .explore-box .rating{
    left: 20px;
    top: 18px;
    padding: 7px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: rgb(0 0 0 / 35%);
}
.aboutexplore-con .explore-box .rating i{
    font-size: 8px;
    margin-right: 4px;
    color: var(--e-global-color-star-yellow);
}
.aboutexplore-con .explore-box .rating span{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.aboutexplore-con .explore-box .content {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.aboutexplore-con .explore-box .content .place{
    margin-bottom: 6px;
}
.aboutexplore-con .explore-box .content i{
    font-size: 11px;
    margin-right: 2px;
    color: var(--e-global-color-white);
}
.aboutexplore-con .explore-box .content span{
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}
.aboutexplore-con .owl-carousel .owl-nav{    
    display: block !important;
    margin-top: 54px !important;
    position: relative;
    text-align: center;
}
.aboutexplore-con .owl-carousel .owl-prev,
.aboutexplore-con .owl-carousel .owl-next {
    font-size: 18px !important;
    width: 57px;
    height: 57px;
    line-height: 57px !important;
    border-radius: 100% !important;
    position: relative;
    text-align: center;
    color: var(--e-global-color-secondary) !important;
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.aboutexplore-con .owl-carousel .owl-prev{
    left: -8px;
}
.aboutexplore-con .owl-carousel .owl-next{
    right: -8px;
}
.aboutexplore-con .owl-carousel .owl-prev:hover,
.aboutexplore-con .owl-carousel .owl-next:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent) !important;
}

/* Home 2 */

/* Banner */

.travel_banner_outer {
    background-color: var(--e-global-color-light-grayish-orange);
}
.banner2-con {
    padding: 70px 0 165px;
    background-color: var(--e-global-color-light-grayish-orange);
}
.banner2-con:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 12%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner2-backgroundimage.jpg);
}
.banner2-con .banner_content h3{
    padding-left: 54px;
    margin-bottom: 14px;
    letter-spacing: 2.0px;
    word-spacing: 2.0px;
    position: relative;
}
.banner2-con .banner_content h3::before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 42px;
    height: 2px;
    position: absolute;
    background-color: var(--e-global-color-accent);
}
.banner2-con .banner_content h1{
    font-size: 90px;
    line-height: 96px;
    margin-bottom: 40px;
}
.banner2-con .banner_content h1 span{
    color: var(--e-global-color-accent);
}
.banner2-con .banner_content .all_button {
    padding:  21px 37px;
}
.banner2-con .banner_wrapper .image{
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.banner2-con .banner_wrapper .banner-image1{
    position: relative;
    left: 20px;
    top: 0;
}
.banner2-con .banner_wrapper .banner-image2{
    position: relative;
    left: 20px;
    bottom: -30px;
}
.banner2-con .banner_wrapper .banner-image3{
    position: absolute;
    right: -152px;
    top: 95px;
}
.banner2-con .banner_wrapper .banner-image3::before{
    content: "";
    right: -68px;
    bottom: -68px;
    width: 238px;
    height: 238px;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    background-color: var(--e-global-color-white);
}
.banner2-con .banner_wrapper .image img{
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.banner2-con .banner_wrapper .image:hover img{
    transform: scale(1.1);
}
.banner2-con .banner_wrapper .box{
    left: -140px;
    bottom: 88px;
    width: 258px;
    height: 73px;
    padding: 10px 15px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: var(--e-global-color-white);
    box-shadow: 2px 20px 29px 20px rgb(0 0 0 / 3%);
}
.banner2-con .banner_wrapper .box .text{
    padding-left: 10px;
}
.banner2-con .banner_wrapper .box .value{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    color: var(--e-global-color-accent);
}
.banner2-con .banner_wrapper .box .review{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.banner2-con .banner_wrapper .box figure{
    margin: 0 -12px;
    display: inline-block;
}
.banner2-con .banner_wrapper .box figure:first-child{
    margin-left: 0;
}
.banner2-con .banner_wrapper .box figure:last-child{
    margin-right: 0;
}
.banner2-con .banner_wrapper .box img{
    width: 48px;
    border-radius: 100%;
    border: 2px solid var(--e-global-color-white);
}

/* Benefit */

.benefit-con {
    padding: 135px 0 140px;
}
.benefit-con .benefit_content h6{
    margin-bottom: 10px;
}
.benefit-con .benefit_content h2{
    margin-bottom: 45px;
}
.benefit-con .benefit-box {
    padding: 40px 50px 45px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.benefit-con .benefit-box .icon {
    min-height: 60px;
    margin-bottom: 28px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.benefit-con .benefit-box:hover .icon {
    transform: translateY(-5px);
}
.benefit-con .benefit-box h4 {
    margin-bottom: 14px;
}

/* About */

.about2-con {
    background-color: var(--e-global-color-accent);
}
.about2-con::before {
    content: "";
    width: 49%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/about2-leftbackground.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.about2-con .about-bottomimage {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about2-con .about-bottomimage img{
    opacity: 10%;
}
.about2-con .about_wrapper .about-leftbackground{
    display: none;
}
.about2-con .about_wrapper .about-locationimage{
    position: absolute;
    right: -60px;
    top: 290px;
}
.about2-con .about_content {
    position: relative;
    z-index: 1;
    padding: 135px 0 135px 78px;
}
.about2-con .about_content h6{
    margin-bottom: 10px;
}
.about2-con .about_content h2{
    margin: 0 -15px 20px 0;
}
.about2-con .about_content .text{
    margin-bottom: 30px;
}
.about2-con .about_content ul{
    margin-bottom: 40px;
    display: inline-block;
}
.about2-con .about_content ul li {
    position: relative;
    margin-bottom: 8px;
}
.about2-con .about_content ul li i {
    font-size: 8px;
    height: 16px;
    width: 16px;
    line-height: 13px;
    top: 4px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-white);
}
.about2-con .about_content ul li p {
    font-weight: 500;
    padding-left: 32px;
    color: var(--e-global-color-white);
}
.about2-con .about_content .all_button {
    padding: 20px 38px;
    background-color: var(--e-global-color-secondary);
    transition: all 0.8s ease-in-out;
}
.about2-con .about_content .all_button i {
    transition: all 0.8s ease-in-out;
}
.about2-con .about_content .all_button:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
}
.about2-con .about_content .all_button:hover i {
    color: var(--e-global-color-secondary);
}

/* Making */

.making-con {
    background-color: var(--e-global-color-light-grayish-orange);
}
.making-con:before {
    content: "";
    position: absolute;
    opacity: 12%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/making-backgroundimage.jpg);
}
.making-con .making_content {
    padding: 135px 0 115px;
}
.making-con .making_content h6 {
    margin-bottom: 10px;
}
.making-con .making_content h2 {
    margin-bottom: 40px;
}
.making-con .making-box {
    padding: 40px 30px 35px;
    margin-bottom: 25px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.making-con .box1 {
    padding: 40px 25px 35px;
}
.making-con .making-box .icon {
    height: 60px;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.making-con .making-box:hover .icon {
    transform: translateY(-5px);
}
.making-con .making-box h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
}
.making-con .making-image {
    position: absolute;
    bottom: 0;
    right: -300px;
}
.making-con .making-image:before {
    content: "";
    position: absolute;
    width: 670px;
    height: 670px;
    top: 80px;
    right: 80px;
    border-radius: 100%;
    z-index: -1;
    background-color: var(--e-global-color-white);
}

/* Join */

.join2-con:before {
    opacity: 60%;
    background-image: url(../images/join2-backgroundimage.jpg);
}

/* Testimonial */

.testimonial2-con {
    padding: 135px 0 140px;
}
.testimonial2-con .testimonial_content h6 {
    margin-bottom: 10px;
}
.testimonial2-con .testimonial_content h2 {
    margin-bottom: 45px;
}
.testimonial2-con .testimonial-box {
    padding: 50px 30px 45px 35px;
    border-radius: 20px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%) inset;
}
.testimonial2-con .testimonial-box .testimonial-quoteimage {
    margin-bottom: 20px;
}
.testimonial2-con .testimonial-box p {
    margin-bottom: 24px;
}
.testimonial2-con .review-content {
    padding-left: 16px;
    display: flex;
}
.testimonial2-con .review-content .testimonial-personimage {
    position: relative;
    top: 2px;
    left: -15px;
}
.testimonial2-con .review-content .testimonial-personimage img {
    width: 54px !important;
    border-radius: 100px;
}
.testimonial2-con .testimonial-box ul {
    margin-bottom: 6px;
}
.testimonial2-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial2-con .testimonial-box ul li i {
    font-size: 12px;
    line-height: 12px;
    color: var(--e-global-color-light-yellow);
}
.testimonial2-con .review-content .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    font-family: "DM Sans", sans-serif;
    color: var(--e-global-color-secondary);
}
.testimonial2-con .review-content .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.testimonial2-con .owl-carousel .owl-item img {
    width: auto !important;
}
.testimonial2-con .owl-carousel .owl-nav{    
    display: block !important;
    margin-top: 52px !important;
    position: relative;
    text-align: center;
}
.testimonial2-con .owl-carousel .owl-prev,
.testimonial2-con .owl-carousel .owl-next {
    font-size: 18px !important;
    width: 57px;
    height: 57px;
    line-height: 57px !important;
    border-radius: 100% !important;
    position: relative;
    text-align: center;
    color: var(--e-global-color-secondary) !important;
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.testimonial2-con .owl-carousel .owl-prev{
    left: -4px;
}
.testimonial2-con .owl-carousel .owl-next{
    right: -4px;
}
.testimonial2-con .owl-carousel .owl-prev:hover,
.testimonial2-con .owl-carousel .owl-next:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent) !important;
}

/* Home 3 */

/* Banner */

.banner3-con {
    padding: 188px 0 220px;
    background-color: var(--e-global-color-black);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner3-con:before{
    content: "";
    position: absolute;
        opacity: 56%;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-color: #000;
    
    /* background-image: url(../images/banner3-backgroundimage.jpg); */
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
    font-size: 33px;
}
.swiper-pagination-bullet-active { 
    background: #fff;
}
.swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1 !important;
}
.banner3-con .top-btn{
    position: absolute;
    z-index: 1;
    top: 156px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}


.dropdown-notification .nav-link i{
    font-size: 20px;
        color: #4d4c4c;
}

.dropdown-notification .dropdown-menu {
    position: absolute;
    right: -19px;
    left: auto;
    top: 62px;
    min-width: 397px;
    padding: 0;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    background-color: var(--e-global-color-white);
    
}
.dropdown-notification .dropdown-header{
    border-bottom: 1px solid #EBE9F1;
}
.dropdown-notification h4.notification-title {
        font-size: 17px;
    color: #000;
}
.dropdown-notification ul li.media-list{
    margin: 0;
}
.dropdown-notification ul li.media-list span{
    color: #08abd1;
}
.dropdown-notification .dropdown-menu-header{
    margin: 0;
}
.dropdown-notification .dropdown-menu-footer{
    border-top: 1px solid #EBE9F1;
    padding: 13px;
    padding-right: 13px !important;
}
#notificationList span {
    font-weight: 500 !important;
    color: #04abd1;
}
.dropdown-notification .dropdown-menu-footer button{
    outline: none;
    box-shadow: none;
    border: none;
    
    background-color: var(--e-global-color-accent);
}

.infoaggrement{
    background-color: #0676981a;
    padding: 14px;
    border-radius: 9px;
}
.infoaggrement p{
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
}

.mainCheckblock{
    margin-bottom:8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.mainCheckblock input{
    margin-top: 3px;
    width: 20px;
    height: 20px;
}
.declarations{
    background-color: #07678414;
    padding: 19px;
    border-radius: 12px;
}
.mainCheckblock label{
    width: 96%;
}

.dropdown-notification ul li.media-list a {
    padding: .5rem 1.5rem;
    font-size: 15px;
    border-bottom: 1px solid #EBE9F1;
    text-decoration: none;
}
.dropdown-notification ul li.media-list a:hover{
    background-color: #f5f4f7;
}
.dropdown-notification ul li.media-list p {
    margin-bottom: 0;
    font-size: 15px;
}

#notificationBadge{
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 1px;
}
.banner3-con .top-btn:hover{
    transform: translateY(-5px);
}
.banner3-con ul {
    position: absolute;
    left: -280px;
    top: 128px;
    z-index: 2;
}
.banner3-con ul li {
    margin: 15px 0;
    transition: all 0.3s ease-in-out;
}
.banner3-con ul li:first-child {
    margin-top: 0;
}
.banner3-con ul li:last-child {
    margin-bottom: 0;
}
.banner3-con ul li i {
    font-size: 16px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 100%;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    transition: all 0.3s ease-in-out;
}
.banner3-con ul li a:hover i {
    background-color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
.banner3-con .banner_content {
    position: relative;
    z-index: 1;
}
.banner3-con .banner_content h3{
    letter-spacing: 2.0px;
    margin-bottom: 18px;
}
.banner3-con .banner_content h3 span{
    top: -4px;
    font-size: 28px;
    padding: 0 20px;
    position: relative;
}
.banner3-con .banner_content h1{
    margin-bottom: 26px;
}
.banner3-con .banner_content p{
    padding: 0 95px;
    margin-bottom: 36px;
}
.banner3-con .banner_content .all_button {
    padding:  21px 37px;
}
.banner3-con .banner_content .all_button:hover,
.banner3-con .banner_content .all_button:hover i {
    color: var(--e-global-color-secondary);
}
.banner3-con .banner_content .all_button:hover {
    background-color: var(--e-global-color-white);
}
.banner3-con .banner_content ul{
    display: none;
}

/* About */

.about3-con {
    padding: 140px 0 200px;
}
.about3-con .about-bottomimage {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about3-con .about-bottomimage img{
    opacity: 10%;
}
.about3-con .about_wrapper .about-image1{
    position: relative;
    left: 0;
    top: 0;
}
.about3-con .about_wrapper .about-image1::before{
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    left: -62px;
    bottom: -62px;
    border-radius: 100%;
    background-color: var(--e-global-color-accent);
    z-index: -1;
}
.about3-con .about_wrapper .about-image2{
    position: absolute;
    right: -56px;
    bottom: -102px;
}
.about3-con .about_wrapper .about-image2 img{
    border: 8px solid var(--e-global-color-white);
}
.about3-con .about_wrapper .image img{
    border-radius: 20px;
}
.about3-con .about_wrapper .video-icon {
    position: absolute;
    width: 101px;
    height: 101px;
    line-height: 96px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    text-align: center;
    background-color: rgb(0 0 0 / 45%);
    border: 2px solid rgb(255 255 255 / 50%);
}
.about3-con .about_wrapper .video-icon img {
    border-radius: 0 !important;
    border: none !important;
    width: auto !important;
}
.about3-con .about_content {
    z-index: 1;
    position: relative;
    padding: 116px 0 0 48px;
}
.about3-con .about_content h6{
    margin-bottom: 10px;
}
.about3-con .about_content h2{
    margin-bottom: 20px;
}
.about3-con .about_content .text{
    margin-bottom: 30px;
}
.about3-con .about_content .propertise {
    margin-bottom: 35px;
}
.about3-con .about_content ul{
    display: inline-block;
}
.about3-con .about_content .list1{
    padding-right: 22px;
}
.about3-con .about_content ul li {
    position: relative;
    margin-bottom: 8px;
}
.about3-con .about_content ul li i {
    font-size: 8px;
    height: 16px;
    width: 16px;
    line-height: 13px;
    top: 4px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}
.about3-con .about_content ul li p {
    font-weight: 500;
    padding-left: 30px;
    color: var(--e-global-color-secondary);
}
.about3-con .about_content .all_button {
    padding: 20px 38px;
}

/* Service */
.service3-con.blogpage{
    background-color: var(--e-global-color-primary) !important;
}
.service3-con {
    background-color: var(--e-global-color-light-grayish-orange);
}
.service3-con.blogpage:before{
    background-image: none !important;
}
.service3-con.blogpage .blogitems .item { 
    position: relative;
}
.service3-con.blogpage .blogcontent .place-box .lower_content{
    padding: 9px 0px !important;
}
.service3-con:before {
    content: "";
    position: absolute;
    opacity: 12%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/service3-backgroundimage.jpg);
}
.service-con .service-box .icon img{
    height: 58px;
}
.ser1{

}
/* Explore */

.explore3-con .container {
    max-width: 1710px;
    margin: 0 auto;
}

/* Activity */

.activity3-con::before {
    background-image: url(../images/activity3-rightbackground.jpg);
}

/* Testimonial */

.testimonial3-con {
    padding: 135px 0 140px;
    /* background-color: var(--e-global-color-light-grayish-orange); */
}
.testimonial3-con:before {
    content: "";
    position: absolute;
    opacity: 12%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url(../images/testimonial-backgroundimage.jpg); */
}
.testimonial3-con .testimonial_content h6 {
    margin-bottom: 10px;
}
.testimonial3-con .testimonial_content h2 {
    margin-bottom: 45px;
}
.testimonial3-con .testimonial-box {
    padding: 24px 0px 24px 0px;
    border-radius: 20px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
}
.testimonial3-con .testimonial-box .testimonial-personimage {
    width: 68px;
    border: 2px dotted var(--e-global-color-accent);
    float: left;
    border-radius: 50%;
}
.testimonial3-con .testimonial-box .testimonial-personimage img {
    border-radius: 100%;
}
.testimonial3-con .testimonial-box .content {
    width: 81%;
    padding-left: 25px;
    display: inline-block;
}
.testimonial3-con .testimonial-box p {
    margin-bottom: 10px;
}
.testimonial3-con .testimonial-box ul {
    margin-bottom: 10px;
}
.testimonial3-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial3-con .testimonial-box ul li i {
    font-size: 14px;
    line-height: 14px;
    color: var(--e-global-color-light-yellow);
}
.testimonial3-con .testimonial-box .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    font-family: "DM Sans", sans-serif;
    color: var(--e-global-color-secondary);
}
.testimonial3-con .testimonial-box .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.testimonial3-con .owl-carousel .owl-nav{    
    display: block !important;
    margin-top: 18px !important;
    position: relative;
    text-align: center;
}
.testimonial3-con .owl-carousel .owl-prev,
.testimonial3-con .owl-carousel .owl-next {
    font-size: 18px !important;
    width: 72px;
    height: 39px;
    line-height: 41px !important;
    border-radius: 6px !important;
    position: relative;
    text-align: center; 
    color: var(--e-global-color-secondary) !important;
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.testimonial3-con .owl-carousel .owl-prev{
    left: -4px;
}
.testimonial3-con .owl-carousel .owl-next{
    right: -4px;
}
.testimonial3-con .owl-carousel .owl-prev:hover,
.testimonial3-con .owl-carousel .owl-next:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent) !important;
}

/* For place pages */

/* Project PopUp Style */

.project_modal .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}
.project_modal .fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.project_modal .fade.show {
    opacity: 1;
    background-color: transparent;
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
.project_modal .modal.fade .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    transform: translate(0,-25%);
}
.project_modal .modal-dialog {
    max-width: 48%;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;
}
.project_modal .modal.show .modal-dialog {
    transform: translate(0,0);
}
.project_modal .modal.fade .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.project_modal .modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--e-global-color-white);
    box-shadow: 1px 21px 46px rgb(0 0 100 / 25%);
    border-radius: 0;
    border: none;
}
.project_modal .modal-header {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    border-bottom: none;
}
.project_modal .btn-close:not(:disabled):not(.disabled) {
    cursor: pointer;
    opacity: 1 !important;
}
.project_modal .modal-header .btn-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.project_modal .modal-header button {
    background: var(--e-global-color-accent);
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    outline: none;
}
.project_modal .btn-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.project_modal button.btn-close {
    border: 0;
    -webkit-appearance: none;
}
.project_modal button {
    text-transform: none;
    overflow: visible;
}
.project_modal .modal-header button i {
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 18px;
    padding: 5px 5px;
    outline: none;
}
.project_modal .fa-x:before {
    content: "\58";
}
.project_modal .blog-model-con .modal-body {
    overflow-y: auto;
    padding-top: 0;
}
.project_modal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
    padding-left: 30px;
    padding-right: 30px;
}
.project_modal .modal-body .blog-box-item {
    display: flex;
    align-items: center;
    border-radius: 0;
}
.project_modal .blog-box-item {
    background: var(--white-color);
    overflow: hidden;
}
.project_modal .modal-body .blog-img{
    float: left;
    width: 100%;
}
.project_modal .modal-body .blog-img figure {
    position: relative;
}
.project_modal .img-fluid {
    width: 100%;
    border-radius: 20px;
}
.project_modal .modal-content .project_content{
    padding: 40px 0 40px 20px;
}
.project_modal .modal-content .project_content h4{
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--e-global-color-secondary);
}
.project_modal .modal-content .project_content .text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    color: var(--e-global-color-text);
}
.project_modal .modal-content .project_content .properties{
    margin-bottom: 20px;
}
.project_modal .modal-content .project_content .properties ul{
    padding-left: 25px;
}
.project_modal .modal-content .project_content .properties li {
    margin-bottom: 8px;
    position: relative;
    color: var(--e-global-color-text);
}
.project_modal .modal-content .project_content .properties li:last-child {
    margin-bottom: 0;
}
.project_modal .modal-content .project_content .properties ul li .circle {
    font-size: 9px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    top: 4px;
    left: -25px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.project_modal .modal-content .project_content .all_button{
    padding: 20px 30px;
}

/* Service Detail */

.service_detail {
    padding: 130px 0 120px;
}
.service_detail .main-box {
    position: relative;
}
.service_detail .main-box .image {
    margin-bottom: 30px;
}
.service_detail .main-box .image img {
    width: 100%;
    border-radius: 20px;
}
.service_detail .main-box h3 {
    font-size: 24px;
    line-height: 30px;
}
.service_detail .main-box p {
    margin-bottom: 10px;
}
.service_detail .main-box .text2 {
    margin-bottom: 20px;
}
.service_detail .main-box .list {
    margin-bottom: 20px;
}
.service_detail .main-box .list li {
    margin-bottom: 6px;
    padding-left: 28px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    color: var(--e-global-color-text);
}
.service_detail .main-box .list li i {
    font-size: 9px;
    height: 16px;
    width: 16px;
    line-height: 17px;
    top: 2PX;
    left: 0;
    border-radius: 100px;
    position: absolute;
    text-align: center;
    display: inline-block;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white);
}

.singleblog-section .main-box .detailDesc p{
    margin-bottom: 12px;
}
/* 404 Page */

.error_page{
    height: 100vh;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: var(--e-global-color-light-grayish-orange);
}
.error_page .error_content h1 {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 40px;
    color: var(--e-global-color-secondary);
}
.error_page .error_content .text {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--e-global-color-secondary);
}
.error_page .error_content .text2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--e-global-color-text);
}
.error_page .error_content .back_home {
    font-size: 16px;
    line-height: 15px;
    font-weight: 700;
    padding: 21px 30px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.error_page .error_content .back_home:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}
.error_page .error_content .back_home i{
    font-size: 12px;
    margin-left: 24px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
}
.error_page .error_content .back_home:hover i{
    transform: translateX(4px);
}

/* Coming Soon */

.comingsoon_outer{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    background-color: var(--e-global-color-light-grayish-orange);
}
.comingsoon_outer .logo_outer{
    margin-bottom: 70px;
}
.comingsoon_outer .logo_outer img{
    width: 145px;
}
.comingsoon_outer .comingsoon_section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}
.comingsoon_outer .sub_banner_content h1 {
    font-size: 90px;
    line-height: 92px;
    margin-bottom: 30px;
    color: var(--e-global-color-secondary);
}
.comingsoon_outer .sub_banner_content p {
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--e-global-color-text);
}
.comingsoon_outer .sub_banner_content form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.comingsoon_outer .sub_banner_content .form-group{
    margin-bottom: 30px;
}
.comingsoon_outer .sub_banner_content input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 14px 16px 16px;
    width: 540px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: visible;
    outline: none;
}
.comingsoon_outer .sub_banner_content button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px 30px 18px;
    height: 100%;
    top: 0;
    right: -5px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.comingsoon_outer .sub_banner_content input:focus {
    border: 1px solid var(--e-global-color-accent);
}
.comingsoon_outer .sub_banner_content button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
}
.comingsoon_outer .sub_banner_content .social-icon li {
    display: inline-block;
    margin: 0 4px;
}
.comingsoon_outer .sub_banner_content .social-icon li:first-child {
    margin-left: 0;
}
.comingsoon_outer .sub_banner_content .social-icon li:last-child {
    margin-right: 0;
}
.comingsoon_outer .sub_banner_content .social-icon a{
    transition: all 0.3s ease-in-out;
}
.comingsoon_outer .sub_banner_content .social-icon i {
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 36px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-accent);
    background-color: transparent;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.comingsoon_outer .sub_banner_content .social-icon a:hover i {
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--e-global-color-accent);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;    
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;  
    text-decoration: none; 
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button:hover {
    transform: translateY(-5px);
}
@-webkit-keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgb(42 42 42 / 40%)
}
to {
    box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
}
}

@keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgb(42 42 42 / 40%)
}
to {
    box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
}
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--e-global-color-accent);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--e-global-color-accent);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

#sortable-images {
    display: flex;
    flex-wrap: wrap;
}

.photo-item {
    cursor: grab;
}

 
.photo-item {
    position: relative;
}

 
.maindragbtn{
    cursor: move;
    position: absolute;
    color: #fff;
    padding: 4px 6px;
    z-index: 9999;
}
@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Preloader -------------------------------------------------------*/