/*********** Hero ***********/
.home-style-banner {
	position: relative;
	height: 752px;
	z-index: 3;
}
.home-style-banner {
	opacity: 0;
	transition: opacity 0.1s ease;
}
.home-style-banner.ready {
	opacity: 1;
}
.home-style-banner .credit {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
	opacity: .7;
}
.home-banner-img {
  	position: relative;
  	width: 100%;
  	height: 752px; /* or set height in px */
  	overflow: hidden;
}
.home-banner-img img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	display: block;
}
.home-style-banner {
	overflow: hidden; /* Prevent stacking flash */
	visibility: hidden; /* Hide whole section until ready */
}
.home-style-banner.ready {
	visibility: visible;
	overflow: visible;
}
#banner-5 img {
	object-position: center 10% !important;
}
@media (min-width: 400px) and (max-width: 1024px) {
	.home-banner-img {
		display: none;
	}
	.home-banner-img:first-child {
		display: block;
	}
	.home-style-banner.slider-initialized .home-banner-img {
		display: block;
	}
	.hero-mobile img {
		height: 650px !important;
		position: relative;
		width: 100%;
		height: 752px;
		overflow: hidden;
		object-fit: cover;
    	display: block;
	}
}
@media (max-width: 768px) {
	.home-style-banner, .home-banner-slider .slick-list, .home-banner-img {
		height: 650px !important;
	}
	.home-banner-slider .home-banner-img:not(:first-child) {
        display: none !important;
    }
}

/*********** Explore World ***********/
.explore-world {
	position: relative;
}
.explorebg {
  	position: relative;
  	width: 100%;
  	height: 80vh;
  	min-height: 1600px;
  	overflow: hidden;
}
.explorebg img {
    width: 100%;
	height: 100%;
  	object-fit: cover;
  	object-position: center bottom;
  	display: block;
}
.explorebg::after {
  	content: "";
  	position: absolute;
  	top: -1px;
  	left: -1px;
  	width: calc(100% + 2px);
  	height: 500px;
  	opacity: 1;
  	transition: 0.2s ease-in-out;
  	z-index: 2;

  background: linear-gradient(
    180deg,
    rgba(251, 245, 238, 1) 0%,
    rgba(251, 245, 238, 1) 20%,
    rgba(251, 245, 238, 0.5) 53%,
    rgba(251, 245, 238, 0) 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% 500px,
    calc(100% - 55px) 500px,
    calc(100% - 55px) 57px,
    55px 57px,
    55px 500px,
    0 500px
  );
}
.explore-content {
   	position: absolute;
  	top: 0;
  	left: 50%;
  	transform: translateX(-50%); /* only center horizontally */
  	z-index: 2;
  	text-align: center;
  	color: #fff;
  	max-width: 1140px;
	width: 1140px;
}
.explore-world h1, .explore-world .subhead, .explore-world h1 a {
    font-family: 'BrandonGrotesqueBold';
    text-transform: uppercase;
    color: #d86568;
    font-size: 14px;
    letter-spacing: .16rem;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 45px;
    margin-left: 0px !important;
}
.explore-world .explore-content::after {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
	height: 97px;
  	background-image: url(../png/header-tab.png);
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: contain;
  	display: block;
  	z-index: -1; /* Make sure it sits behind the text */
}
.explore-world h1 span {
    font-family: 'PoppinsRegular';
    font-size: 16px;
    color: #d7d3c3;
    margin: 0 12px;
    letter-spacing: -.2rem;
    margin-top: 5px;
}
.explore-world .introduction {
    padding-top: 230px;
	position: absolute;
  	top: 0;
  	left: 50%;
  	transform: translateX(-50%); /* only center horizontally */
  	z-index: 0;
  	text-align: center;
  	color: #fff;
  	max-width: 1140px;
	width: 1140px;
}
.explore-world .webelieve-svg {
    text-align: right;
}
.explore-world .webelieve-text {
    border-left: solid 1px #b8cac2;
    padding-left: 50px;
    margin-left: 40px;
    text-align: left;
}
.explore-world .webelieve-text a {
	color: #459893;
}
.explore-world .introduction p {
    line-height: 33px;
    color: #4c4749;
    font-size: 18px;
    letter-spacing: .05rem;
    margin-bottom: 0px;
}
.circle-overlay {
  	position: absolute;
    bottom: -73px;
    left: 20%;
  	transform: translateX(-50%);
  	z-index: 5;
  	pointer-events: none;
}
.top-list {
	opacity: 0;
	transition: opacity 0.5s ease 0.3s;
	position: absolute;
	top: 640px;
	right: 140px;
	width: 210px;
	height: 266px;
	z-index: 5;
}
.home-style-banner.ready .top-list {
	opacity: 1;
	transform: translateY(0);
}
.explore-content a {
    margin: 0 23px;
}
.explore-content img {
    height: 10px;
	width: 6px;
	margin-top: -4px;
	margin-left: 10px;
}
.explore-content svg g path {
    fill: none;
    stroke-width: 1;
    stroke: #d05b68;
}
@media (min-width: 1800px) {
	.explorebg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center 60%;
		display: block;
	}
}
@media (max-width: 1350px) {
    .top-list {
        right: 75px !important;
        top: 520px !important;
    }
}
@media (max-width: 1200px) {
	.explore-world .introduction {
		max-width: 920px !important;
		width: 920px !important;
	}
	.explore-world .introduction p {
		line-height: 28px;	
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
    .explore-world .divider, .explore-world .subhead {
        display: none;
    }
	.explore-content a {
		margin: 0;
	}
	.explore-world h1 {
        margin-top: 28px;
    }
	.explore-world .explore-content::after {
        background-image: url(../png/header-tab-small.png);
        height: 70px;
    }
	.explorebg:after {
       clip-path: polygon(0 0, 100% 0, 100% 500px, calc(100% - 32px) 500px, calc(100% - 32px) 34px, 33px 34px, 33px 500px, 0 500px);
    }
	.explore-world .webelieve-svg, .explore-world .webelieve-text {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
	.explore-world .webelieve-text {
        border-left: 0;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
        padding-top: 30px;
    }
	.explore-world .introduction p {
        line-height: 28px;
        font-size: 16px;
    }
	.explore-world .introduction {
        padding-top: 155px;
        text-align: center;
    }
}
@media (max-width: 990px) {
    .explore-world .introduction p {
        line-height: 24px;
        font-size: 15px;
    }
	.circle-overlay {
		display: none;
	}
	.top-list {
		right: 75px !important;
    	top: 520px !important;
   	}
}
@media (max-width: 768px) {
	.top-list {
		right: 10px !important;
    	top: 415px !important;
		transform: scale(80%, 80%)
   	}
	.explore-world .introduction .webelieve-text {
        display: none;
    }
	.explorebg {
		min-height: 950px;
	}
	.explore-world .introduction .svgbutton {
        transform: scale(85%, 85%);
    }
	.explore-world .introduction {
        padding-top: 125px;
    }
}
@media only screen and (max-width: 640px) {
    .explorebg::after {
		height: 400px;
		        clip-path: polygon(0 0, 100% 0, 100% 400px, calc(100% - 23px) 400px, calc(100% - 23px) 25px, 24px 25px, 24px 400px, 0 400px);
		);
	}
}
@media (max-width: 500px) {
    .explore-world .introduction .svgbutton {
        transform: scale(70%, 70%);
    }
	.explore-world .introduction {
        padding-top: 100px;
		padding-bottom: 100px;
    }	
}

/*********** Family Travel Blog ***********/
.family-travel-blog-sec {
    padding-top: 90px;
    position: relative;
	background: #fff;
}
.family-travel-blog-sec .justify-content-between {
    justify-content: center !important;
    text-align: center;
}
.title-taxlanding {
    margin-bottom: 56px;
}
.family-travel-blog-sec .title-taxlanding h2 {
    margin-bottom: 20px !important;
    font-size: 70px;
	display: inline-block;
	padding-bottom: 30px;
}
.family-travel-blog-sec .title-taxlanding h2 .svgbutton {
	vertical-align: baseline;
	margin-right: 20px;
	margin-bottom: -5px;
	max-width: 65px;
	max-height: 65px;
}
.family-travel-blog-sec .primary-btn:hover {
	color: #b14244;
	background-color: #fff;
}
.family-travel-blog-sec .title-taxlanding p {
    max-width: 750px;
    margin-bottom: 50px;
	font-size: 1.7rem;
	letter-spacing: .05rem;
	line-height: 1.7;
}
.travel-blog-block {
    position: relative;
}
.travel-block-inner {
    padding-bottom: 100px;
}
.big-blog-block {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 380px);
    width: 100%;
    padding-right: 20px;
    text-align: center;
}
.big-blog-block figure {
    position: relative;
	width: 100%;
	aspect-ratio: 16 / 9; /* Enforces a responsive aspect ratio */
	overflow: hidden;
	margin-bottom: 16px;
	border-radius: 15px;
}
.big-blog-block img {
 	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 15px;
}
/* Optional fallback for browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 16 / 9) {
    .big-blog-block figure {
        height: auto;
        padding-top: 56.25%; /* 16:9 ratio fallback */
        position: relative;
    }
    .big-blog-block figure > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.big-blog-block figcaption.bottom {
    bottom: 2rem !important;
}
.big-blog-block figcaption.right {
    font-size: 1.25rem;
}
.big-blog-block figcaption.right {
    right: 1rem !important;
    text-align: right !important;
}
.big-blog-block figcaption {
    position: absolute;
    z-index: 1;
    width: 40%;
    line-height: 1.25;
    max-width: none;
    height: auto;
    background: none;
    margin: 0;
    box-shadow: none;
    transform: translateY(100%);
    color: #000;
    text-shadow: none;
}
.big-blog-block figcaption {
    display: none;
}
.big-blog-block .blog-curve {
    position: absolute;
   	left: 0;
    right: 0;
    bottom: -1px;
    height: 36px;
    width: 157px;
    margin: 0 auto;
}
.big-blog-block .blog-curve .svgbutton  {
	width: 157px;
	height: 36px;
}
#alm-scroll-container {
    overflow: hidden;
    overflow-y: auto;
    max-height: 570px;
}
.small-blog-block {
    height: 700px;
	max-width: 375px;
	width: 375px;
   	vertical-align: top;
}
.alm-reveal {
    margin-top: 25px;
}
.alm-reveal:first-of-type {
    margin-top: 0px;
}
.small-blog-block .single-blog {
    background-color: #e7ebe7;
    margin-bottom: 15px;
	max-width: 350px;
	background-image: url('../svg/icon-blogarrow.svg');
	background-position: 94% 90%;
	background-repeat: no-repeat;
	background-size: 20px 17px;
}
.small-blog-block .single-blog a {
   	display: flex;
	align-items: center;
}
.small-blog-block .single-blog figure {
    min-height: 18rem;
    width: 100%;
    background-size: cover;
	max-width: 170px;
    margin: 0;
}
.small-blog-block .single-blog .right-text {
    padding: 10px 14px 25px;
    max-width: calc(100% - 170px);
    width: 100%;
}
.small-blog-block .single-blog span {
    color: #457f7e;
    text-transform: uppercase;
    font-family: 'BrandonGrotesqueBold', sans-serif;
    font-weight: bold;
    letter-spacing: .5px;
    line-height: 1.1;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
}
.small-blog-block .single-blog span:before {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    height: 2px;
    background-color: #c0d4cc;
    width: 35px;
    content: " ";
}
.small-blog-block .single-blog h4 {
    font-size: 15px;
    line-height: 22px;
	color: #56504e;
    font-family: 'PoppinsBold', sans-serif;
    margin: 0;
	letter-spacing: .03rem;
}
.alm-listing .alm-reveal:after {
    clear: both;
    content: "";
    display: table;
    height: 0;
}
.ajax-load-more-wrap.infinite.fading-circles>.alm-btn-wrap .alm-load-more-btn {
    background-image: url(../gif/ciao-loader.gif) !important;
}
.smallscreen {
    display: none;
}
.tips-travelling {
    padding-bottom: 115px;
}
.family-travel-blog-sec .tips-title {
    padding-top: 30px;
	border: 0;
    margin-top: 0;
	width: 100%;
    display: inline-block;
    position: relative;
}
.family-travelling .tips-title h2 {
    text-align: center;
    margin: 0 0 30px;
    letter-spacing: .2px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'BrandonGrotesqueBold', sans-serif;
}
.tips-block {
    width: 100%;
}
.tips-block ul {
    list-style: none;
    margin: 0 -4px;
    padding: 0;
    display: flex;
}
.tips-block ul li {
    list-style: none;
    margin: 0;
    padding: 0 4px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
body .subtle-shadow {
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.tips-block a {
    background-color: #d4e0dc;
    font-size: 15px;
    color: #56504e;
    text-transform: uppercase;
    font-family: 'BrandonGrotesqueBold', sans-serif;
    font-weight: bold;
    letter-spacing: .4px;
    padding: 25px 0;
    width: 100%;
    text-align: center;
    position: relative;
}
.tips-block a:before {
    position: absolute;
    content: "";
    border: 9px solid #e1e9e7;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.tips-block a:hover {
    background-color: #D4E0DC;
	color: #b14244;
}
.tips-block a:hover:before {
    border: 2px solid rgba(255, 255, 255, 0.6);
    top: 9px;
    bottom: 9px;
    right: 9px;
    left: 9px;
}
#alm-scroll-container::-webkit-scrollbar {
    width: 1.2em;
}
#alm-scroll-container::-webkit-scrollbar-thumb {
    background-color: #d4e0dc;
    border-radius: 10px;
}
#alm-scroll-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #f3f6f5;
    border-radius: 10px;
}
.title-taxlanding a {
    display: inline-block;
}
.big-blog-text h3 {
	font-size: 43px;
    color: #56504E;
    font-family: 'BodoniModaBold', serif;
    line-height: 47px;
    margin-bottom: 30px;
	margin-top: 30px;
    letter-spacing: -0.03em;
	width: 100%;
}
.small-blog-block .single-blog:last-child {
    margin-bottom: 0;
}
.big-blog-excerpt {
	text-align: center;
	width: 85%;
}
.big-blog-excerpt p {
	font-size: 1.4rem !important;
	width: 100%;
	line-height: 1.7 !important;
	margin-left: auto;
	margin-right: auto;
}
.big-blog-excerpt .svgbutton {
	width: 20px; 
	height: 17px;
	margin-left: 10px;
	margin-top: 5px;
	display: inline;
}
.small-blog-block .blogbutton {
	display: block;
	width: 254px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
}
.taglist {
    letter-spacing: 0;
    margin-bottom: 30px;
    width: 98%;
    margin-left: auto;
    margin-right: auto; 	
	display: inline-block;
}
.blogdestinations, .primarycategory {
	display: inline;
}
.taglist a {
    color: #d05b68;
    display: inline-block;
    text-decoration: none;
    margin-top: 4px !important;
    border-right: 1px solid #ccc;
    margin-right: 13px;
    padding-right: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
	font-size: 13px;
    text-transform: uppercase;
    font-family: 'BrandonGrotesqueBold', sans-serif;
	letter-spacing: .1rem;
}
.taglist a:nth-child(n+5) {
	display: none;
}
.taglist .primarycategory a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.primarycategory a {
	color: #57a99d;
}
.small-blog-block .single-blog figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden; /* important to clip the image inside */
}
.small-blog-block .single-blog figure img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


@media (min-width: 1200px) {
	.family-travel-blog-sec .travel-blog-block .travel-block-inner .big-blog-block figure {
		width: 710px;
	}
}
@media (max-width: 1024px) {
	.family-travel-blog-sec .title-taxlanding h2 {
    	font-size: 65px;
	}
	.family-travel-blog-sec .title-taxlanding p {
		font-size: 16px;
		line-height: 28px;
		max-width: 680px;
	}
	.travel-block-inner {
		padding-bottom: 80px;
	}
}
@media (max-width: 990px) {
	.travel-block-inner {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.trip-planning a {
		font-weight: 600;
	}
	.small-blog-block {
		height: auto;
		max-width: calc(100% + 20px);
   		width: calc(100% + 20px);
	}
	.mainscreen {
		display: none;
	}
	.smallscreen, .alm-btn-wrap {
		display: block;
	}
	.big-blog-block {
		max-width: 100%;
		padding: 0;
	}
	#alm-scroll-container {
		max-height: none;
	}
	.small-blog-block .single-blog {
		display: block;
		float: left;
		margin: 0 10px;
		width: calc(33.33% - 23px);
	}
	.small-blog-block .single-blog figure {
		display: none;
	}
	.small-blog-block .single-blog .right-text {
		max-width: 100%;
		text-align: center;
		padding: 20px 25px;
	}
	.small-blog-block .single-blog span:before {
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.big-blog-text h3 {
		margin-bottom: 25px; 
		line-height: 50px;
	}
	.tips-block a {
		font-size: 12px;
	}
	.tips-block a:before {
		border: 5px solid #e1e9e7;
	}
	.family-travel-blog-sec .title-taxlanding h2 {
        font-size: 50px;
		padding-bottom: 10px;
    }
	.family-travel-blog-sec .title-taxlanding h2 .svgbutton {
		vertical-align: bottom;
		margin-right: 10px;
		padding-top: 10px;
	}
	.alm-listing .single-blog {
		height: 160px;
	}
	.small-blog-block .blogbutton {
		margin-top: 40px;
		margin-bottom: 70px;
	}
	.alm-btn-wrap {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.family-travel-blog-sec {
		padding-top: 65px;
	}
	.title-taxlanding {
		margin-bottom: 35px;
	}
	.family-travel-blog-sec .title-taxlanding p {
		font-size: 15px;
		line-height: 24px;
		max-width: 600px;
	}
	.travel-block-inner {
		border-bottom: none;
	}
	.big-blog-block {
		max-width: 100%;
		padding: 0;
	}
	.big-blog-block figure {
		margin: 0 0 5px;
	}
	.big-blog-block figure:after {
		background-size: cover;
	}
	.big-blog-text .trip-planning {
    	padding: 2px 16px 0px 16px;
    	margin-top: 5px;
    	margin-bottom: 20px;
		height: 21px;
		line-height: 18.6px
	}
	.trip-planning a {
		font-size: 13px;
	}
	.trip-planning a img {
		height: 9px;
		padding-left: 8px;
	}
	.big-blog-text h3 {
		font-size: 33px;
		line-height: 38px;
		margin-bottom: 18px;
	}
	#alm-scroll-container {
		max-height: none;
	}
	.small-blog-block {
		max-width: 100%;
		width: 100%;
	}
	.alm-btn-wrap {
		visibility: hidden !important;
	}
	.small-blog-block .single-blog figure {
		display: none;
	}
	.small-blog-block .single-blog .right-text {
		max-width: 100%;
		text-align: center;
		padding: 25px 25px 30px;
	}
	.small-blog-block .single-blog span {
		padding-bottom: 15px;
	}
	.small-blog-block .single-blog span:before {
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.tips-travelling {
		padding-bottom: 70px;
	}
	.tips-block ul {
		flex-wrap: wrap;
		padding: 0 !important;
		margin: 0 !important;
	}
	.small-blog-block .single-blog {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	.tips-block a {
		font-size: 14px;
	}
	.family-travelling .tips-title h3 {
		font-size: 17px;
	}
	.small-blog-block .single-blog {
		margin: 0;
		margin-bottom: 25px;
	}
	.alm-listing .single-blog {
		width: 100%;
		max-width: 100%;
		margin-right: 10px;
	}
	.alm-listing .single-blog:last-of-type {
		margin-right: 0px;
	}
	.family-travelling .taglist {
		margin-bottom: 18px;
	}
	.big-blog-excerpt p {
		font-size: 12px !important;
		line-height: 21px !important;
	}
	.family-travel-blog-sec .travel-blog-block .travel-block-inner .big-blog-block figure {
		width: 100%;
	}
	.family-travel-blog-sec .title-taxlanding h2 {
        font-size: 40px;
        padding-bottom: 0px;
		padding-top: 10px;
		line-height: 45px;
    }
	.family-travel-blog-sec .title-taxlanding h2 .svgbutton {
        vertical-align: bottom;
        margin-right: 10px;
        padding-top: 0px;
		max-width: 40px;
		max-height: 40px;
		margin-bottom: 2px;
    }
	.alm-listing .single-blog {
        height: 110px;
    }
	.small-blog-block .single-blog {
		background-position: 98% 90%;
	}
}

/************ Aspire Row ***********/
.aspire {
	height: 102px;
	background: rgb(43,94,100);
	background: linear-gradient(90deg, rgba(43,94,100,1) 10%, rgba(16,51,63,1) 70%, rgba(10,27,33,1) 100%);
	text-align: center;
	display: flex;	
	position: relative;
}
.aspire h2 {
	font-family: 'BrandonGrotesqueBold', sans-serif;
	font-size: 21px; 
	color: #dbfdf8;
	text-transform: uppercase;
	margin-bottom: 0px; 
	letter-spacing: .18rem;
}
.aspire h2 span {
	color: #fff;
}
.seashell-overlay {
	z-index: 9999;
	position: absolute;
	top: 45px;
	right: 7%;
}
.aspire:after {
    position: absolute;
    content: "";
    background-image: url('../svg/aspire-curve-bottom.svg');
    left: 0;
    right: 0;
    bottom: -46px;
    height: 47px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
	z-index: 999;
}
@media (max-width: 1444px) {
	.seashell-overlay .svgbutton {
		width: 80%;
	}
	.seashell-overlay {
		right: 4%;
		top: 39px;
	}
}
@media (max-width: 1290px) {
	.aspire h2 {
		font-size: 18px; 
	}
	.aspire {
		height: 90px;
	}
	.seashell-overlay {
		right: 2%;
		top: 27px;
	}
}
@media (max-width: 1150px) {
	.seashell-overlay {
		display: none;
	}
	.family-travel-blog-sec {
		padding-top: 70px;
	}
}
@media (max-width: 990px) {
    .aspire h2 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .aspire h2 {
        font-size: 14px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		line-height: 20px;
    }
	.family-travel-blog-sec {
        padding-top: 50px;
    }
}

/*********** Lifetime Memories ***********/
.lifetime-memories {
    padding-bottom: 120px;
}
.lifetime-memories .build-memories {
    padding-top: 100px;
	background: #FBF5EE;
	position: relative;
	overflow: hidden;
}
.title-taxlanding {
    margin-bottom: 5px;
}
.title-taxlanding span {
    color: #457F7E;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'BrandonGrotesqueBold', sans-serif;
    letter-spacing: .62px;
    margin-bottom: 15px;
}
.title-taxlanding > a {
    z-index: 100;
	position: relative;
    top: -10px;
}
.build-memories .secondary-btn svg {
    margin-top: -6px;
}
.build-memories .build-memory-slider {
    padding-top: 0;
}
.build-memory-slider.image-slider .slick-prev {
    margin-left: -70px;
}
.build-memory-slider.image-slider .slick-arrow {
    bottom: 0;
    width: auto;
    left: 50%;
    -webkit-transform: translate(0, 103%);
    transform: translate(0, 103%);
	border: 0;
    position: absolute;
    top: 50%;
}
body .slick-disabled {
    opacity: .5;
}
body .slick-arrow {
    background: 0 0;
	border: solid 1px red;
	z-index: 1;
}
.build-memory-slider.image-slider .slick-next:before, .build-memory-slider.image-slider .slick-prev:before {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
	content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.build-memory-slider.image-slider .slick-prev:before {
    left: 0;
}
.build-memory-slider.image-slider .slick-prev span {
    left: 9px;
	transform: translate(0, -50%) rotate(-180deg);
}
.image-slider .slick-next span, .image-slider .slick-prev span {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    background: url('../png/arrow-slider.png') no-repeat;
    width: 40px;
    height: 16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.image-slider .slick-list {
    z-index: 9999;
}
.build-memories .single-article {
    position: relative;
}
.single-article .image-block {
    overflow: hidden;
	position: relative;
    display: block;
}
body .single-article .image-block figure {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 12rem;
    transition-duration: .5s;
    transition-property: transform;
}
.single-article .image-block figure {
    margin: 0;
}
body .height-32 {
    height: 32rem !important;
    max-height: none !important;
}
.build-memory-slider.image-slider .slick-next {
    margin-left: 70px;
}
.build-memory-slider.image-slider .slick-next:before {
    right: 0;
	content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.build-memory-slider.image-slider .slick-next span {
    right: 8px;
}
.build-memory-slider.image-slider .slick-next:hover:before, .build-memory-slider.image-slider .slick-prev:hover:before {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
    transition: all ease-in-out .2s;
}
figure figcaption {
	display: none;
}
.build-memories-section {
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.build-memories-section .build-memories-dest {
	width: 340px;
	float: left;
	margin-right: 20px; 
	margin-left: 20px;
	margin-bottom: 40px;
}
.build-memories-section {
	padding-left: 0px; 
	padding-right: 0px;
	justify-content: center;
}
.green-arrow {
	position: absolute; 
	bottom: 15px; 
	right: 19px;
	z-index: 99;
}
ul.memory-links {
	text-align: right;
}
.memory-links li {
    margin: 0;
    display: inline-block;
}
.memory-links .alldest {
	margin-right: 20px;
}
.memory-links .alldest .destmap {
	margin-left: 15px;
}
.memory-links .plantrip {
	margin-bottom: 1px;
}
.thumbnail-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1200px) {
	.build-memories .destmap {
		display: none;
	}
	.build-memories .title-taxlanding h2 {
		text-align: center;
	}
	ul.memory-links {
		text-align: center;
	}
	.plantrip .primary-btn {
		font-size: 17px;
	}
}
@media (max-width: 992px) {
	.plantrip .primary-btn {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.lifetime-memories {
		padding-bottom: 50px;
		padding-top: 50px;
		display: block;
	}
	.lifetime-memories .build-memories {
		padding-top: 40px;
	}
	.lifetime-memories .title-taxlanding h2 {
		font-size: 40px;
		line-height: 45px;
		text-align: center;
		padding-bottom: 10px;
	}
	.title-taxlanding>a {
		position: absolute;
		top: 0px;
	}
	.lifetime-memories .build-memories {
		padding-bottom: 0px;
	}
	.build-memory-slider.image-slider .slick-arrow {
	   	top: 65%;
	}
	.build-memories-section .build-memories-dest {
		width: 360px;
		margin-bottom: 25px;
	}
	.lifetime-memories .build-memories {
		overflow: visible;
	}
	.build-memories .image-slider {
		height: auto !important;
	}
	.build-memories .single-article .build-memories-text h5 {
		font-size: 28px;
		padding-bottom: 0px;
        padding-top: 15px;
	}
	ul.memory-links {
		text-align: center;
	}
	.memory-links .alldest {
		margin-right: 8px;
	}
}

/*********** Tell Us ***********/
.tellus {
	background-image: url('../webp/what-moves-you-bg.webp');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
	margin-top: 110px;
	padding-bottom: 42%;
}
.tellus h3 {
	font-family: 'BrandonGrotesqueBold';
	font-size: 26px;
	color: #56504E;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.tellus .tellus-message {
	width: 60%;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}
.tellus .tellus-message p {
	font-size: 1.7rem;
	margin-bottom: 48px;
}
.tellus .tellus-links {
	text-align: center;
}
.tellus .tellus-links .tagline {
	margin-bottom: 30px;
}
.tellus .circle-wrapper {
	display: flex;
	text-align: center;
	justify-content: center;
	margin-bottom: 85px;
	margin-top: 60px;
	opacity: 0;
  	transition: opacity 0.8s ease-out;
	flex-wrap: wrap;
}
.tellus .circle-wrapper.visible {
	  opacity: 1;
}
.tellus .tellus-links .secondary-btn-lg {
	margin-top: 5px;
}
.tellus .circle-text {
	color: #1c5570;
	font-family: 'BrandonGrotesqueBold'; 
	font-size: 20px;
	letter-spacing: .04rem;
	line-height: 22px;
	width: 150px;
	align-items: center;
}
.tellus .circles .plus {
	margin: 10px 0;
}
.tellus .circles {
	width: 240px;
	height: 240px;
	margin-right: -25px;
	border-radius: 50%;	
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
  	transform: translateX(-50px); /* Start off-screen to the left */
  	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
/* Add a delay effect for staggered animations */
.circle-wrapper.visible .circles:nth-child(1) { transition-delay: 0.2s; }
.circle-wrapper.visible .circles:nth-child(2) { transition-delay: 0.4s; }
.circle-wrapper.visible .circles:nth-child(3) { transition-delay: 0.6s; }
.circle-wrapper.visible .circles:nth-child(4) { transition-delay: 0.8s; }
.circle-wrapper.visible .circles:nth-child(5) { transition-delay: 1s; }

.circle-wrapper.visible .circles {
  opacity: 1;
  transform: translateX(0);
	margin-top: -20px;
}
@media (max-width: 1200px) {
	.tellus .tellus-message p {
		font-size: 16px;
		margin-bottom: 44px;
		line-height: 28px;
	}
	.tellus .tellus-links .secondary-btn-lg {
		font-size: 28px;
		margin-top: 0px;
	}
	.secondary-btn-lg .svgbutton {
		transform: scale(85%, 85%);
		margin-left: 0px;
	}
}
@media (max-width: 990px) {
	.tellus {
    	margin-top: 60px;
	}
	.tellus .tellus-message p {
        font-size: 15px;       
        line-height: 24px;
	}
	.tellus .tellus-message {
		width: 70%;
	}
	.tellus .svgbutton {
		transform: scale(95%, 95%);
	}
	.tellus .tellus-message {
		margin-top: 30px;
	}
	.tellus .circle-wrapper {

		margin-bottom: 55px;
	}
	.tellus .tellus-links .secondary-btn-lg {
        font-size: 25px;
    }
	.secondary-btn-lg .svgbutton {
		transform: scale(80%, 80%);
	}
}
@media (max-width: 767px) {
	.tellus {
    	margin-top: 35px;
	}
	.tellus-header .svgbutton {
		width: 100%;
	}
	.tellus .tellus-links .tagline {
		margin-bottom: 10px;
	}
	.tellus .tellus-message {
        width: 80%;
		margin-top: 10px;
    }
	.tellus-header {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.tellus h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.tellus .tellus-links .secondary-btn-lg {
        font-size: 23px;
		height: 43px;
    }
	.secondary-btn-lg .svgbutton {
        transform: scale(70%, 70%);
    }
	.tellus {
        padding-bottom: 50%;
    }
	.tellus .tellus-message p {
        font-size: 15px;
        line-height: 24px;
    }
	.tellus .circle-wrapper {
        margin-top: 55px;
    }
}
@media (max-width: 640px) {
	.tellus h3 {
        max-width: 320px;
		margin-left: auto;
		margin-right: auto;
    }
}

/********* Partners ************/
.partners {
	position: relative;
	padding-top: 100px;
	padding-bottom: 20px;
}
.partners .container:before {
    position: absolute;
    content: "";
    background-image: url('../svg/curve-white.svg');
    top: 0;
    height: 47px;
	width: 136px;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: none;
	z-index: 9999;
	background-position: 10% 0;
	left: 20%;
}
.partners h2 {
	color: #57a99d;
	font-size: 65px;
	text-align: center;
}
.partners .partners-text {
	font-size: 1.6rem;
	font-family: "PoppinsRegular";
	color: #4b4b4b;
	line-height: 1.7;
	letter-spacing: .02rem;
	margin-top: 5px;
}
.slider {
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
	margin-bottom: 20px;
}
.logos {
	display: flex;
	width: max-content;
	animation: scroll 200s linear infinite;
}
.slider:hover .logos {
	animation-play-state: paused;
}
.logos img {
	max-height: 90px;
	max-width: 160px;
	margin: 0 30px;
	flex-shrink: 0;
	object-fit: contain;
}
.logo-3, .logo-5, .logo-22, .logo-24 {
	width: 65% !important;
}
.logo-8, .logo-27 {
	width: 130px !important;
}
.logo-10, .logo-29, .logo-1, .logo-20 {
	width: 220px !important; 
	max-width: 220px !important;
}
.logo-13, .logo-32 {
	height: 100px !important; 
	max-height: 100px !important;
}
.logo-4, .logo-23 {
	height: 110px !important; 
	max-height: 110px !important;
}
.logo-11, .logo-30 {
	height: 120px !important; 
	max-height: 120px !important;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 990px) {
	.partners h2 {
		font-size: 55px;
		text-align: left;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.logos img {
		margin: 0 15px;
		height: 35px;
	}
	.slider {
        margin-top: 30px;
    }
	.partners {
		padding-top: 90px;
		padding-bottom: 30px;
	}
	.partners .container:before {
		left: 10%;
	}
	.partners h2 {
        font-size: 40px;
		margin-bottom: 12px;
    }
	.partners .partners-text {
		font-size: 15px;
		line-height: 24px;
	}
}

/* Ages & Stages */
.family-travel-blog-sec .travel-blog-block .travel-block-inner .big-blog-block figure, .small-blog-block .single-blog   {
	border-radius: 15px;
}
.small-blog-block .single-blog figure  {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	clip-path: polygon(0 0, 100% 0, 80% 99%, 0% 100%);
}

/* New boxes */
body .single-article .image-block  {
    border-radius: 15px !important;
	width: 264px !important;
}
.build-memory-slider .slick-slide, .build-memories .single-article {
	border-radius: 15px !important; 
	width: 264px !important;
}
.build-memory-slider .slick-slide {
	margin-right: 18px;
}
body .single-article .image-block figure  {
    height: 330px;
    min-height: 330px;
    max-height: 330px;
}
.single-article-text {
	background-color: transparent;
    position: relative;
    left: 0px;
    width: calc(100% - 10px);
    margin-top: 0px;
    padding: 0px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.single-article-text h4, .build-memories-text h3, .single-article-textdb h4 {
    margin: 0 0 10px;
	padding-top: 20px;
    line-height: 26px;
}
body .single-article .single-article-text .single-article-inner h4 a, .build-memories-text h3, .single-article-textdb h4  {
    font-size: 17px;
	color: #4a4a4a;
	line-height: 25px;
}
.article-blocks .col-lg-3, .post-blocks .col-lg-3 {
	padding-left: 9px;
	padding-right: 9px;
}
.article-blocks .row, .post-blocks .row {
	margin-left: -9px;
	margin-right: -9px;
}
.build-memories .image-slider {
	max-width: 100%; 
	padding-left: 0px;
	height: 330px;
}
.build-memories .slick-list {
    padding: 0 !important;
}
.build-memory-slider.image-slider .slick-arrow {
	bottom: 65%;
}
.build-memory-slider.slick-prev {
	left: 0;
	top: 0 !important;
}
.build-memory-slider.slick-next {
	right: -77px;;
	top: 0 !important;
}
.build-memory-slider.slick-prev span:after {
	width: 0px;
}
body .slick-disabled {
	opacity: 0;
}
.build-memory-slider.image-slider .slick-next {
   	right: -70px;
    top: 45px !important;
	z-index: 1;
}
.build-memory-slider.image-slider .slick-prev {
    left: 0;
    top: 45px !important;
}
#alm-scroll-container {
	overflow-y: scroll !important;
}
@media (max-width: 1200px) {
    .stylesheet-block {
        padding-bottom: 0px;
		padding-top: 80px;
    }
	body .single-article .image-block, .build-memory-slider .slick-slide, .build-memories .single-article, .taxlanding-packages-slider .slick-slide   {
		width: 218px !important;
	}
	.build-memory-slider.image-slider .slick-next {
		right: -65px;
	}
	.build-memory-slider.image-slider .slick-prev {
		left: 5px;
	}
}
@media (max-width: 1024px) {
    .build-memory-slider.image-slider .slick-next {
		right: -60px;
	}
	.build-memory-slider.image-slider .slick-prev {
		left: 10px;
	}
}
@media (max-width: 990px) {
    .build-memory-slider .slick-slide, .build-memories .single-article, .taxlanding-packages-slider .slick-slide   {
		width: 220px !important;
	}
	body .single-article .image-block   {
		width: 100% !important;
	}
	#alm-scroll-container {
		overflow-y: hidden !important;
	}
	.build-memory-slider .slick-slide {
    	margin-right: 15px;
	}
}
@media (max-width: 767px) { 
	.image-slider .slick-arrow {
        display: inline-block !important;
    }
	.build-memory-slider .slick-slide, .build-memories .single-article, .taxlanding-packages-slider .slick-slide   {
		width: 100% !important;
	}
	.build-memories .title-taxlanding a.secondary-btn {
       padding-bottom: 8px !important;
		padding-top: 8px;
    }
	.build-memories-text h5, .taxlanding-packages-slider h5 {
		padding-bottom: 25px;
		padding-top: 15px;
	}
	.build-memories .single-article {
        margin-bottom: 20px;
    }
	.build-memories .image-slider {
		padding-left: 0px;
		height: 330px;
		margin-right: auto;
		margin-left: auto;		
	}
	body .single-article .image-block {
		border-radius: 20px !important;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	body .wrapper header .main .head-right .head-center .head-logo .icon {
		width: 50px;
		height: 52px;
	}
}
