/*
	Theme Name: Coral Rock
	Theme URI: https://www.weblankan.com/
	Author: WebLankan Team - Vedha
	Author URI: https://www.weblankan.com/
	Description: Coral Rock
	Version: 1.0
	Text Domain: Design & Developed by WebLankan Team
*/

.related-reports h3 span {
    font-family: var(--noto);
    font-size: 45px;
    color: var(--medium-blue);
    line-height: 60px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    padding-bottom: 4rem !important;
	padding-top: 4rem !important ;
}

.annual-wrap .single-annual {
    width: 33.3%;
    text-align: center;
    padding-bottom: 4rem;
}
.annual-wrap .annual-image-wrap {
    width: 90%;
    text-align: center;
    /* border: 1px solid #333; */
    border-radius: 10px;
    margin: auto;
}
.annual-wrap .annual-content-wrap {
    width: 100% !important;
    padding-top: 2rem;
	text-align: center;
}
.annual-content-wrap {
    width: 60%;
}
.single-annual-featured {
    width: 80%;
    margin: auto;
    background: #ededed;
    padding: 4rem;
}
.investor-sec{
    position: relative;
    z-index: 1;
}
.single-annual-featured {
    display: flex;
    justify-content: center;
    align-items: center;
}
.annual-image-wrap {
    width: 25%;
    text-align: center;
}
.annual-image-wrap {
    width: 25%;
    text-align: center;
    /* border: 1px solid #333; */
    border-radius: 10px;
    margin-right: 3rem;
}
.annual-image-wrap img {
    height: auto;
    object-fit: initial;
    border-radius: 14px;
    box-shadow: 5px 5px 13px #c5c5c5, -5px -5px 13px #ffffff;
    width: 100%;
}
.annual-content-wrap h3 {
    font-family: var(--noto);
    font-size: 24px;
    color: var(--medium-blue);
    padding-bottom: 20px;
}
.subc-wrap{
	width:40%;
	display:flex;
	flex-wrap:wrap;
}

.footer .footer-div .menu-div .column-2 {
    width: 50%;
}.footer .footer-div .menu-div .column-1 {
    width: 50%;
}
.subscribe-div{
	width: 100%;
}
.related-reports .annual-image-wrap img {
    height: 500px !important;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 5px 5px 13px #c5c5c5, -5px -5px 13px #ffffff;
    width: auto !important;
}

@media (min-width: 600px) and (max-width:991px) {
	.subc-wrap {
		width: 35% !important;
	}
	.footer .min-wrap {
    width: 95% !important;
}
	.footer .subc-wrap {
		width: 45% !important;
	}
	.footer .footer-div .menu-div .column-1 {
		width: 50% !important;
	}
}


@media only screen and (max-width: 600px) {
	.subscribe-div{
		text-align:center;
	}
	.footer {
    background-size:cover !important;
}
	.footer .footer-div {
    bottom: auto !important;
}
	.footer {
    margin-top: 50px !important;
}
	.footer .footer-div {
    position: relative !important;
}
	.footer {
    height: 300px !important;
}
	.subc-wrap {
    width: 100% !important;
}
	.footer .footer-div .menu-div .column-2 {
    width: 100% !important;
}.footer .footer-div .menu-div .column-1 {
    width: 100% !important;
}
	.tnp-subscription form {
		display: flex;
		width: 80%;
		margin: auto;
	}
	.tnp-field-email{
		flex-grow: 1;
	}
	.booking-ul{
		justify-content: center;
	}
	.booking-ul li{
		padding: 0 10px;
	}

	.annual-content-wrap {
    	width: 100%;
	}
}
.subscribe-div{
	padding-top:30px;
}

.subscribe-div p{
	color: #fff;
	padding-top: 15px;
}
.tnp-subscription form{
	display: flex;
}
.tnp-subscription form label{
	display: none;
}
.tnp-field{
	margin: 0 !important;
}
.tnp-subscription input{
	height: 40px !important;
}
.tnp-subscription .tnp-submit{
	background: var(--blue) !important;
	font-family: var(--lato);
    font-size: 11px !important;
    color: var(--white);
    letter-spacing: 2.04px;
    text-transform: uppercase;
    width: 325px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
    cursor: pointer;
}
.booking-ul{
	display: flex;
	list-style: none;
	padding: 20px 0 0 0;
}
.booking-ul a,.booking-ul a:hover{
	text-decoration: none !important;
	border: 0 !important;
}
.booking-ul li{
	padding-right: 15px;
}

/* Common styles */
:root {
    --black: #000000;
	--white: #ffffff;
	--blue: #0F325C;
	--medium-blue: #14437A;
	--light-blue: #6EABDA;
	--gray: #F8F8F8;
	--com: 'Comforter', cursive;
	--lato: 'Lato', sans-serif;
	--noto: 'Noto Serif', serif;
	--open: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0;
}
.main-wrap {
	width: 86%;
	margin: auto;
}
.medium-wrap {
	width: 80%;
	margin: auto;
}
.min-wrap {
	width: 70%;
	margin: auto;
}
.page-details-wrap {
	width: 58%;
	margin: auto;
}
.form-wrap {
	width: 45%;
	margin: auto;
}
.comfortable {
	width: 45%;
	margin: auto;
}
.comfortable-large {
	width: 55%;
	margin: auto;
}
.swiper-links a:hover img {
    -webkit-animation: toLeftToRight 1s infinite;
    -moz-animation: toLeftToRight 1s infinite;
    animation: toLeftToRight 1s infinite;
}
@-webkit-keyframes toLeftToRight {
	49% {
		-webkit-transform: translateX(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftToRight {
	49% {
		-moz-transform: translateX(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftToRight {
	49% {
		transform: translateX(-100%);
	}
	50% {
		opacity: 0;
		transform: translateX(100%);
	}
	51% {
		opacity: 1;
	}
}
.social-links a:hover img {
    -webkit-animation: toTopToBottom 1s infinite;
    -moz-animation: toTopToBottom 1s infinite;
    animation: toTopToBottom 1s infinite;
}
@-webkit-keyframes toTopToBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopToBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopToBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
/* Common styles */



/* Booking form styles */
.booking-form {
	z-index: 9999;
}
.booking-form .modal-dialog {
	max-width: 60%;
}
.booking-form .modal-dialog-slideout {
	min-height: 100%;
	margin: 0 0 0 auto;
	background: #fff;
}
.booking-form.modal.fade .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(100%, 0)scale(1);
	transform: translate(100%, 0)scale(1);
}
.booking-form.modal.fade.show .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	display: flex;
	align-items: stretch;
	-webkit-box-align: stretch;
	height: 100%;
}
.booking-form.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 75px 100px 0 100px;
}
.booking-form .modal-dialog-slideout .modal-content {
	border: 0;
	position: relative;
}
.booking-form .modal-body .close {
	font-size: 25px;
    color: #6F6F6F;
    background-color: #EFEFEF;
    border-radius: 50%;
    padding: 7px 14px;
    position: absolute;
    right: 100px;
    top: 25px;
    cursor: pointer;
}
.booking-form .modal-body .close:hover {
    color: #ffffff;
    background-color: var(--medium-blue);
}
.booking-form .modal-body .title {
	font-family: var(--noto);
	font-size: 45px;
	color: var(--medium-blue);
	padding-bottom: 12px;
	text-align: center;
}
.booking-form .modal-body .description {
	font-family: var(--lato);
	font-size: 15px;
	color: var(--medium-blue);
	line-height: 25px;
	text-align: center;
	width: 50%;
	margin: auto;
	padding-bottom: 30px;
}
.booking-form .modal-body .form-group {
    position: relative;
    padding-bottom: 20px;
}
.booking-form .modal-body .form-input {
    height: 60px;
    width: 100%;
    outline: 0;
    border: none;
    font-family: var(--noto);
	font-style: italic;
    font-weight: 600;
    color: var(--medium-blue);
    font-size: 24px;
    padding: 0;
    border-bottom: 1px solid rgb(20, 67, 122, 0.4);
	border-radius: 0;
}
.booking-form .modal-body .form-input.wpcf7-validates-as-date{
	background-color: #fff !important;
}
.booking-form .modal-body .form-label {
	font-family: var(--open);
    color: var(--medium-blue);
    font-size: 17px;
    position: absolute;
    left: 0px;
    top: 10px!important;
	margin-bottom: 0;
    background-color: transparent;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.booking-form .modal-body .form-input:focus {
    padding: 0;
}
.booking-form .modal-body .focused .form-label {
    transform: translateY(-50%);
    font-size: 15px;
	top: 14px !important;
}
.booking-form .modal-body .agreement {
    padding-top: 25px;
	padding-bottom: 30px;
}
.booking-form .modal-body .agree .wpcf7-list-item {
    margin: 0;
}
.booking-form .modal-body .agree .wpcf7-list-item input {
    top: 5px;
    position: relative;
    width: 20px;
    height: 20px;
}
.booking-form .modal-body .agree .form-check-input {
    border: none;
}
.booking-form .modal-body .agree .wpcf7-list-item-label {
	font-family: var(--open);
	font-size: 14px;
	color: var(--medium-blue);
	font-weight: 600;
	padding-left: 15px;
}
.booking-form .modal-body .condition {
	font-family: var(--lato);
	font-size: 13px;
	color: var(--medium-blue);
	padding-left: 40px;
    line-height: 24px;
    padding-top: 5px;
}
.booking-form .modal-body .form-check-input:active {
    filter: brightness(100%);
}
.booking-form .modal-body .book-btn {
    border: 0;
	margin: auto;
}
.booking-form .modal-body .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 15px 0;
    border: 2px solid #00a0d2;
    text-align: center;
}
.booking-form ::placeholder {
	color: var(--medium-blue);
	opacity: 1;
}
  
.booking-form  :-ms-input-placeholder {
	color: var(--medium-blue);
}
  
.booking-form ::-ms-input-placeholder {
	color: var(--medium-blue);
}
/* .booking-form input:checked {
	background-color: var(--medium-blue);
} */
/* Booking form styles */




/* Header styles */
.header {
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 35px;
	z-index: 1111;
	transition: all 0.5s;
}
.header .navbar-nav {
	/* padding-top: 20px; */
	padding-top: 10px;
	padding-bottom: 0;
}
.header .middle-menu .logo {
	transition: all 0.5s;
}
.header .left-menu .navbar-nav .nav-item {
	margin-right: 75px;
}
.header .right-menu .navbar-nav .nav-item {
	margin-left: 75px;
}
.header .navbar-nav .nav-item .nav-link {
	font-family: var(--lato);
	font-size: 20px;
	color: var(--white);
	line-height: 24px;
	padding: 0;
}
.header .navbar-nav .active .nav-link{
    color: #8ECEFF;
}
.header .navbar-nav .nav-item .nav-link:hover {
	color: #8ECEFF;
}
.header-scroll {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgb(0, 0, 0, 0.85);
	transition: all 0.5s;
}
.logo-scroll {
	/* width: 135px;
    height: 75px; */
	width: 110px;
    height: 60px;
	/* transform: scale(0.6); */
	transition: all 0.5s!important;
}
/* Header styles */

.swiper-wrapper .swiper-slide {
	padding: 0;
}

/* Footer styles */
.footer {
	padding-top: 30px;
	background-color: #000;
	height: 670px;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	position: relative;
	background-size: cover !important;
	margin-top: 60px;
}
.footer .footer-div {
	position: absolute;
	bottom: 30px;
}
.footer .footer-div .menu-div {
	font-family: var(--lato);
	font-size: 16px;
	color: var(--white);
	padding-bottom: 70px;
}
.footer .footer-div .menu-div .column-1 {
	width: 50%;
}
.footer .footer-div .menu-div .column-2 {
	width: 50%;
}
.footer .footer-div .menu-div .column-3 {
	width: 20%;
	text-align: center;
}
.footer .footer-div .menu-div .column-4 {
	width: 40%;
	padding: 0 0 0 130px;
}
.footer .footer-div .menu-div .navbar-nav .nav-item {
	padding: 0;
	margin-bottom: 15px;
}
.footer .footer-div .menu-div .navbar-nav .nav-item .nav-link {
	padding: 0 0 2px 0;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.footer .footer-div .menu-div .navbar-nav .active .nav-link {
    border-bottom: 1px solid var(--white);
}
.footer .footer-div .menu-div .navbar-nav .nav-item .nav-link:hover {
	border-bottom: 1px solid var(--white);
}
.footer .footer-div .menu-div .column-3 .footer-logo {
	width: 200px;
	height: 115px;
	margin-bottom: 35px;
}
.footer .footer-div .menu-div .column-3 .social-links a {
    margin: 0 3px;
}
.footer .footer-div .menu-div .column-3 .social-links .phone:hover img {
    content: url('../coralrock/assets/images/common/phone_hover.png');
}
.footer .footer-div .menu-div .column-3 .social-links .instagram:hover img {
    content: url('../coralrock/assets/images/common/instagram_hover.png');
}
.footer .footer-div .menu-div .column-3 .social-links .facebook:hover img {
    content: url('../coralrock/assets/images/common/fb_hover.png');
}

.footer .footer-div .menu-div .column-4 .phone {
    letter-spacing: 1.28px;
	padding-bottom: 15px;
}
.footer .footer-div .menu-div .column-4 .phone a {
    color: var(--white);
	text-decoration: none;
}
.footer .footer-div .menu-div .column-4 .phone a:hover {
	text-decoration: underline;
}
.footer .footer-div .menu-div .column-4 .email {
    letter-spacing: 1.28px;
	padding-bottom: 25px;
}
.footer .footer-div .menu-div .column-4 .email a {
    color: var(--white);
	text-decoration: underline;
}
.footer .footer-div .menu-div .column-4 .location {
    line-height: 32px;
}
.footer .footer-div .copyright-div .copyright {
    font-family: var(--open);
	font-size: 12px;
	color: #7C7C7C;
	padding-bottom: 30px;
	text-align: center;
}
.footer .footer-div .copyright-div .copyright .web-lankan {
	color: #7C7C7C;
	text-decoration: none;
}
.footer .footer-div .copyright-div .top {
	border: 1px solid #7C7C7C;
	padding: 10px 14px;
	color: #7C7C7C;
	cursor: pointer;
	border-radius: 50%;
	font-size: 25px;
}
.footer .footer-div .copyright-div .top:hover {
	color: var(--black);
	background-color: var(--white);
	border: 1px solid var(--white);
}
.footer .footer-div .mobile-column {
	display: none;
}
.black-div {
	background: var(--black);
	height: 400px;
	display: flex;
	justify-content: center;
	position: relative;
	background-size: 100% 100%!important;
	position: relative;
    z-index: -1;
	display: none;
}
/* Footer styles */


/* Mobile menu styles */
.mobile-menu {
	display: none;
    text-align: center;
	position: relative;
}
.mobile-menu .mobile-menu-logo {
	width: 120px;
    height: 80px;
}
.mobile-menu .mobile-menu-logo-scroll {
	width: 90px;
	height: 50px;
}
.mobile-menu .navbar-toggler {
	border: 0;
	position: absolute;
	right: 5px;
	top: 20px;
}
.mobile-menu .navbar-toggler-scroll {
	top: 15px;
}
.mobile-menu .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='20' height='20' fill='%23FFFFFF' class='bi bi-caret-down-fill'><path d='M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z'/></svg>")!important;
	background-repeat: no-repeat;
}
.mobile-menu .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}
.mobile-menu .navbar-toggler-icon-close {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' width='20' height='20' fill='%23FFFFFF' class='bi bi-caret-down-fill'><path d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/></svg>")!important;
	background-repeat: no-repeat;
}
.mobile-menu .navbar-collapse {
    overflow-x: hidden;
	overflow-y: auto;
	height: 100vh;
}
.mobile-background {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
}
.mobile-menu .social a {
	margin: 0 7px;
}
.mobile-menu .details {
	font-family: var(--lato);
	font-size: 16px;
	color: var(--white);
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
.mobile-menu .details .phone {
    letter-spacing: 1.28px;
	padding-bottom: 15px;
}
.mobile-menu .details .phone a {
    color: var(--white);
	text-decoration: none;
}
.mobile-menu .details .email {
    letter-spacing: 1.28px;
	padding-bottom: 25px;
}
.mobile-menu .details .email a {
    color: var(--white);
	text-decoration: none;
}
/* Mobile menu styles */



/* Comfortable styles */
.comfortable {
    position: relative;
    z-index: 1;
}
.comfortable .comfortable-title {
    font-family: var(--noto);
    font-size: 30px;
    color: var(--medium-blue);
}

.comfortable-large {
    position: relative;
    z-index: 1;
}
.comfortable-large .title {
    font-family: var(--noto);
    font-size: 30px;
    color: var(--medium-blue);
}
/* Comfortable styles */



/* Swiper styles */
.swiper-pagination-clickable .swiper-pagination-bullet {
    margin-bottom: 15px!important;
	background: transparent;
    border: 1px solid white;
    height: 14px;
    width: 14px;
	bottom: 30px;
}
.swiper-pagination-bullet-active {
    background: var(--white)!important;
}
/* Swiper styles */



/* Button styles */
.blue-btn {
	font-family: var(--lato);
	font-size: 17px;
	color: var(--white);
	letter-spacing: 2.04px;
	text-transform: uppercase;
	width: 325px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: linear-gradient(to right, var(--white) 50%, var(--medium-blue) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
	cursor: pointer;
}
.book-btn {
	background: linear-gradient(to right, var(--blue) 50%, var(--medium-blue) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out!important;
}
.stay-btn:hover {
	color: var(--medium-blue);
	background-position: left bottom;
	transition: all .3s ease-out!important;
}
.book-btn:hover {
	color: var(--white);
	background-position: left bottom;
	transition: all .3s ease-out!important;
}
.explore-btn {
	font-family: var(--lato);
	font-size: 17px;
	color: var(--medium-blue);
	letter-spacing: 2.04px;
	text-transform: uppercase;
	border: 1px solid var(--light-blue);
	width: 270px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: linear-gradient(to right, var(--medium-blue) 50%, var(--white) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out!important;
}
.explore-btn:hover {
	color: var(--white);
	border: 1px solid var(--medium-blue);
	background-position: left bottom;
	transition: all .3s ease-out!important;
}
.explore-btn-normal {
	font-family: var(--lato);
	font-size: 17px;
	color: var(--white);
	letter-spacing: 2.04px;
	text-transform: uppercase;
	width: 152px;
	text-decoration: none;
	margin-right: 40px;
	display: inline-block;
	text-decoration: none;
}
.explore-btn-normal::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
	margin-top: 8px;
    background: var(--white);
    transition: width .3s;
}
.explore-btn-normal:hover {
	color: var(--white);
}
.explore-btn-normal:hover::after {
    width: 0%;
    transition: width .3s;
}
.book-btn-normal {
	font-family: var(--lato);
	font-size: 17px;
	color: var(--white);
	letter-spacing: 2.04px;
	text-transform: uppercase;
	border: 1px solid var(--white);
	width: 270px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: linear-gradient(to right, var(--medium-blue) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
	cursor: pointer;
}
.book-btn-normal:hover {
	color: var(--white);
	border: 1px solid var(--medium-blue);
	background-position: left bottom;
	transition: all .3s ease-out!important;
}
.explore-btn-normal-blue {
	font-family: var(--lato);
	font-size: 17px;
	color: var(--medium-blue);
	letter-spacing: 2.04px;
	text-transform: uppercase;
	width: 152px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}
.explore-btn-normal-blue::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
	margin-top: 8px;
    background: var(--light-blue);
    transition: width .3s!important;
}
.explore-btn-normal-blue:hover {
	color: var(--medium-blue);
}
.explore-btn-normal-blue:hover::after {
    width: 0%;
    transition: width .3s!important;
}
/* Button styles */




/* Other pages common styles */
#other-pages-veil {
    position: fixed;
    top: 0;
    left: 0;
    height: 760px;
    width: 100vw;
    transform-origin: right;
    background: var(--white);
    z-index: 9999999999999999999;
    animation: my_move 2s forwards;
}
.veil-transition {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000),opacity 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000),opacity 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    will-change: transform, opacity !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
@keyframes my_move {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0,1);
    }
}

.page-banner .page-banner-image {
	width: 100%;
	height: 760px;
	object-fit: cover;
	background-repeat: no-repeat!important;
	/* background-size: 100% 100%!important; */
	background-size: cover!important;
    background-position: center!important;
}
.page-details {
	padding-top: 40px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
.page-details .breadcrumb .non-active {
	font-family: var(--lato);
	font-size: 15px;
	color: #6EABDA;
	text-decoration: none;
}
.page-details .breadcrumb .active {
	font-family: var(--lato);
	font-size: 15px;
	color: var(--medium-blue);
	text-decoration: none;
}
.page-details .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-details .sub-title {
	font-family: var(--com);
	font-size: 40px;
	color: var(--medium-blue);
	/* line-height: 40px; */
	padding-top: 15px;
	display: flex;
    justify-content: center;
}
.page-details .title {
	font-family: var(--noto);
	font-size: 45px;
	color: var(--medium-blue);
	line-height: 60px;
	padding-bottom: 15px;
	display: flex;
    justify-content: center;
}
.page-details .description {
	font-family: var(--open);
	font-size: 17px;
	color: var(--medium-blue);
	line-height: 30px;
	text-align: center;
}
/* Other pages common styles */



/*Styling scrollable elements*/
.js-scroll {
	opacity: 0;
	transition: opacity 500ms;
}
.js-scroll.scrolled {
	opacity: 1;
}
.scrolled.fade-in-bottom {
	animation: fade-in-bottom 0.5s linear forwards;
	animation-delay: calc(0.3s * var(--i));
}
.scrolled.image-loading-left {
	animation: image-loading-left 1s linear forwards;
}
.scrolled.image-loading-right {
	animation: image-loading-right 1s linear forwards;
}
.scrolled.image-loading-bottom {
	animation: image-loading-bottom 1s linear forwards;
}
.scrolled.opacity {
	animation: opacity 1.5s linear forwards;
}
.scrolled.typing {
	animation: typing 3s forwards;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
	animation-delay: calc(0.3s * var(--i));
}
.scrolled.typing-title {
	animation: typing-title 6s forwards;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
	animation-delay: calc(0.3s * var(--i));
}
.scrolled.typing-fast {
	animation: typing-fast 1s forwards;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
	animation-delay: calc(0.3s * var(--i));
}

  
@keyframes typing {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes typing-title {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes typing-fast {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes image-loading-left {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes image-loading-right {
	0% {
		/* left: 0%;
		width: 0%; */
		clip-path: inset(0 0 0 100%);
	}
	100% {
		/* left: 100%;
		width: 100%; */
		clip-path: inset(0 0 0 0);
	}
}
@keyframes image-loading-bottom {
	0% {
		clip-path: inset(100% 0 0 0%);
	}
	100% {
		clip-path: inset(0 0 0 0);
	}
}
@keyframes opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*Styling scrollable elements*/

.footer .footer-div .menu-div {
		flex-wrap: nowrap;
}

/* Responsive */
@media screen and (max-width: 1600px) {
	.header .left-menu .navbar-nav .nav-item {
		margin-right: 51px;
	}
	.header .right-menu .navbar-nav .nav-item {
		margin-left: 55px;
	}

	.comfortable {
        width: 50%;
    }
	.comfortable-large {
        width: 70%;
    }
	.annual-content-wrap h3 {
		font-size: 22px !important;
		line-height: 30px !important;
	}
}

.header {
	background-image: linear-gradient(180deg, #000, transparent);
}

@media screen and (max-width: 1536px) {
	.header {
		padding-top: 20px;
	}
	.header-scroll {
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}
	.header .left-menu .navbar-nav .nav-item {
		margin-right: 69px;
	}
	.header .right-menu .navbar-nav .nav-item {
		margin-left: 72px;
	}
	.header .middle-menu .logo {
		height: 91px;
	}
	.logo-scroll {
		height: 60px!important;
	}
	.header .navbar-nav .nav-item .nav-link {
		font-size: 15px;
	}
	
	.footer .footer-div .menu-div {
	
		font-size: 15px;
	}
	.footer .footer-div .menu-div .column-3 .footer-logo {
		width: 170px;
		height: 91px;
	}
	.footer .footer-div .menu-div .column-4 {
		padding: 0 0 0 125px;
	}
	.footer .footer-div .copyright-div .copyright {
		font-size: 11px;
	}
	.footer .footer-div .copyright-div .top {
		padding: 5px 9px;
		font-size: 20px;
	}
	

	.blue-btn {
		font-size: 13px;
		width: 220px;
		height: 37px;
	}
	.explore-btn {
		font-size: 13px;
		width: 190px;
		height: 42px;
	}
	.book-btn-normal {
		font-size: 13px;
		width: 190px;
		height: 42px;
	}
	.explore-btn-normal {
		font-size: 13px;
		width: 122px;
	}
	.explore-btn-normal-blue {
		font-size: 13px;
		width: 122px;
	}


	.swiper-pagination-clickable .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
		margin-bottom: 12px!important;
	}


	.comfortable {
		width: 33%;
	}
	.comfortable .comfortable-title {
		font-size: 17px;
	}

	.comfortable-large {
		width: 40%;
	}
	.comfortable-large .title {
		font-size: 17px;
	}
	



	.booking-form .modal-body .title {
		font-size: 35px;
	}
	.booking-form .modal-body .description {
		font-size: 14px;
		width: 60%;
	}
	.booking-form .modal-body .form-label {
		font-size: 15px;
		top: 16px!important;
	}
	.booking-form .modal-body .form-input {
		height: 50px;
		font-size: 18px;
	}
	.booking-form .modal-body .focused .form-label {
		transform: translateY(-50%);
		font-size: 13px;
		top: 22px !important;
	}


	.page-details-wrap {
		width: 60%;
	}
	.page-details .breadcrumb {
		margin-bottom: 0;
	}
	.page-details .breadcrumb .non-active {
		font-size: 14px;
	}
	.page-details .breadcrumb .active {
		font-size: 14px;
	}
	.page-banner .page-banner-image {
		height: 550px;
	}
	.page-details {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.page-details .sub-title {
		font-size: 23px;
	}
	.page-details .title {
		font-size: 27px;
		line-height: 45px;
	}
	.page-details .description {
		font-size: 14px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1440px) {
	.header .left-menu .navbar-nav .nav-item {
		margin-right: 60px;
	}
	.header .right-menu .navbar-nav .nav-item {
		margin-left: 63px;
	}

	.footer .footer-div .menu-div .column-2 {
		width: 19%;
	}
	.footer .footer-div .menu-div .column-3 {
		width: 21%;
	}
	.footer .footer-div .menu-div .column-4 {
		padding: 0px 0 0 80px;
	}


	.comfortable-large {
		width: 44%;
	}
}

@media screen and (max-width: 1366px) {
	.header .left-menu .navbar-nav .nav-item {
		margin-right: 53px;
	}
	.header .right-menu .navbar-nav .nav-item {
		margin-left: 57px;
	}

	.footer .footer-div .menu-div .column-2 {
		width: 18%;
	}
	.footer .footer-div .menu-div .column-3 {
		width: 22%;
	}


	.comfortable {
		width: 35%;
	}

	.comfortable-large {
		width: 48%;
	}
}

@media screen and (max-width: 1280px) {
	.header .left-menu .navbar-nav .nav-item {
		margin-right: 46px;
	}
	.header .right-menu .navbar-nav .nav-item {
		margin-left: 49px;
	}

	.min-wrap {
		width: 80%;
	}


	.footer .footer-div .menu-div .column-2 {
		width: 19%;
	}
	.footer .footer-div .menu-div .column-3 {
		width: 21%;
	}
	.footer .footer-div .menu-div .column-4 {
		padding: 0px 0 0 80px;
	}

	.comfortable-large {
		width: 51%;
	}
}

@media screen and (max-width: 1024px) {
	.main-wrap {
		width: 90%;
	}
	.header .middle-menu .logo {
		height: 64px;
	}
	.logo-scroll {
		width: 100px;
		height: 60px!important;
	}
	.header .navbar-nav {
		padding-top: 10px;
	}
	.header .left-menu .navbar-nav .nav-item {
		margin-right: 27px;
	}
	.header .right-menu .navbar-nav .nav-item {
		margin-left: 30px;
	}
	.footer .footer-div .menu-div .column-2 {
		width: 17.5%;
	}
	.footer .footer-div .menu-div .column-3 {
		width: 25%;
	}
	.footer .footer-div .menu-div .column-4 {
		width: 37.5%;
		padding: 0 0 0 40px;
	}
	.footer .footer-div .menu-div {
		font-size: 14px;
	}


	.comfortable {
		width: 46%;
	}
	.comfortable-large {
		width: 65%;
	}
	.min-wrap {
		width: 85%;
	}


	.booking-form .modal-dialog {
		max-width: 80%;
	}

	.page-details-wrap {
		width: 75%;
	}
	.page-banner .page-banner-image {
		height: 500px;
	}
}

@media screen and (max-width: 991px) {
	.desktop-menu {
		display: none;
	}
	.mobile-menu {
		display: block;
	}
	.mobile-menu .navbar-brand {
		margin-right: 0;
	}
	.header {
		padding-top: 0;
	}
	.header-scroll {
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	.header .navbar-nav .nav-item{
		padding-bottom: 30px;
	}
	.header .navbar-nav .nav-item .nav-link {
		font-size: 20px;
	}
	.header .navbar-nav {
		padding-top: 35px;
		padding-bottom: 50px;
	}

	.footer .footer-div .menu-div .column-2 {
		width: 15%;
	}
	.footer .footer-div .menu-div .column-3 {
		width: 25%;
	}
	.footer .footer-div .menu-div .column-4 {
		width: 40%;
	}


	.page-banner .page-banner-image {
		height: 400px;
	}
}

@media screen and (max-width: 768px) {
	.comfortable {
		width: 60%;
	}
	.comfortable-large {
		width: 83%;
	}

	.footer {
		background-color: #000;
		height: 500px;
		margin-top: -75px;
	}
	.black-div {
		display: block;
	}
	.footer .footer-div .mobile-column {
		display: block;
	}
	.footer .footer-div .desktop-column {
		display: none;
	}
	.footer .footer-div .menu-div .column-1 {
		width: 29%;
	}
	.footer .footer-div .menu-div .column-2 {
		width: 27%;
	}
	.footer .footer-div .menu-div .column-3 {
		width: 100%;
		padding-bottom: 50px;
	}
	.footer .footer-div .menu-div .column-4 {
		width: 100%;
		text-align: center;
		padding: 0 0 0 0px;
	}
	.footer .footer-div {
		bottom: -370px;		
	}

	.footer .footer-div  div {
		background-color: #000;
	}


	.page-details-wrap {
		width: 90%;
	}

	.footer .footer-div .menu-div {
		flex-wrap: wrap;
	}

	.specs-div {
		margin-top: 30px;
		flex-direction: column;	
		align-items: center;
		gap: 10px;
	}
	
	
}

@media screen and (max-width: 428px) {
	.main-wrap {
		width: 100%;
	}
	.min-wrap {
		width: 90%;
	}
	.page-details {
		padding-bottom: 30px!important;
	}

	.page-details {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.page-details .title {
		font-size: 25px;
		line-height: 35px;
	}
	.page-details .main-wrap {
		width: 90%;
	}
	.page-details .sub-title {
		padding-top: 50px;
	}
	.page-banner .page-banner-image {
		height: 280px;
	}

	.js-scroll {
		animation-delay: 0s!important;
	}
	.explore-btn {
		margin: auto;
	}
	.blue-btn {
		font-size: 17px;
		width: 325px;
		height: 50px;
		margin: auto;
	}
	.comfortable {
		width: 100%;
	}
	.comfortable-large {
		width: 100%;
	}

	.footer {
		height: 400px;
	}
	.footer .footer-div {
		bottom: -500px;
	}
	.footer .footer-div .menu-div {
		padding-bottom: 30px;
	}

	.footer .footer-div .menu-div .column-1 {
		width: 50%;
	}
	.footer .footer-div .menu-div .column-2 {
		width: 50%;
	}
	.footer .footer-div .menu-div .column-4 {
		width: 100%;
		padding: 25px 0 0 0px;
	}
	.footer .footer-div .menu-div .column-4 .location br {
		display: none;
	}
	.footer .footer-div .menu-div .column-4 .email {
		padding-bottom: 15px;
	}
	.footer .footer-div .copyright-div .top {
		padding: 10px 14px;
		font-size: 18px;
		position: relative;
		top: 30px;
	}
	.footer .footer-div .copyright-div .left {
		width: 100%;
	}
	.footer .footer-div .copyright-div .right {
		width: 100%;
	}
	.black-div {
		height: 560px;
	}


	.booking-form .modal-dialog {
		max-width: 100%;
	}
	.booking-form.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
		padding: 75px 10px 50px 10px;
	}
	.booking-form .modal-body .close {
		font-size: 20px;
		padding: 4px 10px;
		right: 25px;
		top: 15px;
	}
	.booking-form .modal-body .title {
		font-size: 25px;
	}
	.booking-form .modal-body .description {
		width: 90%;
	}


	.comfortable .comfortable-title {
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
		font-size: 23px;
    }
    .comfortable .comfortable-title span {
        text-align: center;
    }

	.comfortable-large .title {
		display: flex;
        justify-content: center;
        padding-bottom: 40px;
		font-size: 23px;
	}
	.comfortable-large .title span {
        text-align: center;
    }

	.book-btn-normal {
		width: 270px;
	}
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
	.footer .footer-div .copyright-div .copyright {
		font-size: 10.5px;
	}
}

@media screen and (max-width: 320px) {
	.page-banner .page-banner-image {
		height: 230px;
	}

	.blue-btn {
		width: 270px;
	}

	.mobile-menu .details {
		padding-left: 10px;
		padding-right: 10px;
	}
	.mobile-menu .details .phone span {
		display: block;
	}
	.mobile-menu .details .location span {
		display: block;
	}

	.page-details .breadcrumb .non-active {
		font-size: 13px;
	}
	.page-details .breadcrumb .active {
		font-size: 13px;
	}
}
/* Responsive */
.agreement {
    display: none;
}

@media screen and (max-width: 1600px) {
	.annual-content-wrap h3 {
		font-size: 22px !important;
		line-height: 30px !important;
	}
}
@media screen and (max-width: 1536px) {
	.related-reports h3 span{
    font-size: 27px !important;
    line-height: 45px !important;
	}
	.related-reports h3 span {
		padding-bottom: 1rem !important;
	}
	.related-reports .annual-content-wrap h3 {
		font-size: 20px !important;
	}
	.annual-wrap .single-annual {
		padding: 1rem 1rem 4rem 1rem !important;
	}
}
@media screen and (max-width: 1280px) {
	.annual-wrap .annual-image-wrap {
		overflow: hidden;
		width: 100% !important;
	}
	.annual-image-wrap img {
		width: 100% !important;
	}
	.related-reports .annual-image-wrap img{
		width: 100% !important;
	}
}
@media screen and (max-width: 991px) {
	.annual-wrap .single-annual {
		width: 50% !important;
	}
	.single-annual-featured {
		width: 100% !important;
	}
}
@media screen and (max-width: 600px) {
	.annual-content-wrap h3 {
		font-size: 17px !important;
		line-height: 26px !important;
	}
	.related-reports .annual-image-wrap img {
		height: auto !important;
	}
	.related-reports .annual-content-wrap h3 {
		font-size: 17px !important;
	}
	.annual-wrap .single-annual {
		width: 100% !important;
	}
	.single-annual-featured {
		padding: 3rem  1rem !important;
	}
}
@media screen and (max-width: 600px) {
	.annual-image-wrap {
		width: 100%;
		text-align: center;
		border-radius: 10px;
		margin-right: 3rem;
		margin: 0 !important;
	}
	.single-annual-featured {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		margin: auto !important;
	}
	.annual-image-wrap img {
		width: 75% !important;
	}
	.annual-content-wrap a {
		margin: auto !important;
	}
	.annual-content-wrap h3 {
		padding: 2rem 0 0 !important;
	}
}

