@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
body {
    line-height: 1.3em;
    text-align: left;
    letter-spacing: 0;
    font-weight: 400;
   font-size: 0.9rem;
    font-family: Poppins, sans-serif;
    background: #E7E7E7;
    color: #333 !important;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #208ECD;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #208ECD;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}


h1{font-size:2em;  font-weight: normal; text-align:center; padding-bottom:20px;}
h2{font-size:1.7em; line-height:1.2em;}
h3{font-size:1.5em;}
h4{font-size:1.2em;}
h5{font-size:1.1em;}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    font-weight: normal;
    margin: 0px 0px 0px;
}

.keytop	{
	display:none;}
.small {
	font-size:0.7em;}
.xl	{
	font-size:1.3em}
.sitecolour	{color: #208ECD!important;}
.sitecolour2	{color: #333333!important;}
.btn-sitecolour	{background:#208ECD; color:#FFFFFF !important;}
.btn-sitecolour1	{background:#208ECD; color:#ffffff !important;}
.btn-sitecolourfade	{background-color: rgba(31,54,147,.2); color:#208ECD !important; border:1px solid #6171B3;}
.rev-btn {background-color: #F1981B !important;}
.rev-btn a {color:#ffffff !important;}
.bg1	{background:#208ECD!important; color:#FFF}
.bg1fade	{background-color: #B9DCEF;}
.bg2	{background:#333333!important;color:#FFF}
.bg3	{background:#BCC3DF!important;color:#208ECD}
.bg1 a	{ color:#FFF}
#nav .logo {width:260px; height:52px; transition: all linear .3s; background-image: url("../images/weblogo.jpg"); background-size: contain; background-repeat:no-repeat}
#nav.fixed-header .logo {width:200px;height:40px;background-image: url("../images/weblogosm.jpg");}
#nav.fixed-header {background:#208ECD !important; color:#FFF!important;}
#nav.fixed-header a {color:#FFF!important;}
.banner	{min-height:460px; }
.banner .carousel-item {height: 460px; position: relative;
    }
.banner .carousel-item img {position: absolute; top: 50%;
    transform: translateY(-50%);  min-height: 460px;object-fit:cover;}
.bannerinner { 
  position:absolute;
  top:0;
  left:0;
  width:100%;
z-index:1000;
}
.banner h1	{text-align:left;line-height:2.4rem;font-size: 2.4rem;text-shadow: 1px 1px 2px rgba(255,255,255, 0.8);}
.banner h3	{font-size: 1.3rem !important;text-shadow: 1px 1px 2px rgba(255,255,255, 0.8);}

.icons img	{padding-left:20px; padding-right:20px;}
.icons h5 {padding-top:10px; font-size:0.9rem}
.icons2		{font-size:0.9rem; font-weight:bold;}
.centerhead h4 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
text-transform: uppercase;
}
 
.centerhead h4:before,
.centerhead h4:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.centerhead h4:after {
    margin: 0 0 0 20px;
}
.bottom4 a:link, .bottom4 a:visited	{color: #333 !important;}
.bottom4 a:hover, .bottom4 a:active, .bottom4 a:focus { text-decoration:none!important;}
.resortimg3 {height:250px;background-size: cover; background-color: #ddd; width:100%; background-repeat:no-repeat}
.resortimg4 {height:250px; object-fit: cover; background-color: #ddd; width:100%; background-repeat:no-repeat}
.resortimg4s	{height:250px; background-repeat:no-repeat; background-position:bottom; background-size:cover;}
.resortimgcountry	{height:300px;}

.reasonsline	{ background:#F1981B; width:80%; margin:0 auto; clear:both; height:1px; margin-bottom:0.8em}
.promographic {background-position: top left;background:#208ECD url('../images/promotion2.jpg'); background-size: cover;background-repeat: no-repeat;  }
/* pulse button styling */
.pulsingButton,.pulsingButton1  {
background:#B9DCEF; color:#208ECD !important;font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  padding: 10px 20px 15px 20px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1),pulse 1.25s linear infinite;;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
a.pulsingButton:hover, a.pulsingButton1:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #208ECD;
}
.pulsingButton1  {
background:#208ECD; color:#FFFFFF !important;
  box-shadow: 0 0 0 0 rgba(32, 142, 205, 0.7);
}
a.pulsingButton1:hover {
  color: #FFFFFF;
}

/* Animation */

@keyframes pulse {
    0% {
     transform: scale(0.95, 0.95);
    }

    50% {
     transform: scale(1, 1);
    }

    100% {
    transform: scale(0.95, 0.95);
    }
}
@-webkit-keyframes pulsing {
	to {
    box-shadow: 0 0 0 30px rgba(7, 88, 127, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(7, 88, 127, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(7, 88, 127, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(7, 88, 127, 0);
  }
}
/* end pulse button styling */


.footer	{ background:#208ECD; color:#FFF;}
.footer a {color:#FFF!important;}
.footer .tel {color:#FFF !important; font-size:1.8rem; font-weight: 400; line-height:1.1rem}
.footer .support {font-size:1.4rem;}
.footer .fa {color:#FFF !important;}
.footer .social img	{padding:10px 5px 5px 0px;}

@media only screen and (min-width:576px) {
.banner	{min-height:400px;}
.banner .carousel-item {height: 400px;}
.banner .carousel-item img {min-height: 400px;}
.icons img	{padding-left:0px; padding-right:0px;}
.resortimg3  	{height:100px;}
.resortimg4  	{height:300px;}
.resortimg4s	{height:180px;}
.resortimglarge	{height:160px;}
}

@media only screen and (min-width:768px) {
.banner	{min-height:450px;}
.banner .carousel-item {height: 450px;}
.banner .carousel-item img {min-height: 450px;}
.icons img	{padding-left:20px; padding-right:20px;}
.resortimg3  	{height:120px;}
.resortimg4 	{height:180px;}
.resortimg4s	{height:130px;}
.resortimgcountry	{height:240px;}
.promographic {background-position: bottom right;}
.footer .social img	{width:22%}

@media only screen and (min-width:992px) {
.banner	{height:450px;}
.banner .carousel-item {height: 450px;}
.banner .carousel-item img {min-height: 450px;}
.banner h1	{font-size: 2.5rem;}
.banner h3	{font-size: 1.7rem;}
.icons img	{padding-left:50px; padding-right:50px;}
.resortimg3 	{height:180px;}
.resortimg4 	{height:150px;}
.resortimg4s	{height:160px;}
.resortimgcountry	{height:240px;}
.footer .social img	{width:16%}
}
@media only screen and (min-width:1200px) {
.banner	{height:500px;}
.banner h3	{font-size: 2.8rem;}
.banner h3	{font-size: 1.8rem;}
.banner .carousel-item {height: 500px;}
.banner .carousel-item img {min-height: 500px;}
.icons img	{padding-left:80px; padding-right:80px;}
.resortimg3 	{height:200px;}
.resortimg4 	{height:170px;}
.resortimg4s	{height:180px;}
.footer .social img	{width:12%}
}