/*
Theme Name: Kadence Child
Theme URI: https://yourwebsite.com/
Description: A child theme for Kadence Theme
Author: Your Name
Author URI: https://yourwebsite.com/
Template: kadence
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-child
*/


.sidebarInner ul li a img {
    width: 36px;
    height: auto;
}
ul.sub-menu li a {
    color: rgb(26, 32, 44) !important;
}
section.entry-hero.page-hero-section .entry-hero-container-inner {
    background: #edf2f7 !important;
}
/* custom post type destination css start */
section.destinationBanner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 15px;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	position: relative;
	background-position: center center;
}
section.destinationBanner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
section.destinationBanner h1, section.destinationBanner p {
    color: #fff;
	position: relative;
	z-index: 1;
}
section.destinationBanner p {
    font-size: 24px;
}
.destinationContent {
    margin-top: 100px;
}
section.postsWrapper {
    margin-top: 100px;
}
.posts_title {
    text-align: center;
    max-width: 950px;
    margin: auto;
    padding: 0 1rem;
}
.posts_title h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1.44px;
    text-align: center;
    vertical-align: middle;
    color: #131313;
}

.posts_title  p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.5px;
    text-align: center;
}
.related-posts {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.related-posts .related-post {
    width: calc(33.33% - 24px);
	  background: #F8F9FA;
    border-radius: 20px;
}
.related-posts .related-post .related-post-thumbnail a img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.related-post-thumbnail {
    position: relative;
}
.related-posts .related-post-content {
    padding: 1rem;
}
.related-post a.learn-more-button {
    border: 1px solid #181D75;
    display: flex;
    text-decoration: none;
    align-items: center;
    max-width: fit-content;
    padding: 5px 6px 5px 15px;
    border-radius: 50px;
    gap: 10px;
    color: #181D75;
}
.related-post-date {
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 20px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000000;
}
.related-post-date::after {
    content: '';
    position: absolute;
    background-image: url('https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/overlay.png');
    right: -15px;
    width: 16px;
    height: 35px;
    background-size: 16px 35px;
    bottom: 0;
}
.related-post a.learn-more-button img {
	transition: 0.5s all ease;
}
.related-post a.learn-more-button:hover img {
	transform: rotate(45deg);
}
.related-post a.learn-more-button:hover {
    background: #181D75;
    color: #fff;
}
ul.all-destinations {
    margin: 0;
    list-style: none;
    padding: 0 !important;
}
ul.all-destinations li a:hover {
    background: #181d75;
    color: #fff;
    text-decoration: none;
}
ul.all-destinations li a {
    background: #EFF0FF;
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    padding: 8px 15px;
    border: 1px solid #CDE4DC;
    border-radius: 5px;
    text-transform: capitalize;
}
.post-template-single-post nav.navigation.post-navigation {
    margin-top: 4rem;
}
.allDestinations {
    display: none !important;
}
.destination  .allCategories,
.destination .recent_posts {
    display: none;
}
.destination .allDestinations {
	display: block !important;
}
.recent-posts-with-tags .post-thumbnail {
    display: inline-block;
    padding: 0 !important;
    height: auto !important;
    min-width: 85px;
    margin-right: 1rem;
}
ul.recent-posts-with-tags {
    padding-left: 0;
    margin-left: 0;
}
.recent-posts-with-tags img {
    width: 85px !important;
    height: 85px !important;
		min-width: 85px !important;
    border-radius: 5px;
    margin-right: 1rem;
}
ul.recent-posts-with-tags li {
    display: flex;
    margin: 10px 0 0 0;
    border-top: 1px solid #C5C9FF;
    padding-top: 10px;
}
.content-recent-posts-with-tags p.post-date {
    margin: 0;
    color: #718096;
    font-size: .8125em;
}
.content-recent-posts-with-tags a {
    line-height: 22px;
    height: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	  text-transform: capitalize;
}
.content-recent-posts-with-tags a:hover {
		color: #181d75;
		text-decoration: none;
}
.destination  section#block-26, .destination  section#block-24 {
    margin: 0 !important;
}
/* custom post type destination css end */
/* Single Event Page css start */
section.event-banner {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.socialShare {
    display: flex;
}
section.event-banner::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
}

section.event-banner h1, section.event-banner p {
    color: #fff;
    position: relative;
    z-index: 1;
}
.eventContentWrapper .agencyName {
    display: flex;
    gap: 1rem;
    align-items: center;
	  margin: 24px 0;
}
.event-template.event-template-single-event .content-container.site-container {
    max-width: 1200px;
}
.eventContentWrapper .featureImageWrap img {
    width: 100%;
    border-radius: 20px;
}
p.date_name {
    color: #131313;
}

p.date_name span {
    text-decoration: underline;
    position: relative;
    padding-left: 10px;
}
.eventContentWrapper {
    padding: 80px 0 0;
}
.eventContentWrapper p.date_name {
	margin-top: 0px;
}
p.date_name span::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #131313;
    left: 2px;
    top: 7px;
    border-radius: 50px;
}
.eventContentWrapper h1 {
    font-family: Lora;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -1.2px;
    vertical-align: middle;
    margin: 1rem 0;
}
button.shareBtn {
    display: flex;
    color: #131313;
    background: transparent;
    padding-left: 0;
    gap: 5px;
}

.agencyTitle h5 {
    color: #181D75;
    font-family: Lora;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}

.agencyTitle label {
    color: #131313;
    font-weight: 500;
    font-size: 20px;
    line-height: 26.4px;
    letter-spacing: -0.48px;
    vertical-align: middle;
}
.event-template-single-event header.entry-header.event-title {
    display: none;
}
.event-template-single-event .content-area {
    margin-top: 0;
		margin-bottom: 0;
}
.event-template-single-event p.image-caption {
    text-align: center;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    font-family: Lora;
    font-weight: 300;
    font-style: italic;
}
.event-template-single-event .contactFormSection {
		margin-top: 1.2rem;
}
.event-template-single-event .contactFormSection .form_title {
    background: #181d75;
    padding: 36px 15px 36px 15px;
    border-radius: 30px 30px 0 0;
    text-align: center;
}
.event-template-single-event .contactFormSection .form_title h2 {
    color: #fff;
    font-size: 42px;
    line-height: 160%;
}
.event-template-single-event .contactFormSection .form_title p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18.18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
		margin: 0;
}
.event-template-single-event .contactFormSection .wpcf7.js {
    background: #F8F9FA;
    border: 0.91px solid #00000014;
    border-top: none;
    border-radius: 0 0 30px 30px;
		padding: 30px;
}
.event-template-single-event .contactFormSection .wpcf7.js form.wpcf7-form {
    border: 0.91px solid #00000014;
    border-radius: 30px;
}
.event-template-single-event .contactFormSection .wpcf7.js form.wpcf7-form p {
    margin: 0;
}
.event-template-single-event .contactFormSection input[type="submit"]:hover, .event-template-single-event .contactFormSection input[type="submit"]:focus, .event-template-single-event .contactFormSection input[type="submit"]:active {
    background-color: #181d75 !important;
    background-position: 135px center !important;
    background-image: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/arrow-left.png);
    background-repeat: no-repeat;
}
.event-template-single-event .single-content h2 {
    font-size: 42px;
    margin: 1rem 0 0.5rem 0;
}
.event-template-single-event .single-content h3 {
    font-size: 24px;
    margin: 0.5rem 0;
}
.event-template-single-event .single-content p {
    margin-bottom: 1rem;
}
.event-template-single-event .single-content figure.wp-block-image {
    margin-bottom: 5px;
}
.event-template-single-event .single-content figure.wp-block-image img {
    width: 100%;
}
.event-template-single-event .single-content a {
    color: #000EFF;
}
/* Single Event Page css end */
/* Events page css start */
section.topBanner {
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.topBanner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
}

section.topBanner .bannerContent {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 30px 15px;
}

section.topBanner .bannerContent h1 {
    color: #fff;
}
.allEvents .mostRecentEvent {
    max-width: 1090px;
    margin: auto;
    padding: 80px 1rem;
}
.mostRecentEventInner h2, .mostRecentEventInner p {
    text-align: center;
}
.mostRecentEventInner .blockWrap {
    border-radius: 20px;
    border: 1px solid #00000014;
    background: #F8F9FA;
}
.eventContent {
    padding: 40px;
}
.mostRecentEvent .eventContent {
    padding: 40px;
    display: flex;
    gap: 1.3rem;
}
.mostRecentEventInner .blockWrap img {
    border-radius: 20px 20px 0 0;
	width: 100%;
}
.mostRecentEventInner .blockWrap a.learn_more img {
    width: auto;
}
.eventContentInner p {
    text-align: left;
}
.eventContentInner a {
    max-width: fit-content;
}
a.learn_more {
	max-width: fit-content;
}
a.learn_more:hover {
    background: #181D75;
    color: #fff;
}
.dateWrap {
    background: linear-gradient(180deg, #FBCA3B 0%, #F79538 100%);
    min-width: 100px;
    height: 100px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dateWrap label {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dateWrap label span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.dateWrap label strong {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
}
.UpcomingEventBlockWrapper {
    background: #F8F9FA;
    padding: 100px 0;
}
.UpcomingEventBlockWrapper .UpcomingEventBlocks {
    max-width: 1230px;
    margin: auto;
    padding: 0 15px;
}
.UpcomingEventBlocks ul {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 24px;
    flex-wrap: wrap;
}
.UpcomingEventBlocks ul li {
    width: calc(33.33% - 24px);
    background: #F8F9FA;
		border: 1px solid #00000014;
		border-radius: 20px;
}
.UpcomingEventBlocks ul li .UpcomingEventBlockContent {
    padding: 1rem;
}
.UpcomingEventBlocks ul li .imgWrap {
    position: relative;
}
.imgWrap img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.UpcomingEventBlocks ul li .imgWrap .dateWrap {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    vertical-align: middle;
    background: #fff;
    height: auto;
    min-width: auto;
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    border-radius: 20px 20px 0 0;
}
.UpcomingEventBlocks ul li .imgWrap .dateWrap::after {
    background-image: url('https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/overlay.png');
    content: '';
    position: absolute;
    right: -15px;
    width: 16px;
    height: 35px;
    background-size: 16px 35px;
    bottom: 0px;
}

.pastEventBlockWrapper .pastEventBlocks {
    max-width: 1230px;
    margin: auto;
    padding: 0 15px;
}
.pastEventBlocks ul {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 24px;
    flex-wrap: wrap;
}
.pastEventBlocks ul li {
    width: calc(33.33% - 24px);
    background: #F8F9FA;
		border: 1px solid #00000014;
		border-radius: 20px;
}
.pastEventBlocks ul li .pastEventBlockContent {
    padding: 1rem;
}
.pastEventBlocks ul li .imgWrap {
    position: relative;
}
.imgWrap img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.pastEventBlocks ul li .imgWrap .dateWrap {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    vertical-align: middle;
    background: #fff;
    height: auto;
    min-width: auto;
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    border-radius: 20px 20px 0 0;
}
.pastEventBlocks ul li .imgWrap .dateWrap::after {
    background-image: url('https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/overlay.png');
    content: '';
    position: absolute;
    right: -15px;
    width: 16px;
    height: 35px;
    background-size: 16px 35px;
    bottom: 0px;
}
.pastEventBlockWrapper {
	padding: 100px 0;
}
.onlineEvents h2 {
    font-size: 42px;
}
.accordionSection .accordionWrapper .kt-accordion-inner-wrap {
    row-gap: 32px !important;
}
.accordionSection .accordionWrapper .kt-accordion-panel-inner {
    padding: 10px;
}
.accordionSection .accordionWrapper .kt-accordion-panel-inner p {
    margin: 0px;
}
.footer-widget-area.accordionWrapper {
    flex-direction: column;
}
.accordionSection section.widget.widget_block.widget_text p {
    margin: 0;
}
/* Events page css end */

.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap {
    align-items: flex-start !important;
}
.tabWrapper .wp-block-kadence-tab.kt-tab-inner-content {
    border: none !important;
    background: transparent !important;
    border-radius: 0 0 30px 30px !important;
	padding: 40px 0 0 !important;
}
.tabWrapper .kb-row-layout-wrap.wp-block-kadence-rowlayout {
    border-radius: 30px !important;
}
.content-wrap .entry.single-entry.content-bg {
    box-shadow: none !important;
}
.wp-block-kadence-column.tabWrapper {
    padding: 45px !important;
}
.entry.single-entry {
	box-shadow: none !important;
}
.fullImg  img {
    width: 100%;
}
.tabWrapper .wp-block-columns.is-layout-flex {
    margin-bottom: 0 !important;
}
.site-header-inner-wrap.kadence-sticky-header {
    box-shadow: 0 0 10px rgba(0,0,0,0.13);
}
li.current-menu-item a {
    border-radius: 50px;
}
ul#primary-menu li a {
    padding: 5px 1rem;
	 border-radius: 50px;
}
.site-footer p, .site-footer ul li, .site-footer ul li a, .site-footer h3, .site-footer h2 {
    color: #fff;
}
ul.address {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.address li {
    display: flex;
    gap: 1rem;
}

ul.address li a {
        text-decoration: none !important;
}

ul.address li span img {
    min-width: 20px;
    height: 20px;
}
.site-footer .site-container {
    padding-left: 75px;
    padding-right: 75px;
}
.site-footer .site-container .site-bottom-footer-inner-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
}
.site-footer {
	margin-top: 80px;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane {
    background: #F8F9FA !important;
	border-radius: 20px !important;
	border: 1px solid #0000000A !important;
	padding: 8px;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane button.kt-blocks-accordion-header {
    background: #F8F9FA !important;
		border-radius: 20px !important;
		border: none !important;
	    font-weight: 600;
    	color: #000;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane .kt-accordion-panel-inner {
    background: #F8F9FA !important;
	border-radius: 0 0 20px 20px !important;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane button.kt-blocks-accordion-header.kt-accordion-panel-active {
    border: none;
}
.contactFormSection .fullRow {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
	align-items: flex-end;
}
.contactFormSection .fullRow .halfRow, .fullRowSingle {
    width: 100%;
}
.contactFormSection .fullRow .halfRow input.wpcf7-form-control, .contactFormSection .fullRow .fullRowSingle input.wpcf7-form-control  {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    height: 60px;
    padding-left: 20px;
}
.contactFormSection .cf7mls-btns {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
	align-items: center;
}
button.action-button.cf7mls_next {
    background-image: url('https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/arrow-left.png');
    background-repeat: no-repeat;
    background-position: 135px center;
    width: 180px;
    font-weight: 500 !important;
    border-radius: 12px !important;
	margin: 0px;
	height: 60px;
}
button.action-button {
    font-weight: 500 !important;
    border-radius: 12px !important;
	margin: 0px;
	height: 60px;
}
.contactFormSection form.wpcf7-form .fieldset-cf7mls-wrapper {
    border: 1px solid #00000014;
    border-radius: 30px;
}
.contactFormSection form.wpcf7-form {
    padding: 30px;
}
.contactFormSection fieldset.fieldset-cf7mls.cf7mls_current_fs {
    margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    background-image: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 135px center;
    width: 180px;
    font-weight: 500 !important;
    border-radius: 12px !important;
    margin: 0px;
    height: 60px;
    background-color: #181d75;
    color: #ffffff;
}
input.wpcf7-form-control.wpcf7-submit:hover, input.wpcf7-form-control.wpcf7-submit:focus, input.wpcf7-form-control.wpcf7-submit:active { 
	background: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/arrow-left.png), #181d75 ;
	background-repeat: no-repeat;
    background-position: 135px center;
}
.cf7mls-btns.cf7mls-btns-last-step {
    margin: -32px;
}
.contactFormSection .fullRow + p {
    margin: 0;
}
.desireWrap .kt-inside-inner-col {
    padding-right: 0;
}


/* single post block page css start */
.single-post .custom-single-banner {
    height: 400px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
		position: relative;
}
.single-post .custom-single-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
}
.single-post .custom-single-banner h1, .single-post .custom-single-banner p {
    color: #fff;
    position: relative;
    z-index: 1;
		padding: 0 1rem;
}
header.post-archive-title h1.page-title.archive-title {
    color: #fff;
}
body.single.single-post {
    background: #F8F9FA;
}
aside.primary-sidebar {
    padding: 1rem;
    box-shadow: 0px 6px 30px 0px #00000014;
    border-radius: 20px;
	height: fit-content;
}
.single-post .content-wrap {
    padding: 1rem;
    box-shadow: 0px 6px 30px 0px #00000014;
    border-radius: 20px;
}
.single.single-post  article.post header.entry-header.post-title {
    display: flex;
    flex-wrap: wrap;
}
.single.single-post .entry-content.single-content {
    margin-top: 0;
}
.single.single-post .entry-content.single-content p {
    margin-bottom: 12px;
}
.single.single-post .entry-content.single-content h4 {
    margin-top: 1rem;
}
.single.single-post .entry-taxonomies {
    order: 2;
    margin-bottom: 0;
}
.single.single-post article.post.content-bg {
    background: transparent;
}
.single.single-post article.post .entry-meta.entry-meta-divider-dot {
    display: inline-block;
    order: 1;
    margin: 0 1rem 0 0;
}
.single.single-post article.post h1.entry-title {
    order: 3;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0;
		margin: 10px 0 0 0;
}
.single-post .content-wrap .post-thumbnail {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
	  width: 100%;
}
.single-post .content-wrap .post-thumbnail img.post-top-featured {
    border-radius: 12px;
}
.single-post .content-area {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
ul.wp-block-categories-list li a {
    background: #EFF0FF;
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    padding: 8px 15px;
    border: 1px solid #CDE4DC;
    border-radius: 5px;
}
.getFreeBlock {
    border-radius: 20px;
    overflow: hidden;
}
.getFreeBlock  a {
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 50px;
}
.getFreeBlock a img {
    margin-left: 8px;
	transition: 0.5s all ease;
}
.getFreeBlock a:hover img {
		transform: rotate(45deg);
}
.getFreeBlock a:hover {
    background: #181d75;
    color: #fff !important;
    border-color: #181d75;
	text-decoration: none !important;
}
ul.wp-block-categories-list li a:hover {
    background: #181d75;
    color: #fff;
    text-decoration: none;
}
ul.wp-block-latest-posts {
    display: flex;
    flex-direction: column;
}
ul.wp-block-latest-posts a.wp-block-latest-posts__post-title {
    width: calc(100% - 110px);
    line-height: 22px;
    height: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-transform: capitalize;
}
ul.wp-block-latest-posts li {
    display: flex;
		flex-wrap: wrap;
	  position: relative;
		align-items: center;
	  margin: 0;
    padding: 10px 0 0px 0;
		border-top: 1px solid #C5C9FF;
}
ul.wp-block-latest-posts a.wp-block-latest-posts__post-title:hover {
    color: #181d75;
    text-decoration: none;
}
ul.wp-block-latest-posts time.wp-block-latest-posts__post-date {
    position: absolute;
    left: 105px;
    top: 15px;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image a img {
    width: 85px;
    height: 85px;
    min-width: 85px;
    border-radius: 5px;
    margin-right: 1rem;
}
/* single post block page css end */
/* Blog page css start */
.blogpost {
    text-align: center;
    padding: 100px 0 40px 0;
}
.post-archive article.post  header.entry-header {
    display: flex;
    flex-direction: column-reverse;
		margin-bottom: 1em;
		position: relative;
}
.post-archive article.post p.more-link-wrap {
    margin-bottom: 1rem;
}
.post-archive article.post .entry-meta.entry-meta-divider-dot::after {
    content: '';
    position: absolute;
    background-image: url('https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/overlay.png');
    right: -16px;
    width: 16px;
    height: 35px;
    background-size: 16px 35px;
    bottom: 0;
}
.post-archive article.post a.post-more-link:hover {
    background: #181D75;
    color: #fff;
}
.post-archive article.post a.post-more-link:hover::after {
    transform: rotate(45deg);
}
.post-archive article.post a.post-more-link::after {
    content: '';
    background-image: url('https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/arrowIcon.png');
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    right: 6px;
    position: absolute;
    top: 5px;
		transition: 0.5s all ease;
}
.post-archive article.post a.post-more-link span.kadence-svg-iconset {
    display: none;
}
.post-archive article.post a.post-more-link {
    position: relative;
    padding: 12px 45px 12px 12px;
    border: 1px solid #181D75;
    border-radius: 50px;
    font-weight: 500;
    text-transform: capitalize;
		font-size: 1rem;
		color: #181D75;
}
.post-archive article.post a.post-thumbnail {
    border-radius: 20px 20px 0 0;
}
.post-archive article.post .entry-meta.entry-meta-divider-dot {
    position: absolute;
    top: -60px;
    background: #fff;
    padding: 10px 15px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0;
    left: -17px;
    border-radius: 20px 20px 0 0;
}
.post-archive .entry-meta span.posted-by {
    display: none;
}
.post-archive article.post .entry-content-wrap {
	padding: 1rem;
}
.post-archive article.post {
    border-radius: 20px;
    box-shadow: none;
    background: #F8F9FA;
    border: 1px solid #00000014;
}

.post-archive article.post span.category-links {
    display: none;
}
.blogpost h2 {
    font-family: Lora;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.44px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1rem;
}
.blogpost p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
}
.content-area {
    margin-top: 0;
    margin-bottom: 0;
}
section.blogSection {
    height: 400px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-white {
    color: #fff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}
.blogSection .entry-hero-container-inner {
    background: transparent;
}
section.blogSection::before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
}

section.blogSection h1.page-title.post-home-title.archive-title {
    color: #fff;
}
/* Blog page css end */
/* homepage destination slider css start */
.swiper.destinationSwiper {
    padding-top: 60px;
}

.destinationSwiper .swiper-button-next {
    background-image: url('https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/rightArrow.png');
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
	top: 30px;
}

.destinationSwiper .swiper-button-prev {
    background-image: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/rightArrow.png);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    top: 30px;
    left: auto;
    right: 50px;
}
.destinationSwiper .swiper-button-next::after, .destinationSwiper .swiper-button-prev::after {
	display: none;
}
.destinationSwiper .swiper-slide .imgWrapper img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    max-height: 260px;
	min-height: 260px;
    object-fit: fill;
}
.title_content {
    padding: 1rem;
}
.destinationSwiper  .swiper-slide {
    background: #F8F9FA;
    border-radius: 20px;
		border: 1px solid #00000014;
}
.destinationSwiper  .title_content a {
    width: 140px;
    display: flex;
    gap: 10px;
    border: 1px solid #181D75;
    border-radius: 50px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    color: #181D75;
    text-decoration: none;
}
.destinationSwiper .title_content a:hover {
    background: #181D75;
    color: #fff;
}
.destinationSwiper .title_content a:hover img {
	transform: rotate(45deg);
}
.destinationSwiper .title_content a img {
	transition: 0.5s all ease;
}
.destinationSwiper  .swiper-pagination-fraction {
    bottom: auto;
    top: 14px;
    left: auto;
    width: auto;
    right: 100px;
}
/* homepage destination slider css end */

/* homepage testimonial slider css start */

.testimonialWrapper .sp-testimonial-free-section {
    max-width: 950px !important;
    margin: auto;
}
.logoSlider .swiper-wrapper {
    align-items: center;
}
.sp-testimonial-free {
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.sp-testimonial-client-rating {
    padding-left: 220px;
}
.sp-testimonial-free .sp-testimonial-client-image {
    width: 200px;
    min-width: 200px;
	  position: absolute;
    left: 30px;
}
.sp-testimonial-title {
    display: flex;
}
.sp-testimonial-free .sp-testimonial-client-image img.tfree-client-image.wp-post-image {
    border-radius: 12px;
	width: 199px;
	height: 199px;
}
.sp-testimonial-free .sp-testimonial-client-testimonial {
    text-align: left !important;
    order: 2;
    padding-left: 220px;
		margin-top: 20px;
}
.sp-testimonial-free .sp-testimonial-client-testimonial p {
    text-align: left;
		padding-left: 0px;
}
.sp-testimonial-client-designation {
    text-align: left !important;
    order: 4;
    background-image: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/location.png);
    background-repeat: no-repeat;
    padding-left: 255px !important;
    background-position: 214px center;
}
h4.sp-testimonial-client-name {
    text-align: left !important;
    order: 3;
	background-image: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/userIcon.png);
    background-repeat: no-repeat;
    background-image: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/userIcon.png);
    background-repeat: no-repeat;
    padding-left: 255px !important;
    background-position: 220px center;
}
/* homepage testimonial slider css end */
/* homepage css start */
.outlineButton a, .fillButton a {
	transition: 0.5s all ease;
}
.outlineButton a:hover::after,
.fillButton a:hover::after {
    transform: rotate(45deg);
}
.latestBlogWrap article header .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kt-blocks-post-readmore-wrap {
    margin-top: 15px !important;
}
.latestBlogWrap .kt-blocks-post-readmore-wrap a.kt-blocks-post-readmore::before {
    content: '';
    position: absolute;
    background-image: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/arrowIcon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 32px 32px;
    right: 6px;
    width: 32px;
    height: 32px;
    top: 5px;
		transition: 0.5s all ease;
}
.latestBlogWrap .kt-blocks-post-readmore-wrap a.kt-blocks-post-readmore:hover::before {
    transform: rotate(45deg);
}
.latestBlogWrap .kt-blocks-post-readmore-wrap a.kt-blocks-post-readmore {
	position: relative;
}
.latestBlogWrap article .kt-blocks-post-grid-item-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.latestBlogWrap article {
    background: #F8F9FA;
    border: 1px solid #dddddd !important;
    border-radius: 20px;
}
.outlineButton a {
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
	padding-right: 50px !important;
}

.outlineButton a::after {
    background: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/arrowIcon-1.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    content: '';
    position: absolute;
    right: 10px;
    width: 32px;
    height: 32px;
		transition: 0.5s all ease;
}
.outlineButton a:hover {
    background: #181d75 !important;
    border-color: #181d75 !important;
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
}
.max900 {
    max-width: 900px;
    margin: auto;
    padding: 0 15px;
}
ul.bothButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
	padding-left: 0px;
}
.leftAlign ul.bothButtons {
    display: flex;
    justify-content: flex-start;
}
ul.bothButtons a.outlineBtn {
    display: flex;
    gap: 1rem;
    border: 1px solid #181D75;
    padding: 8px 8px 8px 20px;
    align-items: center;
    text-decoration: none;
    border-radius: 100px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #181D75;
}
ul.bothButtons a:hover img {
	transform: rotate(45deg)
}
ul.bothButtons a img {
		transition: 0.5s all ease;
}
ul.bothButtons a.fillBtn {
    display: flex;
    gap: 1rem;
    border: 1px solid #181D75;
	background-color: #181D75;
    padding: 8px 8px 8px 20px;
    align-items: center;
    text-decoration: none;
    border-radius: 100px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}
#listWrap li {
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid #00000014;
}
/* homepage css end */
.entry.single-entry {
	box-shadow: none !important;
}
.wp-block-kadence-column.tabWrapper {
    padding: 45px !important;
}
.tabWrapper .wp-block-kadence-tab.kt-tab-inner-content {
	padding: 40px 0 0 !important;
}
.fullImg  img {
    width: 100%;
		border-radius: 30px;
}
.tabWrapper .wp-block-columns.is-layout-flex {
    margin-bottom: 0 !important;
}
.site-header-inner-wrap.kadence-sticky-header {
    box-shadow: 0 0 10px rgba(0,0,0,0.13);
background: #fff;
}
ul#primary-menu li a {
    padding: 5px 1rem;
	 border-radius: 50px;
} 
.site-footer p, .site-footer ul li, .site-footer ul li a, .site-footer h3, .site-footer h2 {
    color: #fff;
}
ul.address {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.address li {
    display: flex;
    gap: 1rem;
}
ul.address li span img {
    min-width: 20px;
    height: 20px;
}
.site-footer .site-container {
    padding-left: 75px;
    padding-right: 75px;
}
.site-footer .site-container .site-bottom-footer-inner-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
}
.site-footer {
	margin-top: 80px;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane {
    background: #F8F9FA !important;
	  border-radius: 20px !important;
		border: 1px solid #0000000A !important;
	  padding: 8px;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane button.kt-blocks-accordion-header {
    background: #F8F9FA !important;
		border-radius: 20px !important;
		border: none !important;
		font-weight: 600 !important;
    color: #000 !important;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane .kt-accordion-panel-inner {
    background: #F8F9FA !important;
		border-radius: 0 0 20px  20px !important;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane button.kt-blocks-accordion-header.kt-accordion-panel-active {
    border: none;
}
.contactFormSection .fullRow {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
	align-items: flex-end;
}
.contactFormSection .fullRow .halfRow, .fullRowSingle {
    width: 100%;
}
.contactFormSection .fullRow .halfRow input.wpcf7-form-control,
.contactFormSection .fullRow .fullRowSingle input.wpcf7-form-control  {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    height: 60px;
    padding-left: 20px;
}
.contactFormSection .cf7mls-btns {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
	  align-items: center;
}
button.action-button.cf7mls_next {
    background-image: url('https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/arrow-left.png');
    background-repeat: no-repeat;
    background-position: 135px center;
    width: 180px;
    font-weight: 500 !important;
    border-radius: 12px !important;
	margin: 0px;
	height: 60px;
}
button.action-button {
    font-weight: 500 !important;
    border-radius: 12px !important;
	margin: 0px;
	height: 60px;
}
.contactFormSection form.wpcf7-form .fieldset-cf7mls-wrapper {
    border: 1px solid #00000014;
    border-radius: 30px;
}
.contactFormSection form.wpcf7-form {
    padding: 30px;
}

.contactFormSection fieldset.fieldset-cf7mls.cf7mls_current_fs {
    margin-bottom: 10px;
}
.contactFormSection .cf7mls-btns.cf7mls-btns-last-step {
    position: relative;
    right: 16px;
}
input.wpcf7-form-control.wpcf7-submit {
    background-image: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 135px center;
    width: 180px;
    font-weight: 500 !important;
    border-radius: 12px !important;
    margin: 0px;
    height: 60px;
    background-color: #181d75;
    color: #ffffff;
		margin-left: 1px !important;
}
.cf7mls-btns.cf7mls-btns-last-step {
    margin: -32px;
}
.contactFormSection .fullRow + p {
    margin: 0;
}
.desireWrap .kt-inside-inner-col {
    padding-right: 0;
}

/* our team members css start */
.custom-template-container {
	padding-top: 80px;
}
.title_description {
    max-width: 950px;
    margin: auto;
    text-align: center;
    padding: 0 25px;
}
.title_description h1 {
    font-weight: 400 !important;
}
.title_description p {
    font-size: 20px;
}
.team-members {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
}
.outer-wrap ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.outer-wrap ul li {
    display: flex;
    width: calc(50% - 18px);
    border: 1px solid #181D75;
    border-radius: 12px;
}
.outer-wrap ul li .member-content, .outer-wrap ul li .member-image {
    width: 50%;
}
.member-image img {
    width: 100%;
    border-radius: 0 12px 12px 0;
}
.member-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    text-align: center;
}
.member-content h3 {
    font-family: Lora;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.member-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
a.learn_more img {
    position: absolute;
    right: 8px;
}
a.learn_more:hover img.arrowBlue {
    opacity: 0;
}
a.learn_more:hover img.arrowWhite {
    opacity: 1;
}
a.learn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #181D75;
    padding: 12px 45px 12px 12px;
    border-radius: 50px;
    gap: 1rem;
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		color: #181D75;
	position: relative;
}
a.learn_more img {
		transition: 0.5s all ease-in-out;
}
a.learn_more:hover img {
    transform: rotate(45deg);
}
.pagination {display: flex;justify-content: center;}

.pagination a.page-numbers {
		border: 1px solid #F1F1F1 !important; 
	border-radius: 100px !important;
}
.pagination a.prev.page-numbers, .pagination a.next.page-numbers {
    border: none !important;
}
.pagination  span.page-numbers.current {
    border-radius: 100px;
    background: #181D75;
    border-color: #181D75;
}
/* single member page css start */
.singlePostContentSidebar {
    max-width: 1300px;
    margin: 80px auto 0;
    padding: 0 1rem;
    display: flex;
    gap: 30px;
}
.featureImage img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px;
}
label.name {
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
	font-size: 32px;
	color: #131313;
}
.featureImage {
    display: flex;
    justify-content: center;
    margin: 20px 0 10px;
}
.singlePostContentSidebar .sidebar {
    min-width: 360px;
}
.singlePostContentSidebar .sidebar {
    min-width: 360px;
    background: #F8F9FA;
    border: 1px solid #00000014;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
		height: fit-content;
}
.bg-wrapper {
    background: #F8F9FA;
    border: 1px solid #00000014;
    border-radius: 20px;
    padding: 40px;
}
label.titleWrap {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.96px;
	color: #131313;
}
.postContent .content p {
    font-weight: 500;
}

label.socialTitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.96px;
}
.socialLinks ul {
    list-style: none;
    margin: 1rem 0 0 0;
    display: flex;
    gap: 1rem;
}
.socialLinks {
    margin: 2rem 0;
}
label.travelTitle {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.96px;
    color: #131313;
		display: inline-block;
		margin-bottom: 12px;
}
.sidebarWrap  p {
    font-size: 22px;
	margin-top: 8px;
}
.getTouchWrapper h2 {
    font-family: Lora;
    font-weight: 600;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0px;
}
.getForm textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
    border-radius: 12px;
    resize: inherit;
}
.getTouchWrapper p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.getForm input.wpcf7-form-control {
    border: 1px solid #13131333;
    width: 100%;
    height: 60px;
    border-radius: 12px;
    padding: 20px;
}
.getForm input.wpcf7-form-control[type="submit"] {
    width: 180px;
		padding: 5px;
}
.sliderWrapper {
    margin: 40px 0;
    max-width: 878px;
}
label.sliderTitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.72px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -50px;
}
.sliderWrapper .swiper-button-next::after, .sliderWrapper .swiper-button-prev::after {
		display: none;
}
.sliderWrapper .swiper-button-next {
    background-image: url('https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/rightArrow.png');
    background-repeat: no-repeat;
    width: 35px !important;
    height: 35px !important;
	  top: 25px;
    right: 0px;
}
.sliderWrapper .swiper-button-prev {
    background-image: url(https://geektechportfolio.com/unlocking/wp-content/uploads/2025/04/rightArrow.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    transform: rotate(180deg);
		left: auto;
    right: 50px;
    top: 24px;
}
.sliderWrapper .swiper {
    padding-top: 50px;
}
.profileDetail h5 {
    text-transform: uppercase;
		margin-bottom: 40px;
}
.sidebarWrap h4 {
	text-transform: uppercase;
	font-size: 20px;
}
/* single member page css end */
/* News letter css start */
.emaillist .es-form-field-container {
	background-color: transparent !important;
	padding: 0 !important;
	position: relative;
}
.emaillist .es-form-field-container input.es-email {
    width: 100%;
		border-radius: 100px;
    padding-left: 20px !important;
}
.emaillist .es-form-field-container input#ivrac {
    background: linear-gradient(180deg, #FBCA3B 0%, #F79538 100%);
    border: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 100px;
    width: 95px;
    position: absolute;
    top: 3px;
    right: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
}
/* News letter css end */
p:empty {
  display: none;
}

/* Toggle css start */
    .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1000;
            top: 0;
            right: 0;
            background-color: #181D75;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
            border-radius: 24px;
            
        }
        .addressWrapper {
            margin-top: 60px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .sidenav  .addressWrapper p {
            width: 80%;
            white-space: normal;
            line-height: 160%;
            margin-bottom: 0;
        }
        .sidebarInner {
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 0 40px 40px 40px;
        }
        .sidenav a, .sidenav p {
            text-decoration: none;
            color: #fff;
            display: block;
            transition: 0.3s;
            font-family: Montserrat;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
        }
        .addressWrapper label {
            font-family: Montserrat;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            color: #F5F5F5;
        }
        .sidebarInner ul {
            margin: 0;
            display: flex;
            list-style: none;
            gap: 1rem;
            white-space: nowrap;
        }
        .sidenav a:hover {
            color: #f1f1f1;
        }
        .addressWrapper a, .addressWrapper p {
            margin: 12px 0 30px 0;
            white-space: nowrap;
        }
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            cursor: pointer;
        }

        #sidebar-toggle {
			margin-top: 10px;
            cursor: pointer;
            padding: 10px;
            display: inline-block;
        }
/* Toggle CSS End */
.request-a-trip-quote .content-area {
    margin: 0;
}
.foundersWrap figure.wp-block-image img {
    width: 100%;
	height: 100%;
    object-fit: fill !important;
}
.abuotVideo video {
    border-radius: 20px;
}

span.border-bottom {
    border-bottom: 1px solid #000;
}
.privacy-policy .entry-hero-container-inner {
    background: transparent;
}
#colophon .footer-navigation .footer-menu-container > ul li.current-menu-item > a {
    color: #898989!important;
}
p.noFound {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 40px 0;
}

/* header submenu css start */
.header-navigation ul ul li.menu-item>a {
    white-space: nowrap;
    width: 300px !important;
    color: #1a202c !important;
    font-size: 14px !important;
    margin: 5px 0;
}

ul.sub-menu {
    background: #fff !important;
		padding: 5px !important;
		border-radius: 12px;
}
.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a, .header-navigation .header-menu-container ul ul li.menu-item > a:hover {
		background: #181d75 !important;
		color: #fff !important;
}
/* header submenu css end */
h4.related-post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-post-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
button.shareBtn:hover {
    background: transparent;
    opacity: 0.7;
    color: #131313;
}
/* Media Query start */
@media screen and (min-width: 768px) {
#mobile-scenario-content {
	display: none !important;
}
}
@media only screen and (max-width: 1350px) {
ul#primary-menu li a {
    padding: 5px 0.5rem;
	font-size: 14px;
}	
.singlePostContentSidebar {
	max-width: 1070px;
}
.sliderWrapper {
    max-width: 648px;
}
label.titleWrap, label.travelTitle, label.sliderTitle, .getTouchWrapper h2 {
    font-size: 32px;
}
.site-footer .site-container {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media only screen and (max-width: 1300px) {
section.destinationBanner {
    height: 500px;
}
section.destinationBanner h1 {
    font-size: 42px;
}
section.destinationBanner p {
    font-size: 18px;
}
.posts_title h2 {
    font-size: 38px;
    line-height: 120%;
}
}
@media only screen and (max-width: 1200px) {
.site-main-header-wrap .site-header-row-container-inner>.site-container {
    padding: 10px 15px 10px 15px !important;
}
.site-footer-row.site-footer-row-columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.request-a-trip-quote .banner {
    min-height: 400px !important;
}
label.name {
    font-size: 26px;
}
.sidebarWrap  p {
    font-size: 18px;
}
.about-us .content-area {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.custom-template-container {
    padding-top: 30px;
}
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
	.about-us h2 {
		font-size: 42px !important;
	}
}

@media only screen and (max-width: 1100px) {
ul#primary-menu li a {
	font-size: 14px;
}
.singlePostContentSidebar .sidebar {
    min-width: 260px;
    padding: 15px;
}
.singlePostContentSidebar {
		max-width: 970px;
	  margin: 20px auto 0;
}
.sliderWrapper {
    max-width: 648px;
}	
.bg-wrapper {
    padding: 20px;
}
label.titleWrap, label.travelTitle, label.sliderTitle, .getTouchWrapper h2 {
     font-size: 24px;
}
.tabWrapper h2.wp-block-heading {
    font-size: 40px !important;
    margin-bottom: 0;
}
.tabWrapper .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex p {
    font-size: 14px !important;
}	
.contactFormSection h2 {
    font-size: 42px !important;
    margin-bottom: 10px;
}
.accordionWrapper h2 {
    font-size: 42px !important;
    padding: 0 15px;
}
.calculatorSection  h2 {
    font-size: 32px !important;
}
.calculatorSection h2.mediumTitle {
    font-size: 22px !important;
}
.calculatorSection  .kt-inside-inner-col {
    padding: 0 20px;
}
div#scenario-content h3, .custom-number h3 {
    font-size: 16px !important;
}
div#scenario-content span, .custom-number span {
    font-size: 35px !important;
    line-height: 40px !important;
}
.privacy-policy h1 {
    font-size: 42px;
}
.getTouchWrapper p {
    font-size: 16px;
}
.site-middle-footer-inner-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
}
@media only screen and (max-width: 1050px) {
.join-us .tabWrapper {
    padding: 15px !important;
}
.join-us .tabWrapper a.kt-tab-title {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 10px !important;
}
.calculatorSection .kt-inside-inner-col {
   padding: 0 5px;
}	
.tab-button .tab-image {
    width: 100% !important;
		height: auto !important;
}
}
@media only screen and (max-width: 1050px) and (min-width: 1024px) {
ul.address li a, ul.address li {
    font-size: 12px;
}
}
@media only screen and (max-width: 1024px) {
.entry-content-wrap {
   padding: 0 !important;
}
.single-post .custom-single-banner {
    height: 280px;
}
.single-post .custom-single-banner h1 {
    font-size: 52px;
}
.home .banner  p br {
    display: none;
}
.expertiseSection .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
    flex-wrap: wrap !important;
    display: flex;
    justify-content: center;
}
.expertiseSection .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .is-layout-flow.wp-block-column-is-layout-flow {
    width: calc(50% - 32px) !important;
	flex-basis: calc(50% - 32px) !important;
}	
.single.single-post article.post h1.entry-title {
    font-size: 32px;
}
aside.primary-sidebar {
    margin-top: 2rem;
}
.entry-related-inner h2.entry-related-title {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}
.entry-related-inner .loop-entry .entry-content-wrap {
     padding: 0.5rem;
}
section.event-banner h1 {
    font-size: 42px;
}
.eventContentWrapper h1 {
    font-size: 32px;
    line-height: 120%;
}
.request-a-trip-quote .entry-content-wrap, .about-us .entry-content-wrap {
    padding: 0 2rem;
}
.request-a-trip-quote .banner h1, section.topBanner .bannerContent h1 {
    font-size: 52px;
    margin-bottom: 0;
}
.posts_title  p {
    font-size: 16px;
    line-height: 140%;
}	
.posts_title h2 {
    font-size: 28px;
}
section.destinationBanner {
     height: 400px;
}
.destinationContent, section.postsWrapper {
    margin-top: 40px;
}
.UpcomingEventBlocks ul li, .pastEventBlocks ul li {
    width: calc(50% - 12px);
}
.UpcomingEventBlockWrapper, .pastEventBlockWrapper, .allEvents .mostRecentEvent {
    padding: 40px 0;
}
.mostRecentEvent .eventContent {
    padding: 20px;
    gap: 1rem;
}
.mostRecentEvent .eventContent .dateWrap {
    min-width: 70px;
    height: 70px;
}
.eventContent .dateWrap label span {
    font-size: 18px;
}
.eventContent .dateWrap label strong {
    font-size: 28px;
}
.footer-widget-area.content-align-right .footer-navigation, .footer-widget-area.content-align-right .footer-navigation .menu {
    justify-content: center !important;
}
.site-bottom-footer-inner-wrap .footer-html-inner {
    text-align: center;
}
.sidebarWrap p {
    font-size: 14px !important;
}
.site-main-header-inner-wrap {
    min-height: 80px !important;
}
}
@media only screen and (max-width: 999px) {
.singlePostContentSidebar {
    max-width: 800px;
    gap: 15px;
}	
.sliderWrapper {
    max-width: 478px;
}	
.destinationSection p.max900 {
    font-size: 16px !important;
}
}
@media only screen and (max-width: 950px) {
.member-content h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}
.member-content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}
.outer-wrap ul {
    gap: 1rem;
}
.custom-template-container {
    padding-top: 20px;
}
.title_description h1, .newsletter  h1, .search.search-results h1.page-title.search-title {
    font-size: 42px !important;
}
.title_description p {
    font-size: 16px !important;
}	
}
@media screen and (max-width: 800px) {
.singlePostContentSidebar {
    max-width: 800px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.sliderWrapper {
    max-width: 100%;
}
label.sliderTitle {
	margin: 0px;
}	
}
@media screen and (max-width: 767px) {
.site-branding a.brand img {
    max-width: 75px !important;
}
.sidebarInner {
    padding: 0 15px 15px 15px;
}
.entry-content-wrap {
    padding-top: 0 !important;
}
.expertiseSection .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
 	gap: 10px !important;
}
.expertiseSection  span.kt-blocks-info-box-link-wrap {
    padding: 10px;
}
.home .banner  h1 br {
    display: none;
}
.home .banner  h1 {
    line-height: 1;
}
ul.bothButtons {
    flex-direction: column;
	padding-left: 0px !important;
}
.site-main-header-inner-wrap {
    min-height: 80px !important;
}
.banner {
    min-height: 490px !important;
}
.banner  h1 {
    font-size: 32px;
}
.banner  p {
    font-size: 16px !important;
    margin-bottom: 0;
}
body h2 br {
	display: none;	
}
h2 {
    font-size: 30px !important;
    line-height: 1.3;
}
.swipeOnIpadMobile  .kt-row-column-wrap {
    display: flex;
    flex-direction: column-reverse;
}
.outer-wrap ul li {
    width: 100%;
}
.member-content h3 {
    font-size: 20px;
    line-height: 24px;
}
body .is-layout-flex.icon_text .wp-block-column.is-layout-flow:first-child {
    width: 50px !important;
    flex-basis: 50px !important;
}
body .is-layout-flex.icon_text {
    flex-wrap: nowrap !important;
}
.tabWrapper .wp-block-kadence-tab.kt-tab-inner-content {
    padding: 20px 0 0 !important;
}
.tabWrapper .wp-block-kadence-tabs .kt-tabs-title-list {
    gap: 8px;
}
.contactFormSection form.wpcf7-form {
    padding: 15px;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane button.kt-blocks-accordion-header {
    font-size: 16px;
    padding: 5px;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane .kt-accordion-panel-inner {
    padding: 5px;
    font-size: 14px;
}
.contactFormSection h2, .accordionWrapper h2 {
    font-size: 28px !important;
}
.tabWrapper h2.wp-block-heading {
   font-size: 28px !important;
}
.halfRow label {
    font-size: 14px;
}
.contactFormSection .fullRow {
    flex-direction: column;
}
.calculatorSection .tab-container {
    display: none;
}
.calculatorSection .tab-button-mobile {
    width: 100%;
}
.calculatorSection .tab-button-mobile .tab-image {
    width: 100%;
    height: auto;
}
.sliderCalculatorWrapper {
    overflow: hidden;
	margin-bottom: 1rem;
}
.calculatorSection #mobile-scenario-content h3 {
    font-family: 'Montserrat';
    font-weight: 500;
	 margin-top: 1.5rem;
	margin-bottom: 0px;
	font-size: 20px;
}
div#scenario-content span, .custom-number span {
   font-size: 28px !important;
   line-height: 32px !important;
}
.custom-number {
    margin-top: 1.5rem;
}
.site-footer {
    margin-top: 40px;
}
.sp-testimonial-free .sp-testimonial-client-image {
    width: 100px;
    min-width: 100px;
}
.sp-testimonial-free .sp-testimonial-client-testimonial, .sp-testimonial-client-rating {
    padding-left: 120px !important;
}	
h4.sp-testimonial-client-name {
    padding-left: 150px !important;
    background-position: 120px center;
}
.sp-testimonial-client-designation {
    padding-left: 150px !important;
    background-position: 114px center;
}
.utmTravelSection .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    padding-left: 0 !important;
}	
.utmTravelSection p.kt-blocks-info-box-text {
    font-size: 15px !important;
}
.utmTravelSection ul#listWrap {
    padding-left: 10px;
}
.post-archive article.post .entry-meta.entry-meta-divider-dot {
    top: -45px;
}
section.blogSection h1.page-title.post-home-title.archive-title, section.topBanner .bannerContent h1 {
    font-size: 42px;
    line-height: 1;
}
section.blogSection .max900.text-white {
    margin: 20px auto 0;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
}
.single.single-post article.post h1.entry-title {
    font-size: 26px !important;
}
.single-post .content-area {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.single-post .custom-single-banner h1 {
   font-size: 32px;
}
section.event-banner {
    height: 300px;
}
.eventContentWrapper h1 {
    font-size: 26px;
}
.event-template-single-event .single-content p, .event-template-single-event .single-content ul li .event-template-single-event .single-content a,
.event-template-single-event .contactFormSection .form_title p, .event-template-single-event ul li {
    font-size: 14px;
}
.eventContentWrapper {
    padding: 30px 0 0;
}
.agencyTitle label {
    font-size: 14px;
    line-height: 20px;
}
.request-a-trip-quote .entry-content-wrap, .about-us .entry-content-wrap {
    padding: 0 1rem;
}
.privacy-policy h1 {
    font-size: 28px;
}
section.destinationBanner {
     height: 250px;
}
section.destinationBanner h1 {
    font-size: 28px;
}
section.destinationBanner p {
   font-size: 14px;
   margin-bottom: 0;
}
h4.related-post-title {
    font-size: 18px;
    line-height: 120%;
}
.related-post-excerpt p {
    font-size: 14px;
}
.related-posts .related-post {
    width: calc(50% - 24px);
}
.UpcomingEventBlockWrapper, .pastEventBlockWrapper, .allEvents .mostRecentEvent {
    padding: 20px 0;
}
.mostRecentEventInner {
    padding: 0 10px;
}
label.name {
    font-size: 22px;
}
p.max900 {
    font-size: 1rem !important;
}
.latestBlogWrap .wp-block-columns.is-layout-flex {
    margin-bottom: 0px !important;
}
.latestBlogWrap {
    margin: 30px 0 0 0 !important;
}
section.faqWrapperHome {
    margin: 20px 10px;
}
.allDestinations .kt-row-column-wrap {
    padding-bottom: 0 !important;
}
.search-archive article .entry-content-wrap {
    padding: 15px !important;
}
.travelTipSection .wp-block-kadence-column {
    margin-top: 0px !important;
}
.travelTipSection {
    padding: 0 15px !important;
}
#listWrap li {
    font-size: 14px;
}
.utmTravelSection .kt-row-column-wrap.kb-theme-content-width {
    padding: 15px;
}
.utmTravelSection {
    padding: 0 15px;
}
.swiper.destinationSwiper {
    padding-left: 10px;
    padding-right: 20px;
}
.testimonialWrapper  .kt-inside-inner-col {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.expertiseSection h2.kt-blocks-info-box-title {
    margin-bottom: 0px;
}
.latestBlogWrap .kt-row-column-wrap.kb-theme-content-width {
    padding-left: 15px;
    padding-right: 15px;
}
.accordionWrapper .wp-block-kadence-pane.kt-accordion-pane button.kt-blocks-accordion-header strong {
    font-weight: 600;
}
footer section.widget.widget_block {
    margin-bottom: 10px;
}
.site-footer .site-container {
    padding-left: 15px;
    padding-right: 15px;
}
.site-footer .site-container .site-middle-footer-inner-wrap {
    padding: 20px 0 15px;
}
.site-footer p {
    font-size: 14px;
}
section.reviewTestimonialSection {
    padding: 0 15px;
}
.expertiseSection .kt-mobile-layout-row.kt-row-valign-top {
    padding-bottom: 0;
}
.about-us p, .title_description p, .request-a-trip-quote p, .join-us ul li, .join-us p, .terms-of-use p,
.terms-of-use ul li, .terms-conditions p, .terms-conditions ul li, .site-map p, .site-map  ul li, .privacy-policy p, 
.privacy-policy ul li, .single.single-post p {
    font-size: 14px !important;
}
.single.single-post .entry-related-inner-content.alignwide {
    padding-bottom: 0;
	padding-top: 0;
}
.equationSection span.kt-blocks-info-box-link-wrap.info-box-link {
    padding: 0px;
}
iframe#LeadsFrame {
    padding-top: 0 !important;
}
.about-us .content-area {
    margin-bottom: 0;
}
.our-team .title_description h1 {
    font-size: 30px !important;
	margin-bottom: 10px !important;
}
.wp-block-kadence-column.kadence-column7_11036b-eb,
.wp-block-kadence-column.kadence-column7_a6184d-8d {
    display: none;
}
.title_description p:empty {
  display: none;
  margin: 0px !important;
}
.title_description p {
  margin: 0px !important;
}
.getForm input.wpcf7-form-control[type="submit"] {
    width: 160px;
    height: 50px;
    border-radius: 8px !important;
    background-position: 125px center;
}
.getForm input.wpcf7-form-control {
    height: 45px;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
}
.getForm textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
}
.contactFormSection .fullRow .halfRow input.wpcf7-form-control, .contactFormSection .fullRow .fullRowSingle input.wpcf7-form-control {
    width: 100%;
    border-radius: 8px;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
}
form.wpcf7-form  label {
    padding-bottom: 8px !important;
}
.contactFormSection .fullRow {
    margin-bottom: 20px;
}
button.action-button.cf7mls_next {
    border-radius: 8px !important;
    height: 52px;
}
.calculatorSection  h2 {
    font-size: 24px !important;
}
h2.wp-block-heading.mediumTitle {
    font-size: 20px !important;
    text-align: center;
}
.calculatorSection+ div {
    margin-top: 10px;
}
.calculatorSection  {
	margin-bottom: 0px !important;
}
h1 {
    font-size: 32px !important;
}
.single.single-post article.post.content-bg { 
	padding: 5px 15px;
}
.post-navigation .nav-next a, .post-navigation .nav-previous a {
    font-size: 14px;
}
}
@media screen and (max-width: 575px) {	
.blogpost {
    padding: 30px 0 10px 0;
}	
.blogpost p {
    font-size: 16px;
    line-height: 140%;
}
section.blogSection {
    height: 260px;
}
.utmTravelSection h2 br {
	display: none;
}
.sp-testimonial-free .sp-testimonial-client-image {
    width: 200px;
    min-width: 200px;
    position: inherit;
    margin: auto;
}
.sp-testimonial-free .sp-testimonial-client-testimonial, .sp-testimonial-client-rating {
    padding-left: 0px !important;
		text-align: center;
}	
 h4.sp-testimonial-client-name {
   padding-left: 30px !important;
   background-position: 0px center;
}
.sp-testimonial-client-designation {
  padding-left: 30px !important;
  background-position: -3px 5px;
}	
.sp-testimonial-free {
    padding: 15px;
}
.sp-testimonial-free-section .sp-testimonial-client-rating {
    justify-content: center !important;
}
.event-template-single-event .contactFormSection .wpcf7.js {
    padding: 10px;
}
section.event-banner {
    height: 250px;
}
.event-template-single-event .single-content h3 {
    font-size: 18px;
    margin: 0.2rem 0;
}
.event-template-single-event .contactFormSection .form_title h2 {
    font-size: 22px !important;
}
.destinationContent, section.postsWrapper {
    margin-top: 20px;
}
.UpcomingEventBlocks ul li, .pastEventBlocks ul li {
    width: 100%;
}
section.topBanner {
    height: 350px;
}
.expertiseSection .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .is-layout-flow.wp-block-column-is-layout-flow {
    width: calc(100% - 1rem) !important;
	flex-basis: calc(100% - 1rem) !important;
}
h2 {
    font-size: 24px !important;
}
.site-footer-wrap h2 {
    font-size: 20px !important;
}
body #colophon .footer-navigation .footer-menu-container > ul li a, 
.site-footer .site-info-inner p {
    font-size: 12px !important;
    padding: 2px 10px !important;
}
footer .widget_nav_menu ul.menu li a {
    text-transform: capitalize !important;
    font-size: 14px;
}
.contactFormSection h2 {
    font-size: 24px !important;
}	
}
@media screen and (max-width: 480px) {
.single.single-post .entry-taxonomies {
    padding-top: 5px;
}
p.max900 {
    font-size: 14px !important;
}
.site-footer {
    margin-top: 30px;
}
.home .banner p {
    font-size: 14px !important;
    margin-bottom: 1rem;
}
.banner {
    min-height: 420px !important;
}
.entry-content-wrap {
   padding: 0.5rem;
}
.member-content {
    padding: 0 0.2rem;
}
.member-content h3 {
    font-size: 16px;
    line-height: 20px;
}
.member-content p {
    font-size: 12px;
    line-height: 16px;
}
.tabWrapper .kt-tab-title-active .kt-tab-title {
    background: #181d75 !important;
		justify-content: center;
}
li.kt-title-item.kt-tab-title-inactive a.kt-tab-title {
    display: flex;
    justify-content: center;
    background-color: #eee !important;
}
.wp-block-kadence-tabs .kt-tabs-title-list {
    flex-direction: column;
}
.contactFormSection fieldset.fieldset-cf7mls.cf7mls_current_fs {
    padding: 10px;
    margin-bottom: 0;
}
.contactFormSection .cf7mls-btns {
    flex-direction: column;
}
.contactFormSection .cf7mls-btns button {
    margin: 0 !important;
    width: 100%;
}
button.action-button.cf7mls_next {
    background-position: 85% center;
}
a.learn_more {
    padding: 10px 45px 10px 8px;
    gap: 5px;
    font-size: 12px;
}
section.event-banner h1 {
    font-size: 32px;
}
.request-a-trip-quote .banner {
    min-height: 250px !important;
}
.request-a-trip-quote .banner h1 {
    font-size: 28px;
    margin-bottom: 0;
}
.privacy-policy .entry-hero.page-hero-section .entry-header {
    min-height: auto;
    padding: 30px 0 0 0;
}
.privacy-policy ul.wp-block-list {
    padding-left: 15px;
}
.privacy-policy .entry-content-wrap {
    padding: 1.5rem 10px;
}
.related-posts .related-post {
    width: 100%;
}
.mostRecentEvent .eventContent {
    flex-direction: column-reverse;
    align-items: flex-start;
}
section.destinationBanner {
    padding-left: 0px;
	padding-right: 0px;
}
}



#colophon .footer-navigation .footer-menu-container > ul li a {
    font-style: normal;
    font-size: 14px;
    padding: 8px !important;
}

ul.address li a {
    text-decoration: none !important;
}

.foundersWrap figure.wp-block-image img {
    width: 100%;
	height: 100% !important;
    object-fit: fill !important;
}

.member-image img {
    width: 100%;
    border-radius: 0 12px 12px 0;
    height: 100% !important;
    object-fit: cover !important;
}
.menu-item-2461.current-menu-item a {
    background: transparent !important;
    color: #4a5568 !important;
}

.sidebarWrap h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.sidebarWrap p {
    font-size: 18px;
    margin-top: 8px;
}


